diff --git a/poetry.lock b/poetry.lock index 48c9de53..16d19705 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1535,14 +1535,14 @@ files = [ [[package]] name = "python-socketio" -version = "5.13.0" +version = "5.14.0" description = "Socket.IO server and client for Python" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "python_socketio-5.13.0-py3-none-any.whl", hash = "sha256:51f68d6499f2df8524668c24bcec13ba1414117cfb3a90115c559b601ab10caf"}, - {file = "python_socketio-5.13.0.tar.gz", hash = "sha256:ac4e19a0302ae812e23b712ec8b6427ca0521f7c582d6abb096e36e24a263029"}, + {file = "python_socketio-5.14.0-py3-none-any.whl", hash = "sha256:7de5ad8a55efc33e17897f6cf91d20168d3d259f98c38d38e2940af83136d6f8"}, + {file = "python_socketio-5.14.0.tar.gz", hash = "sha256:d057737f658b3948392ff452a5c865c5ccc969859c37cf095a73393ce755f98e"}, ] [package.dependencies] @@ -2160,4 +2160,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<4.0" -content-hash = "cc6a9943345606e61d65010d6062ab85c7c1995c34ff6a6c4c901d946d9d0e4e" +content-hash = "a7075c8168e99af4fd3b5e49ace80195f19e0380044cd89f95cc527e770a9a92" diff --git a/pyproject.toml b/pyproject.toml index 6bacbac6..fcadee52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python-multipart = "^0.0.20" # required by fastapi to serve/upload files qrcode = { version = "^8.2", extras = ["pil"]} structlog = "^25.4.0" uvicorn = { version = "^0.35.0", extras = ["standard"] } -python-socketio = "^5.13.0" # required to run websockets +python-socketio = "^5.14.0" # required to run websockets redis = "^5.0.0" # required for multi-pod Socket.IO communication canonicaljson = "^2.0.0" # used to provide unique consistent user identifiers" pydantic-settings = "^2.10.1"