chore: update fastapi to ^0.115.0 in pyproject.toml (#300)

bump fastapi to ensure we're using safe starlette
This commit is contained in:
Daniel Chalef 2025-03-22 12:23:45 -07:00 committed by GitHub
parent f00fb2a8a0
commit f88093bbbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 652 additions and 610 deletions

1260
server/poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@ packages = [{ include = "graph_service" }]
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.112.2"
fastapi = "^0.115.0"
graphiti-core = { path = "../" }
pydantic-settings = "^2.4.0"
uvicorn = "^0.30.6"