Skip to content

Bump graphiti-core version to 0.28.2#1315

Merged
prasmussen15 merged 3 commits intomainfrom
version/bump-v0.28.2
Mar 11, 2026
Merged

Bump graphiti-core version to 0.28.2#1315
prasmussen15 merged 3 commits intomainfrom
version/bump-v0.28.2

Conversation

@prasmussen15
Copy link
Collaborator

Summary

  • Bump graphiti-core version from 0.28.1 to 0.28.2 in root pyproject.toml
  • Update MCP server dependency pin (graphiti-core[falkordb]==0.28.2)
  • Update server dependency floor (graphiti-core>=0.28.2)
  • Update Docker build arg defaults in Dockerfile, Dockerfile.standalone, and docker-compose.yml
  • Regenerate root uv.lock

Notes

MCP server and server uv.lock files need to be regenerated after graphiti-core 0.28.2 is published to PyPI, and the MCP server Docker image should be rebuilt at that point using the existing build-with-version.sh script.

Test plan

  • Verify version string is correct in all files
  • After PyPI publish: regenerate mcp_server/uv.lock and server/uv.lock
  • After PyPI publish: rebuild MCP server Docker image

🤖 Generated with Claude Code

Update version across pyproject.toml, MCP server, server, Docker configs, and root lock file.
MCP server and server lock files will need regeneration after PyPI publish.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
MCP server depends on graphiti-core from PyPI, so the version bump
should happen after the 0.28.2 release is published.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@claude
Copy link
Contributor

claude bot commented Mar 11, 2026

Review: Missing changes described in PR description

The PR description claims the following updates, but they are not included in the actual changes:

  1. MCP server dependency pin not updated: mcp_server/pyproject.toml still references graphiti-core[falkordb]==0.28.1 instead of 0.28.2

  2. Docker build arg defaults not updated:

    • mcp_server/docker/Dockerfile still has ARG GRAPHITI_CORE_VERSION=0.28.1
    • mcp_server/docker/Dockerfile.standalone still has ARG GRAPHITI_CORE_VERSION=0.28.1
    • mcp_server/docker/docker-compose.yml still has a default of 0.28.1

Either the PR description should be corrected to reflect the actual scope, or these files should be updated to match the described changes.

Note: The PR description mentions these files need to be updated after PyPI publish, but the default values in Dockerfiles should still be updated as part of the version bump to maintain consistency.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@prasmussen15 prasmussen15 merged commit 77b1609 into main Mar 11, 2026
10 checks passed
@prasmussen15 prasmussen15 deleted the version/bump-v0.28.2 branch March 11, 2026 16:19
@getzep getzep locked and limited conversation to collaborators Mar 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant