Skip to content

Commit

Permalink
Update httpx requirement from <0.28,>=0.18 to >=0.18,<0.29
Browse files Browse the repository at this point in the history
Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.18.0...0.28.1)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 6bd2dd7 commit 7f8af64
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 @@ -81,7 +81,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"httpx >=0.18,<0.28", # Starting 0.28, there is an incompatibility with respx: https://github.com/lundberg/respx/issues/277
"httpx >=0.18,<0.29", # Starting 0.28, there is an incompatibility with respx: https://github.com/lundberg/respx/issues/277
]

[project.urls]
Expand Down

0 comments on commit 7f8af64

Please sign in to comment.