diff --git a/poetry.lock b/poetry.lock index 77f4bca7..f6218406 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -2497,7 +2497,7 @@ files = [ ] [package.dependencies] -greenlet = {version = "!=0.4.17", markers = "platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\""} +greenlet = {version = "!=0.4.17", markers = "platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\""} typing-extensions = ">=4.2.0" [package.extras] @@ -2851,4 +2851,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "154d18c0399bf580da53c4feb389ca798a365b68f76a1811ea0ec566c2020865" +content-hash = "7b68b9c9e5e531864c065ce559a3270f63d64ba9aae39f802ac3ae30d3e6d142" diff --git a/pyproject.toml b/pyproject.toml index d25fc6b0..9b022622 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ jsonstreams = "^0.6.0" linkml = "^1.7.7" linkml-runtime = "^1.7.5" mypy = "*" -neo4j = "^4.4.10" +neo4j = ">=4.4.10" networkx = "*" ordered-set = "^4.0.2" pandas = ">1.0.3"