Skip to content

Commit de67c1e

Browse files
chore: update lockfile
1 parent 2a1523b commit de67c1e

File tree

3 files changed

+35
-36
lines changed

3 files changed

+35
-36
lines changed

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ description = "The official Python library for the llama-stack-client API"
55
dynamic = ["readme"]
66
license = "MIT"
77
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
8+
89
dependencies = [
9-
"httpx>=0.23.0, <1",
10-
"pydantic>=1.9.0, <3",
10+
"httpx>=0.23.0, <1",
11+
"pydantic>=1.9.0, <3",
1112
"typing-extensions>=4.7, <5",
12-
"anyio>=3.5.0, <5",
13-
"distro>=1.7.0, <2",
14-
"sniffio",
13+
"anyio>=3.5.0, <5",
14+
"distro>=1.7.0, <2",
15+
"sniffio",
1516
"tqdm",
1617
"rich",
1718
"click",
@@ -22,6 +23,7 @@ dependencies = [
2223
"fire",
2324
"requests",
2425
]
26+
2527
requires-python = ">= 3.12"
2628
classifiers = [
2729
"Typing :: Typed",

requirements-dev.lock

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-e .
44
annotated-types==0.7.0
55
# via pydantic
6-
anyio==4.11.0
6+
anyio==4.12.0
77
# via
88
# httpx
99
# llama-stack-client
@@ -121,13 +121,11 @@ requests==2.32.5
121121
respx==0.22.0
122122
rich==14.2.0
123123
# via llama-stack-client
124-
ruff==0.14.6
124+
ruff==0.14.7
125125
six==1.17.0
126126
# via python-dateutil
127127
sniffio==1.3.1
128-
# via
129-
# anyio
130-
# llama-stack-client
128+
# via llama-stack-client
131129
termcolor==3.2.0
132130
# via
133131
# fire

uv.lock

Lines changed: 25 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)