diff --git a/pyproject.toml b/pyproject.toml index 315685a..f9079cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ mkdocs = "^1.6.0" optional = false [tool.poetry.group.fastapi.dependencies] -fastapi = "^0.111.0" +fastapi = "^0.112.2" [tool.pytest.ini_options] minversion = "6.0"