diff --git a/pyproject.toml b/pyproject.toml index a6849c7..253e672 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" -fastapi = "^0.113.0" +fastapi = "^0.114.1" pydantic = "^2.0.3" python-multipart = "^0.0.9" uvicorn = "^0.30.0"