Skip to content

Commit 7d88e99

Browse files
committed
aiocontextvars
1 parent 89d6b60 commit 7d88e99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
# FastAPI versions we use older httpx which still supports the
7474
# deprecated argument.
7575
"<0.110.1": ["httpx<0.28.0"],
76+
"py3.6": ["aiocontextvars"],
7677
},
7778
},
7879
"flask": {

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-04-15T14:30:38.412097+00:00
13+
# Last generated: 2025-04-15T14:38:12.763407+00:00
1414

1515
[tox]
1616
requires =
@@ -698,6 +698,7 @@ deps =
698698
fastapi-v0.79.1: httpx<0.28.0
699699
fastapi-v0.91.0: httpx<0.28.0
700700
fastapi-v0.103.2: httpx<0.28.0
701+
py3.6-fastapi: aiocontextvars
701702

702703

703704
# ~~~ Web 2 ~~~

0 commit comments

Comments
 (0)