diff --git a/pyproject.toml b/pyproject.toml index a3fa94ea5c..d41878e48c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8" dependencies = [ # intentionally loose. perhaps these should be vendored to not collide with user code? "attrs>=20.1,<24", - "fastapi>=0.100,<0.119.0", + "fastapi>=0.100,<0.122.0", "pydantic>=1.9,<3", "PyYAML", "requests>=2,<3",