Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Relax neo4j dependency version #262

Closed
alex-linx opened this issue Aug 16, 2023 · 0 comments · Fixed by #263
Closed

[BUG] Relax neo4j dependency version #262

alex-linx opened this issue Aug 16, 2023 · 0 comments · Fixed by #263
Assignees
Labels
Importance - I2 Importance - I2 Severity - S2 Severity - S2
Milestone

Comments

@alex-linx
Copy link
Contributor

Currently gqlalchemy requires neo4j version 4.4.

In neo4j v5 they added async driver support that for us is crucial to achieve performance.

Unfortunately do the v4.4 dependency it's impossible to install both gqlalchemy and neo4j v5 into the same python environment (not without doing some ugly hacks).
I was wondering if that v4.4 version pin is really critical for something, or can it be updated/relaxed to a more general version maybe ">= 4.4"?

@alex-linx alex-linx mentioned this issue Aug 16, 2023
11 tasks
@katarinasupe katarinasupe added Severity - S2 Severity - S2 Importance - I2 Importance - I2 labels Sep 15, 2023
@katarinasupe katarinasupe added this to the v1.5.0 milestone Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Importance - I2 Importance - I2 Severity - S2 Severity - S2
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants