We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4a30d commit 2bc614aCopy full SHA for 2bc614a
scripts/populate_tox/config.py
@@ -65,6 +65,7 @@
65
"requests",
66
"anyio<4",
67
],
68
+ "<0.110.1": ["httpx<0.28.0"],
69
},
70
71
"flask": {
tox.ini
@@ -10,7 +10,7 @@
10
# The file (and all resulting CI YAMLs) then need to be regenerated via
11
# "scripts/generate-test-files.sh".
12
#
13
-# Last generated: 2025-04-15T13:26:56.525641+00:00
+# Last generated: 2025-04-15T14:23:06.558492+00:00
14
15
[tox]
16
requires =
@@ -709,6 +709,9 @@ deps =
709
fastapi: python-multipart
710
fastapi: requests
711
fastapi: anyio<4
712
+ fastapi-v0.79.1: httpx<0.28.0
713
+ fastapi-v0.91.0: httpx<0.28.0
714
+ fastapi-v0.103.2: httpx<0.28.0
715
716
717
# ~~~ Web 2 ~~~
0 commit comments