diff --git a/pyproject.toml b/pyproject.toml index bd0fb02..dce6d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Example Python/FastAPI application that handles the Cloudesire sy readme = "README.md" requires-python = ">=3.12" dependencies = [ - "fastapi-slim==0.115.12", + "fastapi-slim==0.115.13", "httpx==0.28.1", "pydantic-settings==2.9.1", "python-dotenv==1.1.0",