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