diff --git a/pyproject.toml b/pyproject.toml index b9a96ab..25b43e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "fastapi[standard]>=0.138.1", + "fastapi[standard]>=0.139.0", "uvicorn>=0.49.0", ]