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