diff --git a/pyproject.toml b/pyproject.toml index 610411d9..4be58b73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.9" dependencies = [ "fastapi==0.115.12", - "uvicorn==0.34.0", + "uvicorn==0.51.0", "gunicorn==23.0.0", "jinja2==3.1.6", "typing-extensions==4.13.1",