diff --git a/pyproject.toml b/pyproject.toml index dd2614c..578bed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "fastapi>=0.111.0", - "uvicorn[standard]>=0.30.0", + "uvicorn[standard]>=0.51.0", "pydantic>=2.7.0", "pytest>=8.2.0", "httpx>=0.27.0", diff --git a/uv.lock b/uv.lock index b86dc7e..f8084c9 100644 --- a/uv.lock +++ b/uv.lock @@ -2371,7 +2371,7 @@ requires-dist = [ { name = "pytest", specifier = ">=8.2.0" }, { name = "python-dotenv", specifier = ">=1.0.1" }, { name = "sqlmodel", specifier = ">=0.0.39" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.30.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.51.0" }, ] [[package]]