diff --git a/pyproject.toml b/pyproject.toml index 8c381d49..08721f42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ documentation = "https://overfast-api.tekrop.fr/" [tool.poetry.dependencies] python = "^3.12" beautifulsoup4 = "^4.12.2" -fastapi = "^0.109.0" +fastapi = "^0.110.0" httpx = {extras = ["http2"], version = "^0.27.0"} loguru = "^0.7.2" lxml = "^5.1.0"