From a113ad53c5e01144e49c6d3d8cdc769970c17edc Mon Sep 17 00:00:00 2001 From: Lars Varming Date: Mon, 10 Nov 2025 11:54:06 +0100 Subject: [PATCH] Fix: Remove local version identifier for PyPI compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed version from 0.23.1+varming.1 to 0.23.1 - PyPI rejects uploads with local version identifiers (the +varming.1 part) - Clean version 0.23.1 is semantically correct (patch of upstream 0.23.0 with database fix) - No conflicts since we use different package name (graphiti-core-varming vs graphiti-core) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09834836..22677fc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "graphiti-core-varming" description = "A temporal graph building library (Varming fork with database parameter fix)" -version = "0.23.1+varming.1" +version = "0.23.1" authors = [ { name = "Paul Paliychuk", email = "paul@getzep.com" }, { name = "Preston Rasmussen", email = "preston@getzep.com" },