From 670e6c212aaaa17d294fc7a711e55835b254888d Mon Sep 17 00:00:00 2001 From: Eddy Luten Date: Sun, 15 Dec 2024 20:18:24 +0000 Subject: [PATCH] Pin websockets to v13 until I can properly migrate in a minor version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 540921f..d781aa2 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ python_requires='>=3.10', install_requires=[ 'mkdocs', - 'websockets', + 'websockets=>=13,<14', ], classifiers=[ 'License :: OSI Approved :: MIT License',