diff --git a/pyproject.toml b/pyproject.toml index 1027d69..fe70bbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ dependencies = [ "pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<3.0.0", - "fastapi >=0.65.2,<0.110.1", + "fastapi >=0.65.2,<0.110.2", ] dynamic = ["version"]