Skip to content

chore(deps): bump graphiti-core from 0.29.3 to 0.30.1 - #754

Open
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/uv/staging/graphiti-core-0.30.1
Open

chore(deps): bump graphiti-core from 0.29.3 to 0.30.1#754
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/uv/staging/graphiti-core-0.30.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps graphiti-core from 0.29.3 to 0.30.1.

Release notes

Sourced from graphiti-core's releases.

v0.30.1 - Neo4j Custom Database Fix, Search Fixes and Other Miscellaneous Fixes

Fixed: Neo4j queries now respect the configured database Neo4jDriver.execute_query() previously ignored the driver's database setting and ran all queries (including searches) against the server's home database, while session-based writes used the configured one (#1481, #851, #798). Queries are now correctly routed to the configured database, defaulting to neo4j. A per-call override is also supported via execute_query(..., database_="name").

⚠️ Behavior change for existing deployments:

WHO IS AFFECTED: This only impacts self-hosted Neo4j Enterprise deployments (multi-database support is an Enterprise feature) where the database parameter was manually set to something other than neo4j in the Graphiti client, or where the server's default database was renamed. If you run a standard Neo4j setup with the default neo4j database, no action is needed.

If your server's home database is not named neo4j and you don't pass database to the driver, queries now target neo4j instead of your home database — pass your database name explicitly to keep the old behavior. If you configured a custom database, reads now correctly target it. Data previously written via execute_query may reside in your home database and may need to be migrated.

What's Changed

New Contributors

Full Changelog: getzep/graphiti@v0.29.3...v0.30.0

v0.30.0pre5 - Allow Edge extraction to keep discovered edge labels

What's Changed

Full Changelog: getzep/graphiti@v0.30.0pre4...v0.30.0pre5

v0.30.0pre4 - Add edge type validation based on node labels

What's Changed

Full Changelog: getzep/graphiti@v0.30.0pre3...v0.30.0pre4

v0.30.0pre3 - Improve node dedup prompts

What's Changed

Full Changelog: getzep/graphiti@v0.30.0pre2...v0.30.0pre3

v0.30.0pre2 - Fix index out of range errors

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [graphiti-core](https://github.com/getzep/graphiti) from 0.29.3 to 0.30.1.
- [Release notes](https://github.com/getzep/graphiti/releases)
- [Commits](https://github.com/getzep/graphiti/commits)

---
updated-dependencies:
- dependency-name: graphiti-core
  dependency-version: 0.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 8, 2026
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/graphiti-core 0.30.1 UnknownUnknown

Scanned Files

  • uv.lock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants