We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2059c2 commit 12fb95bCopy full SHA for 12fb95b
requirements/tests
@@ -6,7 +6,9 @@ testtools
6
7
# ASGI Specific (Daphne & Hypercorn are installed in their own tox env)
8
aiofiles
9
-httpx
+# NOTE(vytas): httpcore (a dependency of httpx) fails to import under 3.14.0a6:
10
+# https://github.com/encode/httpcore/issues/994
11
+httpx; python_version < '3.14'
12
uvicorn >= 0.17.0
13
websockets >= 13.1
14
0 commit comments