Skip to content

Commit 98f8ef2

Browse files
Kludexmaxisbey
andauthored
Restrict httpx version to <1.0.0 (#2345)
Co-authored-by: Max Isbey <224885523+maxisbey@users.noreply.github.com>
1 parent 7ba4fb8 commit 98f8ef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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'",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)