]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📌 Pin `httpx` to `>=0.23.0,<1.0.0` (#14086)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Thu, 18 Sep 2025 08:09:33 +0000 (10:09 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Sep 2025 08:09:33 +0000 (10:09 +0200)
pyproject.toml
requirements-docs-tests.txt
requirements-github-actions.txt

index 4d86b21fb8c3533c7fd8e6824bc95904726076db..6ec72374c8760cec284e15461462559967756792 100644 (file)
@@ -60,7 +60,7 @@ Changelog = "https://fastapi.tiangolo.com/release-notes/"
 standard = [
     "fastapi-cli[standard] >=0.0.8",
     # For the test client
-    "httpx >=0.23.0",
+    "httpx >=0.23.0,<1.0.0",
     # For templates
     "jinja2 >=3.1.5",
     # For forms and file uploads
@@ -79,7 +79,7 @@ standard = [
 standard-no-fastapi-cloud-cli = [
     "fastapi-cli[standard-no-fastapi-cloud-cli] >=0.0.8",
     # For the test client
-    "httpx >=0.23.0",
+    "httpx >=0.23.0,<1.0.0",
     # For templates
     "jinja2 >=3.1.5",
     # For forms and file uploads
@@ -98,7 +98,7 @@ standard-no-fastapi-cloud-cli = [
 all = [
     "fastapi-cli[standard] >=0.0.8",
     # # For the test client
-    "httpx >=0.23.0",
+    "httpx >=0.23.0,<1.0.0",
     # For templates
     "jinja2 >=3.1.5",
     # For forms and file uploads
index f9a49097559dd07940a44ba49ed3d038c38d0f0f..c1107b9b0af7923cedd08f6e64a6e3771296b8d4 100644 (file)
@@ -1,4 +1,4 @@
 # For mkdocstrings and tests
-httpx >=0.23.0,<0.29.0
+httpx >=0.23.0,<1.0.0
 # For linting and generating docs versions
 ruff ==0.12.7
index f807d06a840b0936d1e90b7e0e46ba59b0c882bc..a6a733447dc05401585ce49e88779723e2eee573 100644 (file)
@@ -1,6 +1,6 @@
 PyGithub>=2.3.0,<3.0.0
 pydantic>=2.5.3,<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
 smokeshow