Downgrade websockets version

This commit is contained in:
grossmj 2026-08-11 18:52:09 +02:00
parent 9e1c533847
commit 386c88f230
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -3,7 +3,7 @@ uvicorn==0.52.1
pydantic==2.13.4
fastapi==0.141.1
python-multipart==0.0.32
websockets==17.0.1
websockets==16.1.1 # version 16.1.1 is the last version that supports Python 3.10
aiohttp>=3.14,<3.15
aiofiles>=25.1.0,<26.0
Jinja2>=3.1.6,<3.2