Skip to content

Commit ce66b5a

Browse files
chore: bump httpx-aiohttp version to 0.1.9
1 parent 5c131dd commit ce66b5a

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
@@ -66,7 +66,7 @@ Homepage = "https://github.com/scaleapi/agentex-python"
6666
Repository = "https://github.com/scaleapi/agentex-python"
6767

6868
[project.optional-dependencies]
69-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
69+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
7070
dev = [
7171
"ruff>=0.3.4",
7272
]

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ httpx==0.27.2
113113
# via mcp
114114
# via openai
115115
# via respx
116+
httpx-aiohttp==0.1.9
116117
# via scale-gp
117118
# via scale-gp-beta
118-
httpx-aiohttp==0.1.8
119119
# via agentex-sdk
120120
httpx-sse==0.4.1
121121
# via mcp

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ httpcore==1.0.9
9999
httpx==0.27.2
100100
# via agentex-sdk
101101
# via httpx-aiohttp
102+
httpx-aiohttp==0.1.9
102103
# via litellm
103104
# via mcp
104105
# via openai
105106
# via scale-gp
106107
# via scale-gp-beta
107-
httpx-aiohttp==0.1.8
108108
# via agentex-sdk
109109
httpx-sse==0.4.1
110110
# via mcp

0 commit comments

Comments
 (0)