From b31082c76c11f054c75a583a1d2d2a7bca9464e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:41:15 +0000 Subject: [PATCH] build(deps-dev): update graphiti-core requirement Updates the requirements on [graphiti-core](https://github.com/getzep/graphiti) to permit the latest version. - [Release notes](https://github.com/getzep/graphiti/releases) - [Commits](https://github.com/getzep/graphiti/compare/v0.7.0...v0.29.0) --- updated-dependencies: - dependency-name: graphiti-core dependency-version: 0.29.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 038340e..491fafb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ doubao = [] # VolcEngine endpoint — routed via litellm # Graph databases neo4j = ["neo4j>=5.27.0,<6"] neptune = ["langchain_aws>=0.2.20"] -graphiti = ["graphiti-core>=0.7.0,<0.29"] +graphiti = ["graphiti-core>=0.7.0,<0.30"] # Relational databases postgres = [