From b32cb84d8f125bf65b7538c6a462c45b9b5601ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:03:08 +0000 Subject: [PATCH] Bump mem0ai from 2.0.2 to 2.0.4 Bumps [mem0ai](https://github.com/mem0ai/mem0) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/mem0ai/mem0/releases) - [Commits](https://github.com/mem0ai/mem0/compare/v2.0.2...v2.0.4) --- updated-dependencies: - dependency-name: mem0ai dependency-version: 2.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 340a4a3..1d09c5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ # (the adapters also record the runtime version into each result). # Note: gbrain has no Python SDK (TypeScript CLI, install via bun — see # config/gbrain.yaml for the pinned commit). -mem0 = ["mem0ai==2.0.2", "fastembed"] # OSS + Platform (same SDK); fastembed enables mem0's hybrid BM25+vector (its recommended config) +mem0 = ["mem0ai==2.0.4", "fastembed"] # OSS + Platform (same SDK); fastembed enables mem0's hybrid BM25+vector (its recommended config) graphiti = ["graphiti-core[anthropic]==0.29.1"] # Zep's OSS temporal-graph engine (self-hosted) zep-cloud = ["zep-cloud==3.22.0"] # Zep Cloud (hosted) dev = ["pytest>=8", "ruff>=0.6"]