diff --git a/pyproject.toml b/pyproject.toml index e1d5395..a086318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" license = "MIT" requires-python = ">=3.11" dependencies = [ - "fastapi>=0.115", + "fastapi>=0.135.3", "uvicorn[standard]>=0.34", "pyyaml>=6.0", ]