mirror of https://github.com/tiangolo/fastapi.git
📌 Pin `httpx` to `>=0.23.0,<1.0.0` (#14086)
This commit is contained in:
parent
a372edf7e8
commit
805ab1be5b
|
|
@ -60,7 +60,7 @@ Changelog = "https://fastapi.tiangolo.com/release-notes/"
|
||||||
standard = [
|
standard = [
|
||||||
"fastapi-cli[standard] >=0.0.8",
|
"fastapi-cli[standard] >=0.0.8",
|
||||||
# For the test client
|
# For the test client
|
||||||
"httpx >=0.23.0",
|
"httpx >=0.23.0,<1.0.0",
|
||||||
# For templates
|
# For templates
|
||||||
"jinja2 >=3.1.5",
|
"jinja2 >=3.1.5",
|
||||||
# For forms and file uploads
|
# For forms and file uploads
|
||||||
|
|
@ -79,7 +79,7 @@ standard = [
|
||||||
standard-no-fastapi-cloud-cli = [
|
standard-no-fastapi-cloud-cli = [
|
||||||
"fastapi-cli[standard-no-fastapi-cloud-cli] >=0.0.8",
|
"fastapi-cli[standard-no-fastapi-cloud-cli] >=0.0.8",
|
||||||
# For the test client
|
# For the test client
|
||||||
"httpx >=0.23.0",
|
"httpx >=0.23.0,<1.0.0",
|
||||||
# For templates
|
# For templates
|
||||||
"jinja2 >=3.1.5",
|
"jinja2 >=3.1.5",
|
||||||
# For forms and file uploads
|
# For forms and file uploads
|
||||||
|
|
@ -98,7 +98,7 @@ standard-no-fastapi-cloud-cli = [
|
||||||
all = [
|
all = [
|
||||||
"fastapi-cli[standard] >=0.0.8",
|
"fastapi-cli[standard] >=0.0.8",
|
||||||
# # For the test client
|
# # For the test client
|
||||||
"httpx >=0.23.0",
|
"httpx >=0.23.0,<1.0.0",
|
||||||
# For templates
|
# For templates
|
||||||
"jinja2 >=3.1.5",
|
"jinja2 >=3.1.5",
|
||||||
# For forms and file uploads
|
# For forms and file uploads
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# For mkdocstrings and tests
|
# For mkdocstrings and tests
|
||||||
httpx >=0.23.0,<0.29.0
|
httpx >=0.23.0,<1.0.0
|
||||||
# For linting and generating docs versions
|
# For linting and generating docs versions
|
||||||
ruff ==0.12.7
|
ruff ==0.12.7
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
PyGithub>=2.3.0,<3.0.0
|
PyGithub>=2.3.0,<3.0.0
|
||||||
pydantic>=2.5.3,<3.0.0
|
pydantic>=2.5.3,<3.0.0
|
||||||
pydantic-settings>=2.1.0,<3.0.0
|
pydantic-settings>=2.1.0,<3.0.0
|
||||||
httpx>=0.27.0,<0.29.0
|
httpx>=0.27.0,<1.0.0
|
||||||
pyyaml >=5.3.1,<7.0.0
|
pyyaml >=5.3.1,<7.0.0
|
||||||
smokeshow
|
smokeshow
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue