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]