From faa65184a7de357489b915d489df9c8f1e29ca74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:21:54 +0000 Subject: [PATCH] deps: update mem0ai requirement from <2.0,>=1.0.0 to >=1.0.0,<3.0 Updates the requirements on [mem0ai](https://github.com/mem0ai/mem0) to permit the latest version. - [Release notes](https://github.com/mem0ai/mem0/releases) - [Commits](https://github.com/mem0ai/mem0/compare/v1.0.0...v2.0.5) --- updated-dependencies: - dependency-name: mem0ai dependency-version: 2.0.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b91da7b3..b50127b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ memory = [ ] # Qdrant + Neo4j memory backend helpers memory-stack = [ - "mem0ai>=1.0.0,<2.0", + "mem0ai>=1.0.0,<3.0", "qdrant-client>=1.9.0,<2.0", "neo4j>=5.20.0,<7.0", ]