Skip to content

Commit e2a1e4d

Browse files
authored
Restrict httpx version to <1.0.0
1 parent 7ba4fb8 commit e2a1e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"anyio>=4.9",
29-
"httpx>=0.27.1",
29+
"httpx>=0.27.1,<1.0.0",
3030
"httpx-sse>=0.4",
3131
"pydantic>=2.12.0",
3232
"starlette>=0.48.0; python_version >= '3.14'",

0 commit comments

Comments
 (0)