Skip to content

Commit 2bc614a

Browse files
committed
.
1 parent fd4a30d commit 2bc614a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"requests",
6666
"anyio<4",
6767
],
68+
"<0.110.1": ["httpx<0.28.0"],
6869
},
6970
},
7071
"flask": {

tox.ini

Lines changed: 4 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-15T13:26:56.525641+00:00
13+
# Last generated: 2025-04-15T14:23:06.558492+00:00
1414

1515
[tox]
1616
requires =
@@ -709,6 +709,9 @@ deps =
709709
fastapi: python-multipart
710710
fastapi: requests
711711
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
712715

713716

714717
# ~~~ Web 2 ~~~

0 commit comments

Comments
 (0)