Skip to content

Commit 4aa918a

Browse files
committed
Bump version to 1.18.0
1 parent eae3255 commit 4aa918a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Next
44

5+
## 1.18.0
6+
57
### Changed
68

79
- Experimental: `GraphSchema` validation now rejects `KEY` and `EXISTENCE` constraints on the same node or relationship property (including composite KEY members), since KEY already implies mandatory presence. Legacy `PropertyType.required` migration no longer adds redundant EXISTENCE constraints for KEY-covered properties. The schema-from-text extraction prompt includes the same rule.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
[project]
1717
name = "neo4j-graphrag"
18-
version = "1.17.0"
18+
version = "1.18.0"
1919
description = "Python package to allow easy integration to Neo4j's GraphRAG features"
2020
authors = [
2121
{name = "Neo4j, Inc", email = "team-gen-ai@neo4j.com"}

0 commit comments

Comments
 (0)