diff --git a/poetry.lock b/poetry.lock index 1d3948e0..75faf74c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1866,14 +1866,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.35.0" +version = "0.37.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "uvicorn-0.35.0-py3-none-any.whl", hash = "sha256:197535216b25ff9b785e29a0b79199f55222193d47f820816e7da751e9bc8d4a"}, - {file = "uvicorn-0.35.0.tar.gz", hash = "sha256:bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01"}, + {file = "uvicorn-0.37.0-py3-none-any.whl", hash = "sha256:913b2b88672343739927ce381ff9e2ad62541f9f8289664fa1d1d3803fa2ce6c"}, + {file = "uvicorn-0.37.0.tar.gz", hash = "sha256:4115c8add6d3fd536c8ee77f0e14a7fd2ebba939fed9b02583a97f80648f9e13"}, ] [package.dependencies] @@ -2159,4 +2159,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<4.0" -content-hash = "f03730767a25b996e5055deda0ab0cc9496f6d6bcd9d4ea204d07a5913adbd40" +content-hash = "dde9f28dd471b9d5a408bbf4dc8183f249e77b9edd72b913ae8ad90510ca6fb0" diff --git a/pyproject.toml b/pyproject.toml index c385cf1f..3fe8c422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pyop = "^3.4.1" 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"] } +uvicorn = { version = "^0.37.0", extras = ["standard"] } python-socketio = "^5.13.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"