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"