v1.5.0
Features and improvements
- Added
get_or_create()
metod forNode
andRelationship
to simplify merging nodes and relationships (#244) by @aalekhpatel07 - Added spelling fixes (#251) by @jsoref
- Turned
docker
into an optional dependency (#279) by @antepusic
Bug fixes
- Fixed typing for
get_triggers
method (#260) by @alex-linx
Updates
- Added support for Python 3.11 on Linux (#281) by @katarinasupe
- Added support for Python 3.10 on Windows (#281) by @katarinasupe
- Relaxed
neo4j
dependency (https://github.com/memgraph/gqlalchemy/pull/263/files) by @alex-linx - Bumped
pydantic
to v2 (#278) by @as51340
Special thanks to all our outside contributors for their efforts! 👏
Note
We are hoping to have full support for Python 3.11 soon. Please open an issue if you have any blockers with the current update.