neo4j-rest-client
neo4j-rest-client copied to clipboard
Object-oriented Python library to interact with Neo4j standalone REST server
While connecting the neo4jrestclient with neo4j database (docker version) The below error occurs:- Failed to create the driver in neo4jrestclient: 'relationship_index' This doesn't happen with the community version (which i...
Hi, In **neo4j-rest-client**, inappropriate dependency versioning constraints can cause risks. Below are the dependencies and version constraints that the project is using ``` requests>=2.2.0 lucene-querybuilder>=0.2 lockfile>=0.9.1 CacheControl>=0.9.2 ``` The version...
Ran into an issue where a program that uses this library won't work on python3.10; This is all I needed to change for this specific program
Bumps [ipython](https://github.com/ipython/ipython) from 1.1.0 to 7.16.3. Release notes Sourced from ipython's releases. 7.9.0 No release notes provided. 7.8.0 No release notes provided. 7.7.0 No release notes provided. 7.6.1 No release...
There are small typos in: - docs/filters.rst - docs/index.rst - docs/info.rst - docs/transactions.rst - neo4jrestclient/query.py Fixes: - Should read `insensitive` rather than `insesitive`. - Should read `relationships` rather than `relationhips`....
Bumps [pygments](https://github.com/pygments/pygments) from 1.6 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.6 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Bumps [requests](https://github.com/requests/requests) from 2.1.0 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...
Couldn't find this info in the docs
I allways receive an error in pytho n(spyder) executing this: q = "match (u:User {id:1})-[:OWN]->()