Skip to content

Commit 7605303

Browse files
prasmussen15claude
andauthored
chore: bump version to 0.28.1 (#1243)
Patch release so that mcp_server and server lockfiles can drop the diskcache transitive dependency once published, resolving dependabot alerts #69 and #70. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bde2f79 commit 7605303

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mcp_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.10,<4"
77
dependencies = [
88
"mcp>=1.9.4",
99
"openai>=1.91.0",
10-
"graphiti-core[falkordb]==0.28.0",
10+
"graphiti-core[falkordb]==0.28.1",
1111
"pydantic-settings>=2.0.0",
1212
"pyyaml>=6.0",
1313
"typing-extensions>=4.0.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "graphiti-core"
33
description = "A temporal graph building library"
4-
version = "0.28.0"
4+
version = "0.28.1"
55
authors = [
66
{ name = "Paul Paliychuk", email = "paul@getzep.com" },
77
{ name = "Preston Rasmussen", email = "preston@getzep.com" },

0 commit comments

Comments
 (0)