From 16ebb6437167bc73bc30dcba4e7e3e4bdf26c7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:43:42 +0000 Subject: [PATCH] chore(deps): bump mem0ai from 0.1.117 to 2.0.5 in /sdk Bumps [mem0ai](https://github.com/mem0ai/mem0) from 0.1.117 to 2.0.5. - [Release notes](https://github.com/mem0ai/mem0/releases) - [Commits](https://github.com/mem0ai/mem0/compare/0.1.117...v2.0.5) --- updated-dependencies: - dependency-name: mem0ai dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index cdb5459b9..5488a8550 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "linkup-sdk", "paramiko>=3.4.0", "linkup-sdk", - "mem0ai==0.1.117", + "mem0ai==2.0.5", "pymysql>=1.1.0", "psycopg2-binary>=2.9.9", "pymssql>=2.2.11",