From 6d992e0c386d23c5a21d3c6ba2a5468e37ece66b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:08:19 +0000 Subject: [PATCH] chore(deps): Update real-ladybug requirement in /apps/backend Updates the requirements on [real-ladybug](https://github.com/lbugdb/lbug) to permit the latest version. - [Commits](https://github.com/lbugdb/lbug/commits) --- updated-dependencies: - dependency-name: real-ladybug dependency-version: 0.15.3 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 45a6e1920..3b413dbfa 100644 --- a/apps/backend/requirements.txt +++ b/apps/backend/requirements.txt @@ -12,7 +12,7 @@ secretstorage>=3.5.0; sys_platform == "linux" # Memory Integration - LadybugDB (embedded graph database) # Requires Python 3.12+ (no Docker required) -real_ladybug>=0.13.0; python_version >= "3.12" +real_ladybug>=0.15.3; python_version >= "3.12" graphiti-core>=0.5.0; 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+