This repository was archived by the owner on Aug 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +57
-3
lines changed Expand file tree Collapse file tree 4 files changed +57
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " llama_stack_client"
3- version = " 0.2.15 "
3+ version = " 0.2.16 "
44description = " The official Python library for the llama-stack-client API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 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
33annotated-types == 0.7.0
4+ # via pydantic
45anyio == 4.9.0
6+ # via
7+ # httpx
8+ # llama-stack-client
59certifi == 2025.6.15
10+ # via
11+ # httpcore
12+ # httpx
13+ # requests
614charset-normalizer == 3.4.2
15+ # via requests
716click == 8.2.1
17+ # via llama-stack-client
818colorama == 0.4.6 ; sys_platform == 'win32'
19+ # via
20+ # click
21+ # tqdm
922distro == 1.9.0
23+ # via llama-stack-client
1024fire == 0.7.0
25+ # via llama-stack-client
1126h11 == 0.16.0
27+ # via httpcore
1228httpcore == 1.0.9
29+ # via httpx
1330httpx == 0.28.1
31+ # via llama-stack-client
1432idna == 3.10
33+ # via
34+ # anyio
35+ # httpx
36+ # requests
1537markdown-it-py == 3.0.0
38+ # via rich
1639mdurl == 0.1.2
40+ # via markdown-it-py
1741numpy == 2.3.1
42+ # via pandas
1843pandas == 2.3.0
44+ # via llama-stack-client
1945prompt-toolkit == 3.0.51
46+ # via llama-stack-client
2047pyaml == 25.5.0
48+ # via llama-stack-client
2149pydantic == 2.11.7
50+ # via llama-stack-client
2251pydantic-core == 2.33.2
52+ # via pydantic
2353pygments == 2.19.2
54+ # via rich
2455python-dateutil == 2.9.0.post0
56+ # via pandas
2557pytz == 2025.2
58+ # via pandas
2659pyyaml == 6.0.2
60+ # via pyaml
2761requests == 2.32.4
62+ # via llama-stack-client
2863rich == 14.0.0
64+ # via llama-stack-client
2965six == 1.17.0
66+ # via python-dateutil
3067sniffio == 1.3.1
68+ # via
69+ # anyio
70+ # llama-stack-client
3171termcolor == 3.1.0
72+ # via
73+ # fire
74+ # llama-stack-client
3275tqdm == 4.67.1
76+ # via llama-stack-client
3377typing-extensions == 4.14.0
78+ # via
79+ # anyio
80+ # llama-stack-client
81+ # pydantic
82+ # pydantic-core
83+ # typing-inspection
3484typing-inspection == 0.4.1
85+ # via pydantic
3586tzdata == 2025.2
87+ # via pandas
3688urllib3 == 2.5.0
89+ # via requests
3790wcwidth == 0.2.13
91+ # via prompt-toolkit
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments