update neo4j dependency threshold
This commit is contained in:
parent
21b43fdc4e
commit
ad79e30356
2 changed files with 2 additions and 2 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -5354,4 +5354,4 @@ groq = ["groq"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = ">=3.10,<4"
|
python-versions = ">=3.10,<4"
|
||||||
content-hash = "6dd1656da5c8d6834504053a937cfa2abe85d219df94aaf36611abcb83fe7e41"
|
content-hash = "814d067fd2959bfe2db58a22637d86580b66d96f34c433852c67d02089d750ab"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ requires-python = ">=3.10,<4"
|
||||||
packages = [{ include = "graphiti_core", from = "." }]
|
packages = [{ include = "graphiti_core", from = "." }]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pydantic>=2.11.5",
|
"pydantic>=2.11.5",
|
||||||
"neo4j>=5.23.0",
|
"neo4j>=5.26.0",
|
||||||
"diskcache>=5.6.3",
|
"diskcache>=5.6.3",
|
||||||
"openai>=1.53.0",
|
"openai>=1.53.0",
|
||||||
"tenacity>=9.0.0",
|
"tenacity>=9.0.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue