diff --git a/pyproject.toml b/pyproject.toml index 2ad80ba..c4344d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license-files = ["LICENSE"] requires-python = ">=3.10" dependencies = [ "fastapi==0.136.1", - "uvicorn==0.46.0", + "uvicorn==0.48.0", "python-multipart==0.0.27", "psycopg2-binary==2.9.12", "starlette_exporter==0.23.0"