Skip to content

Commit

Permalink
Add a temporary httpx upper constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Dec 3, 2024
1 parent 01cbbf5 commit b1bcd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dynamic = ["version"]

dependencies = [
"Authlib",
"httpx",
"httpx<0.28.0", # https://github.com/lundberg/respx/issues/277
"pydantic-settings",
"pydantic>2",
"typing_extensions; python_version<'3.11'",
Expand Down

0 comments on commit b1bcd63

Please sign in to comment.