diff --git a/auto-codex/requirements.txt b/auto-codex/requirements.txt index a75ee83..ca14c33 100644 --- a/auto-codex/requirements.txt +++ b/auto-codex/requirements.txt @@ -2,7 +2,7 @@ python-dotenv>=1.0.0 # TOML parsing fallback for Python < 3.11 -tomli>=2.0.0; python_version < "3.11" +tomli>=2.4.1; 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.