diff --git a/pyproject.toml b/pyproject.toml index ccf18bc..871066a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Glossary API (English/Danish) with categories, terms, and definit readme = "README.md" requires-python = ">=3.11" dependencies = [ - "fastapi[standard]>=0.115", + "fastapi[standard]>=0.135.3", "pydantic>=2.12.5", "pydantic-settings>=2.0", "sqlalchemy>=2.0",