-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove checkpoint_ns from primary keys.
At the same time, increase its max size to 2000 characters. We do this because with nested subgraphs, we hit the original 100 character limit way too quickly. We have to remove it from the primary key because primary keys are limited to 767 bytes in MySQL.
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langgraph-checkpoint-mysql" | ||
version = "2.0.8" | ||
version = "2.0.9" | ||
description = "Library with a MySQL implementation of LangGraph checkpoint saver." | ||
authors = ["Theodore Ni <[email protected]>"] | ||
license = "MIT" | ||
|