From dd2a08ab55a6ce2fa3bef11a324058e980d26076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 23:04:04 +0000 Subject: [PATCH] chore(deps): Update graphiti-core requirement in /apps/backend 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.2) --- updated-dependencies: - dependency-name: graphiti-core dependency-version: 0.29.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/requirements.txt b/apps/backend/requirements.txt index fe4805b3d..98b43ece1 100644 --- a/apps/backend/requirements.txt +++ b/apps/backend/requirements.txt @@ -13,7 +13,7 @@ secretstorage>=3.5.0; sys_platform == "linux" # Memory Integration - LadybugDB (embedded graph database) # Requires Python 3.12+ (no Docker required) real_ladybug>=0.15.3; python_version >= "3.12" -graphiti-core>=0.5.0; python_version >= "3.12" +graphiti-core>=0.29.2; python_version >= "3.12" # pandas is required by real_ladybug for get_as_df() method # pandas 3.0+ required for pre-built wheels on Python 3.12+ pandas>=3.0.3; python_version >= "3.12"