diff --git a/pyproject.toml b/pyproject.toml index 31002eb..db0127f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pydantic>=2.13.4", "click>=8.0", "pyyaml>=6.0.3", - "fastapi>=0.139.2", + "fastapi>=0.140.0", "uvicorn>=0.29", ]