diff --git a/pyproject.toml b/pyproject.toml index e37b612..3e7f255 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.119.0", + "fastapi[standard]>=0.135.3", "uvicorn>=0.37.0", ]