From 7fe999d07d86cbee794b2ad2741cd76c86e8ce6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:33:57 +0000 Subject: [PATCH] Update uvicorn[standard] requirement Updates the requirements on [uvicorn[standard]](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `uvicorn[standard]` to 0.49.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.30.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.49.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef92004..48f0f4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = { text = "AGPL-3.0" } requires-python = ">=3.13,<3.14" dependencies = [ "fastapi>=0.115.0", - "uvicorn[standard]>=0.30.0", + "uvicorn[standard]>=0.49.0", "nudenet>=3.4.2", "pillow>=10.0.0", "httpx>=0.27.0", diff --git a/uv.lock b/uv.lock index 0ffc9fe..2a77eb0 100644 --- a/uv.lock +++ b/uv.lock @@ -259,7 +259,7 @@ requires-dist = [ { name = "psycopg2-binary", specifier = ">=2.9" }, { name = "pydantic-settings", specifier = ">=2.0.0" }, { name = "redis", specifier = ">=5.0" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.30.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.49.0" }, ] [package.metadata.requires-dev]