Skip to content

Commit

Permalink
Loosen the HTTPX upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Apr 12, 2024
1 parent c8229ee commit f7d15ca
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 @@ -77,7 +77,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"httpx >=0.18,<0.28",
"httpx >=0.18,<1.0.0",
]

[project.urls]
Expand Down

0 comments on commit f7d15ca

Please sign in to comment.