mirror of https://github.com/tiangolo/fastapi.git
⬆ Update httpx requirement from <0.24.0,>=0.23.0 to >=0.23.0,<0.25.0 (#9724)
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](https://github.com/encode/httpx/compare/0.23.0...0.24.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
706d74b6ad
commit
782b1c49a9
|
|
@ -4,7 +4,7 @@ coverage[toml] >= 6.5.0,< 8.0
|
||||||
mypy ==1.4.0
|
mypy ==1.4.0
|
||||||
ruff ==0.0.275
|
ruff ==0.0.275
|
||||||
black == 23.3.0
|
black == 23.3.0
|
||||||
httpx >=0.23.0,<0.24.0
|
httpx >=0.23.0,<0.25.0
|
||||||
email_validator >=1.1.1,<2.0.0
|
email_validator >=1.1.1,<2.0.0
|
||||||
# TODO: once removing databases from tutorial, upgrade SQLAlchemy
|
# TODO: once removing databases from tutorial, upgrade SQLAlchemy
|
||||||
# probably when including SQLModel
|
# probably when including SQLModel
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue