-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(search): 🐛 Search across null group_ids * chore: Version bump * chore: Set group_ids to none if it's an empty list * fix: Check for group ids being a list before setting it to None if empty * fix check * chore: Simplify group_ids check * chore: Simplify the check further
- Loading branch information
1 parent
d7c20c1
commit 19a6ebc
Showing
3 changed files
with
39 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "graphiti-core" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
description = "A temporal graph building library" | ||
authors = [ | ||
"Paul Paliychuk <[email protected]>", | ||
|