From 2d4d8761cb9f5e4f52e13ac900277a67290393a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 03:53:55 +0000 Subject: [PATCH] Bump zep-cloud from 3.22.0 to 3.24.0 Bumps [zep-cloud](https://github.com/getzep/zep-python) from 3.22.0 to 3.24.0. - [Release notes](https://github.com/getzep/zep-python/releases) - [Commits](https://github.com/getzep/zep-python/compare/v3.22.0...v3.24.0) --- updated-dependencies: - dependency-name: zep-cloud dependency-version: 3.24.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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..7c4608f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ # 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) 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) +zep-cloud = ["zep-cloud==3.24.0"] # Zep Cloud (hosted) dev = ["pytest>=8", "ruff>=0.6"] all = ["orgmembench[mem0,graphiti,zep-cloud,dev]"]