Fix httpx-ws dependency on Python 3.7

pull/2300/head
grossmj 7 months ago
parent 44c066ac68
commit 2f3689588e

@ -4,4 +4,5 @@ pytest-timeout==2.1.0
pytest-asyncio==0.21.1
requests==2.31.0
httpx==0.24.1
httpx_ws==0.4.2
httpx-ws==0.3.1; python_version <= '3.7'
httpx_ws==0.4.2; python_version > '3.7'

Loading…
Cancel
Save