diff --git a/poetry.lock b/poetry.lock index dcec44b6..01eec8cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5354,4 +5354,4 @@ groq = ["groq"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "6dd1656da5c8d6834504053a937cfa2abe85d219df94aaf36611abcb83fe7e41" +content-hash = "814d067fd2959bfe2db58a22637d86580b66d96f34c433852c67d02089d750ab" diff --git a/pyproject.toml b/pyproject.toml index 67a19934..71cb278f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.10,<4" packages = [{ include = "graphiti_core", from = "." }] dependencies = [ "pydantic>=2.11.5", - "neo4j>=5.23.0", + "neo4j>=5.26.0", "diskcache>=5.6.3", "openai>=1.53.0", "tenacity>=9.0.0",