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

Commit 6ce9b84

Browse files
build: Bump version to 0.2.16
1 parent 8700dc6 commit 6ce9b84

File tree

4 files changed

+57
-3
lines changed

4 files changed

+57
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llama_stack_client"
3-
version = "0.2.15"
3+
version = "0.2.16"
44
description = "The official Python library for the llama-stack-client API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

requirements.txt

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,91 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --frozen --no-hashes --no-emit-project --no-default-groups --output-file=requirements.txt
33
annotated-types==0.7.0
4+
# via pydantic
45
anyio==4.9.0
6+
# via
7+
# httpx
8+
# llama-stack-client
59
certifi==2025.6.15
10+
# via
11+
# httpcore
12+
# httpx
13+
# requests
614
charset-normalizer==3.4.2
15+
# via requests
716
click==8.2.1
17+
# via llama-stack-client
818
colorama==0.4.6 ; sys_platform == 'win32'
19+
# via
20+
# click
21+
# tqdm
922
distro==1.9.0
23+
# via llama-stack-client
1024
fire==0.7.0
25+
# via llama-stack-client
1126
h11==0.16.0
27+
# via httpcore
1228
httpcore==1.0.9
29+
# via httpx
1330
httpx==0.28.1
31+
# via llama-stack-client
1432
idna==3.10
33+
# via
34+
# anyio
35+
# httpx
36+
# requests
1537
markdown-it-py==3.0.0
38+
# via rich
1639
mdurl==0.1.2
40+
# via markdown-it-py
1741
numpy==2.3.1
42+
# via pandas
1843
pandas==2.3.0
44+
# via llama-stack-client
1945
prompt-toolkit==3.0.51
46+
# via llama-stack-client
2047
pyaml==25.5.0
48+
# via llama-stack-client
2149
pydantic==2.11.7
50+
# via llama-stack-client
2251
pydantic-core==2.33.2
52+
# via pydantic
2353
pygments==2.19.2
54+
# via rich
2455
python-dateutil==2.9.0.post0
56+
# via pandas
2557
pytz==2025.2
58+
# via pandas
2659
pyyaml==6.0.2
60+
# via pyaml
2761
requests==2.32.4
62+
# via llama-stack-client
2863
rich==14.0.0
64+
# via llama-stack-client
2965
six==1.17.0
66+
# via python-dateutil
3067
sniffio==1.3.1
68+
# via
69+
# anyio
70+
# llama-stack-client
3171
termcolor==3.1.0
72+
# via
73+
# fire
74+
# llama-stack-client
3275
tqdm==4.67.1
76+
# via llama-stack-client
3377
typing-extensions==4.14.0
78+
# via
79+
# anyio
80+
# llama-stack-client
81+
# pydantic
82+
# pydantic-core
83+
# typing-inspection
3484
typing-inspection==0.4.1
85+
# via pydantic
3586
tzdata==2025.2
87+
# via pandas
3688
urllib3==2.5.0
89+
# via requests
3790
wcwidth==0.2.13
91+
# via prompt-toolkit

src/llama_stack_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "llama_stack_client"
4-
__version__ = "0.2.15"
4+
__version__ = "0.2.16"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)