Skip to content

Commit 4da4812

Browse files
chore: bump httpx-aiohttp version to 0.1.9
1 parent b8f8f6e commit 4da4812

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
@@ -39,7 +39,7 @@ Homepage = "https://github.com/parallel-web/parallel-sdk-python"
3939
Repository = "https://github.com/parallel-web/parallel-sdk-python"
4040

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

4444
[tool.rye]
4545
managed = true

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ httpx==0.28.1
5959
# via httpx-aiohttp
6060
# via parallel-web
6161
# via respx
62-
httpx-aiohttp==0.1.8
62+
httpx-aiohttp==0.1.9
6363
# via parallel-web
6464
idna==3.4
6565
# via anyio

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ httpcore==1.0.9
4343
httpx==0.28.1
4444
# via httpx-aiohttp
4545
# via parallel-web
46-
httpx-aiohttp==0.1.8
46+
httpx-aiohttp==0.1.9
4747
# via parallel-web
4848
idna==3.4
4949
# via anyio

0 commit comments

Comments
 (0)