Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit a34c823

Browse files
feat(api): update via SDK Studio
1 parent e84459f commit a34c823

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 106
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-ab9c9bf2527d3b4179e2bc3e6495c64d43c42b2ea8dc1a55d472986e1a1430a0.yml
33
openapi_spec_hash: b93c85fb747e3c29134451d2f364ce8b
4-
config_hash: b0cd3ed9be70b0310bc685a4014eb0a5
4+
config_hash: b105ed4704c2998287916138c03d211a

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "llama_stack_client"
33
version = "0.2.17"
44
description = "The official Python library for the llama-stack-client API"
55
dynamic = ["readme"]
6-
license = "Apache-2.0"
6+
license = "MIT"
77
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
88
dependencies = [
99
"httpx>=0.23.0, <1",
@@ -34,7 +34,7 @@ classifiers = [
3434
"Operating System :: POSIX :: Linux",
3535
"Operating System :: Microsoft :: Windows",
3636
"Topic :: Software Development :: Libraries :: Python Modules",
37-
"License :: OSI Approved :: Apache Software License"
37+
"License :: OSI Approved :: MIT License"
3838
]
3939

4040
[dependency-groups]

0 commit comments

Comments
 (0)