From b1b3e8b19bcb3ef0cbb483b5a629203c28590195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:32:16 +0000 Subject: [PATCH] chore(deps): update graphiti-core requirement in /auto-codex 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.5.0...v0.29.0) --- updated-dependencies: - dependency-name: graphiti-core dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- auto-codex/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-codex/requirements.txt b/auto-codex/requirements.txt index a75ee83..584e87f 100644 --- a/auto-codex/requirements.txt +++ b/auto-codex/requirements.txt @@ -6,7 +6,7 @@ tomli>=2.0.0; python_version < "3.11" # Memory Integration (highly recommended) but can be disabled by commenting out the line below # NOTE: graphiti-core requires Python 3.10+; keep core features working on older Python 3 by gating it. -graphiti-core[falkordb]>=0.5.0; python_version >= "3.10" +graphiti-core[falkordb]>=0.29.0; python_version >= "3.10" # Google AI (optional - for Gemini LLM and embeddings) google-generativeai>=0.8.0