Skip to content

Commit ef4a144

Browse files
chore: bump httpx-aiohttp version to 0.1.9
1 parent 10ccdff commit ef4a144

File tree

3 files changed

+247
-187
lines changed

3 files changed

+247
-187
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Homepage = "https://github.com/llamastack/llama-stack-client-python"
4141
Repository = "https://github.com/llamastack/llama-stack-client-python"
4242

4343
[project.optional-dependencies]
44-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
44+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
4545

4646
[tool.uv]
4747
managed = true

requirements-dev.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ anyio==4.8.0
77
# via
88
# httpx
99
# llama-stack-client
10-
black==25.1.0
10+
black==25.9.0
1111
certifi==2024.12.14
1212
# via
1313
# httpcore
1414
# httpx
1515
# requests
1616
cfgv==3.4.0
1717
# via pre-commit
18-
charset-normalizer==3.4.3
18+
charset-normalizer==3.4.4
1919
# via requests
20-
click==8.2.1
20+
click==8.3.0
2121
# via
2222
# black
2323
# llama-stack-client
@@ -33,7 +33,7 @@ distro==1.9.0
3333
# via llama-stack-client
3434
execnet==2.1.1
3535
# via pytest-xdist
36-
filelock==3.19.1
36+
filelock==3.20.0
3737
# via virtualenv
3838
fire==0.7.1
3939
# via llama-stack-client
@@ -45,7 +45,7 @@ httpx==0.28.1
4545
# via
4646
# llama-stack-client
4747
# respx
48-
identify==2.6.14
48+
identify==2.6.15
4949
# via pre-commit
5050
idna==3.10
5151
# via
@@ -68,17 +68,17 @@ nodeenv==1.9.1
6868
# via
6969
# pre-commit
7070
# pyright
71-
numpy==2.3.3
71+
numpy==2.3.4
7272
# via pandas
7373
packaging==24.2
7474
# via
7575
# black
7676
# pytest
77-
pandas==2.3.2
77+
pandas==2.3.3
7878
# via llama-stack-client
7979
pathspec==0.12.1
8080
# via black
81-
platformdirs==4.4.0
81+
platformdirs==4.5.0
8282
# via
8383
# black
8484
# virtualenv
@@ -108,9 +108,11 @@ python-dateutil==2.9.0.post0
108108
# via
109109
# pandas
110110
# time-machine
111+
pytokens==0.2.0
112+
# via black
111113
pytz==2024.2
112114
# via pandas
113-
pyyaml==6.0.2
115+
pyyaml==6.0.3
114116
# via
115117
# pre-commit
116118
# pyaml
@@ -148,9 +150,9 @@ tzdata==2025.2
148150
# via pandas
149151
urllib3==2.5.0
150152
# via requests
151-
virtualenv==20.34.0
153+
virtualenv==20.35.3
152154
# via pre-commit
153-
wcwidth==0.2.13
155+
wcwidth==0.2.14
154156
# via prompt-toolkit
155157
zipp==3.21.0
156158
# via importlib-metadata

0 commit comments

Comments
 (0)