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 89d6b60 commit 7d88e99Copy full SHA for 7d88e99
scripts/populate_tox/config.py
@@ -73,6 +73,7 @@
73
# FastAPI versions we use older httpx which still supports the
74
# deprecated argument.
75
"<0.110.1": ["httpx<0.28.0"],
76
+ "py3.6": ["aiocontextvars"],
77
},
78
79
"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-15T14:30:38.412097+00:00
+# Last generated: 2025-04-15T14:38:12.763407+00:00
14
15
[tox]
16
requires =
@@ -698,6 +698,7 @@ deps =
698
fastapi-v0.79.1: httpx<0.28.0
699
fastapi-v0.91.0: httpx<0.28.0
700
fastapi-v0.103.2: httpx<0.28.0
701
+ py3.6-fastapi: aiocontextvars
702
703
704
# ~~~ Web 2 ~~~
0 commit comments