From d8b65b4833baf10ac90b858cf31926f9d7df24e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:35:38 +0000 Subject: [PATCH] MESH-2092 Bump uvicorn from 0.42.0 to 0.43.0 in the dependencies group Bumps the dependencies group with 1 update: [uvicorn](https://github.com/Kludex/uvicorn). Updates `uvicorn` from 0.42.0 to 0.43.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.42.0...0.43.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... 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 f8259f3..bca0d66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2054,14 +2054,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "uvicorn" -version = "0.42.0" +version = "0.43.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "uvicorn-0.42.0-py3-none-any.whl", hash = "sha256:96c30f5c7abe6f74ae8900a70e92b85ad6613b745d4879eb9b16ccad15645359"}, - {file = "uvicorn-0.42.0.tar.gz", hash = "sha256:9b1f190ce15a2dd22e7758651d9b6d12df09a13d51ba5bf4fc33c383a48e1775"}, + {file = "uvicorn-0.43.0-py3-none-any.whl", hash = "sha256:46fac64f487fd968cd999e5e49efbbe64bd231b5bd8b4a0b482a23ebce499620"}, + {file = "uvicorn-0.43.0.tar.gz", hash = "sha256:ab1652d2fb23abf124f36ccc399828558880def222c3cb3d98d24021520dc6e8"}, ] [package.dependencies] @@ -2104,4 +2104,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.14.0" -content-hash = "aab8e9f018899f7fb7a0d4ac50cfbab6576c541635f459c423f8a41ccd58ef6b" +content-hash = "7be40fdd1e67979436b6cf54d2b307b21d5bb12dcd67f2c2571178ac78891274" diff --git a/pyproject.toml b/pyproject.toml index 97fb54f..efa8db2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python-dateutil = "^2.8.2" cryptography = ">=44.0.1,<47" fastapi = "0.135.3" gunicorn = ">=21.2,<26.0" -uvicorn = ">=0.23.2,<0.43.0" +uvicorn = ">=0.23.2,<0.44.0" mesh-client = ">=4.0.1,<6.0.0" typing-extensions = ">=4.10.0"