Skip to content

Commit a8d04ae

Browse files
chore: bump httpx-aiohttp version to 0.1.9
1 parent b778406 commit a8d04ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Homepage = "https://github.com/openlayer-ai/openlayer-python"
4646
Repository = "https://github.com/openlayer-ai/openlayer-python"
4747

4848
[project.optional-dependencies]
49-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
49+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
5050

5151
[tool.rye]
5252
managed = true

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ httpx==0.28.1
5757
# via httpx-aiohttp
5858
# via openlayer
5959
# via respx
60-
httpx-aiohttp==0.1.8
60+
httpx-aiohttp==0.1.9
6161
# via openlayer
6262
idna==3.4
6363
# via anyio

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ httpcore==1.0.9
4444
httpx==0.28.1
4545
# via httpx-aiohttp
4646
# via openlayer
47-
httpx-aiohttp==0.1.8
47+
httpx-aiohttp==0.1.9
4848
# via openlayer
4949
idna==3.4
5050
# via anyio

0 commit comments

Comments
 (0)