From fbfac397726b867b45c3440aa6ce8f50c86add88 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 22 Aug 2026 06:24:02 +0000 Subject: [PATCH 1/2] Initial plan From 86cea45d8837d3d2287ccf4e326a4b4ace7725b0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 22 Aug 2026 06:25:00 +0000 Subject: [PATCH 2/2] Pin mem0ai to latest stable 1.x release (1.0.11) Co-authored-by: donny-devops <271941740+donny-devops@users.noreply.github.com> --- refs/nexent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refs/nexent/pyproject.toml b/refs/nexent/pyproject.toml index e09ade8..e59b08f 100644 --- a/refs/nexent/pyproject.toml +++ b/refs/nexent/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "linkup-sdk", "paramiko>=3.4.0", "linkup-sdk", - "mem0ai==2.0.0b2", + "mem0ai==1.0.11", "pymysql>=1.1.0", "psycopg2-binary>=2.9.9", "pymssql>=2.2.11",