diff --git a/pyproject.toml b/pyproject.toml index 28631aa..24d4cc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ classifiers = [ ] readme = { file = "./README.md", content-type = "text/markdown" } dependencies = [ - "fastapi[all] == 0.115.0", + "fastapi[all] == 0.115.2", "uvicorn == 0.31.1", "pyyaml == 6.0.2", "geojson_pydantic == 1.1.1",