updated websockets dependency

This commit is contained in:
Patrick762
2024-12-21 21:59:04 +01:00
parent 15468818ef
commit 49b6cab793
3 changed files with 26 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ setup(
packages=find_packages(),
install_requires=[
"requests",
"websockets==11.0.2",
"websockets>=13.1",
"aiohttp>=3.8",
"human-readable-ids==0.1.3",
"jsonpickle==3.0.1",