diff --git a/pyproject.toml b/pyproject.toml index adb4058..d90b326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ authors = [ ] requires-python = ">=3.9,<4.0" dependencies = [ - "fastapi>=0.111,<0.113", + "fastapi>=0.111,<0.129", "uvicorn[standard]>=0.29,<0.31", "websockets>=11,<13", "prometheus-client>=0.17,<0.21",