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:
parent
f00fb2a8a0
commit
f88093bbbe
2 changed files with 652 additions and 610 deletions
1260
server/poetry.lock
generated
1260
server/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue