From f822817325b067b42113181e71ae03b69ae55d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:58:39 +0000 Subject: [PATCH] Bump uvicorn from 0.35.0 to 0.38.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.35.0 to 0.38.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.35.0...0.38.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 58bb3f1b..a763d7b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2027,14 +2027,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.35.0" +version = "0.38.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.38.0-py3-none-any.whl", hash = "sha256:48c0afd214ceb59340075b4a052ea1ee91c16fbc2a9b1469cca0e54566977b02"}, + {file = "uvicorn-0.38.0.tar.gz", hash = "sha256:fd97093bdd120a2609fc0d3afe931d4d4ad688b6e75f0f929fde1bc36fe0e91d"}, ] [package.dependencies] @@ -2335,4 +2335,4 @@ h11 = ">=0.16.0,<1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<4.0" -content-hash = "cc6a9943345606e61d65010d6062ab85c7c1995c34ff6a6c4c901d946d9d0e4e" +content-hash = "0a2edf94b8e939fcf86ad0250abafe0248e258eaaa3dfac7a15f229875c2aef0" diff --git a/pyproject.toml b/pyproject.toml index 24409e78..33562f63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pyop = { version = "^3.4.1", extras = ["redis"] } 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.38.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"