Skip to content

Commit 04bfdbe

Browse files
committed
Bump version to 0.1.4
1 parent 546e0df commit 04bfdbe

File tree

3 files changed

+60
-4
lines changed

3 files changed

+60
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llama_stack_client"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "The official Python library for the llama-stack-client API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
@@ -134,7 +134,6 @@ replacement = '[\1](https://github.com/meta-llama/llama-stack-client-python/tree
134134

135135
[tool.black]
136136
line-length = 120
137-
target-version = "0.1.3"
138137

139138
[tool.pytest.ini_options]
140139
testpaths = ["tests"]
@@ -167,7 +166,6 @@ reportPrivateUsage = false
167166
[tool.ruff]
168167
line-length = 120
169168
output-format = "grouped"
170-
target-version = "0.1.3"
171169

172170
[tool.ruff.format]
173171
docstring-code-format = true

requirements.txt

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# This file was autogenerated by uv via the following command:
2+
# uv export --frozen --no-hashes --no-emit-project --output-file=requirements.txt
3+
annotated-types==0.5.0 ; python_full_version < '3.8'
4+
annotated-types==0.7.0 ; python_full_version >= '3.8'
5+
anyio==3.7.1 ; python_full_version < '3.8'
6+
anyio==4.5.2 ; python_full_version == '3.8.*'
7+
anyio==4.8.0 ; python_full_version >= '3.9'
8+
cached-property==1.5.2 ; python_full_version < '3.8'
9+
certifi==2025.1.31
10+
click==8.1.8
11+
colorama==0.4.6 ; sys_platform == 'win32'
12+
distro==1.9.0
13+
exceptiongroup==1.2.2 ; python_full_version < '3.11'
14+
h11==0.14.0
15+
httpcore==0.17.3 ; python_full_version < '3.8'
16+
httpcore==1.0.7 ; python_full_version >= '3.8'
17+
httpx==0.24.1 ; python_full_version < '3.8'
18+
httpx==0.28.1 ; python_full_version >= '3.8'
19+
idna==3.10
20+
importlib-metadata==6.7.0 ; python_full_version < '3.8'
21+
markdown-it-py==2.2.0 ; python_full_version < '3.8'
22+
markdown-it-py==3.0.0 ; python_full_version >= '3.8'
23+
mdurl==0.1.2
24+
numpy==1.21.6 ; python_full_version < '3.8'
25+
numpy==1.24.4 ; python_full_version == '3.8.*'
26+
numpy==2.0.2 ; python_full_version == '3.9.*'
27+
numpy==2.2.3 ; python_full_version >= '3.10'
28+
pandas==1.1.5 ; python_full_version < '3.7.1'
29+
pandas==1.3.5 ; python_full_version >= '3.7.1' and python_full_version < '3.8'
30+
pandas==2.0.3 ; python_full_version == '3.8.*'
31+
pandas==2.2.3 ; python_full_version >= '3.9'
32+
prompt-toolkit==3.0.48 ; python_full_version < '3.8'
33+
prompt-toolkit==3.0.50 ; python_full_version >= '3.8'
34+
pyaml==23.5.8 ; python_full_version < '3.8'
35+
pyaml==25.1.0 ; python_full_version >= '3.8'
36+
pydantic==2.5.3 ; python_full_version < '3.8'
37+
pydantic==2.10.6 ; python_full_version >= '3.8'
38+
pydantic-core==2.14.6 ; python_full_version < '3.8'
39+
pydantic-core==2.27.2 ; python_full_version >= '3.8'
40+
pygments==2.17.2 ; python_full_version < '3.8'
41+
pygments==2.19.1 ; python_full_version >= '3.8'
42+
python-dateutil==2.9.0.post0
43+
pytz==2025.1
44+
pyyaml==6.0.1 ; python_full_version < '3.8'
45+
pyyaml==6.0.2 ; python_full_version >= '3.8'
46+
rich==13.8.1 ; python_full_version < '3.8'
47+
rich==13.9.4 ; python_full_version >= '3.8'
48+
six==1.17.0
49+
sniffio==1.3.1
50+
termcolor==2.3.0 ; python_full_version < '3.8'
51+
termcolor==2.4.0 ; python_full_version == '3.8.*'
52+
termcolor==2.5.0 ; python_full_version >= '3.9'
53+
tqdm==4.67.1
54+
typing-extensions==4.7.1 ; python_full_version < '3.8'
55+
typing-extensions==4.12.2 ; python_full_version >= '3.8'
56+
tzdata==2025.1 ; python_full_version >= '3.8'
57+
wcwidth==0.2.13
58+
zipp==3.15.0 ; python_full_version < '3.8'

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.1.3"
4+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)