diff --git a/pyproject.toml b/pyproject.toml index 3d35778..0593b62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.10" license = { text = "Apache-2.0" } dependencies = [ - "fastapi>=0.139.2", + "fastapi>=0.140.13", "uvicorn[standard]>=0.51.0", "pyyaml>=6.0.3", "httpx>=0.28.1",