diff --git a/templates/types/simple/fastapi/pyproject.toml b/templates/types/simple/fastapi/pyproject.toml index 42f5faf0d2f197c472a271d61da26d01fd5c2198..46448617f175723997c2e4e03e8efd7ab93ee20a 100644 --- a/templates/types/simple/fastapi/pyproject.toml +++ b/templates/types/simple/fastapi/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11,<3.12" -fastapi = "^0.104.1" +fastapi = "^0.109.1" uvicorn = { extras = ["standard"], version = "^0.23.2" } llama-index = "^0.9.19" pypdf = "^3.17.0" diff --git a/templates/types/streaming/fastapi/pyproject.toml b/templates/types/streaming/fastapi/pyproject.toml index 42f5faf0d2f197c472a271d61da26d01fd5c2198..46448617f175723997c2e4e03e8efd7ab93ee20a 100644 --- a/templates/types/streaming/fastapi/pyproject.toml +++ b/templates/types/streaming/fastapi/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11,<3.12" -fastapi = "^0.104.1" +fastapi = "^0.109.1" uvicorn = { extras = ["standard"], version = "^0.23.2" } llama-index = "^0.9.19" pypdf = "^3.17.0"