fix: update neo4j lib
This commit is contained in:
parent
ed6e8eb0d2
commit
a34acbc0ce
3 changed files with 6 additions and 4 deletions
1
.github/workflows/test_weaviate.yml
vendored
1
.github/workflows/test_weaviate.yml
vendored
|
|
@ -76,6 +76,7 @@ jobs:
|
|||
echo "Waiting for PostgreSQL to be ready..."
|
||||
until pg_isready -h localhost -p 5432 -U cognee; do
|
||||
sleep 1
|
||||
done
|
||||
|
||||
- name: Run default Weaviate
|
||||
env:
|
||||
|
|
|
|||
7
poetry.lock
generated
7
poetry.lock
generated
|
|
@ -3956,12 +3956,13 @@ test = ["pep440", "pre-commit", "pytest", "testpath"]
|
|||
|
||||
[[package]]
|
||||
name = "neo4j"
|
||||
version = "5.20.0"
|
||||
version = "5.23.1"
|
||||
description = "Neo4j Bolt driver for Python"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "neo4j-5.20.0.tar.gz", hash = "sha256:c59e54a0c0fa1f109f1d2fa5293c29c2bb30ba388b4f9dd9656919793c10063a"},
|
||||
{file = "neo4j-5.23.1-py3-none-any.whl", hash = "sha256:97996fbf39421e0677fdcb8afe50b6810cbe8027e055a9dcf81da6070a82a009"},
|
||||
{file = "neo4j-5.23.1.tar.gz", hash = "sha256:e2d3399d1124319489b25d5eda99833ae086e1fffef9946d36241652d26b26a0"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -7715,4 +7716,4 @@ weaviate = ["weaviate-client"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9.0,<3.12"
|
||||
content-hash = "3cee8932228d75648fb926457902dd35c9e7b2edb013590588e906126ce45782"
|
||||
content-hash = "943c25a4cb79907260cef7b8f71edc81a73ee79960ea43e75016a7e09c9022df"
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ weaviate-client = "4.6.7"
|
|||
scikit-learn = "^1.5.0"
|
||||
fastembed = "0.2.7"
|
||||
pypdf = "^4.1.0"
|
||||
neo4j = "5.20.0"
|
||||
neo4j = "^5.20.0"
|
||||
jinja2 = "^3.1.3"
|
||||
matplotlib = "^3.8.3"
|
||||
structlog = "^24.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue