File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,7 @@ deps =
279
279
# FastAPI
280
280
fastapi: fastapi
281
281
fastapi: httpx
282
+ fastapi: anyio<4.0.0 # thats a dep of httpx
282
283
fastapi: pytest-asyncio
283
284
fastapi: python-multipart
284
285
fastapi: requests
@@ -309,6 +310,7 @@ deps =
309
310
310
311
# HTTPX
311
312
httpx: pytest-httpx
313
+ httpx: anyio<4.0.0 # thats a dep of httpx
312
314
httpx-v0.16: httpx>=0.16,<0.17
313
315
httpx-v0.17: httpx>=0.17,<0.18
314
316
httpx-v0.18: httpx>=0.18,<0.19
@@ -412,6 +414,7 @@ deps =
412
414
starlette: python-multipart
413
415
starlette: requests
414
416
starlette: httpx
417
+ starlette: anyio<4.0.0 # thats a dep of httpx
415
418
starlette: jinja2
416
419
starlette-v0.20: starlette>=0.20.0,<0.21.0
417
420
starlette-v0.22: starlette>=0.22.0,<0.23.0
You can’t perform that action at this time.
0 commit comments