diff --git a/API/pyproject.toml b/API/pyproject.toml index 8e861d60..ea9ff4d5 100644 --- a/API/pyproject.toml +++ b/API/pyproject.toml @@ -20,7 +20,7 @@ include = ["atlas/data/*.json"] [tool.poetry.dependencies] python = ">=3.8, <4.0" -python-socketio = { version = ">=5.8, <5.11", extras = ["client"] } +python-socketio = { version = ">=5.8,<5.12", extras = ["client"] } numpy = ">=1.23.3, <1.27.0" Pillow = ">=9.5, <10.2"