From e89ea298fe18cf8a387b1e2534f67870fcfb63c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:58:14 +0000 Subject: [PATCH] chore(deps-dev): update dspy-ai requirement from >=2.4.0 to >=3.1.3 Updates the requirements on [dspy-ai](https://github.com/stanfordnlp/dsp) to permit the latest version. - [Release notes](https://github.com/stanfordnlp/dsp/releases) - [Commits](https://github.com/stanfordnlp/dsp/compare/v2.4.3...3.1.3) --- updated-dependencies: - dependency-name: dspy-ai dependency-version: 3.1.3 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 74fa7ae..fbf93c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ Changelog = "https://github.com/jcartu/rasputin-memory/blob/main/CHANGELOG.md" [project.optional-dependencies] reranker = ["fastapi>=0.110.0", "uvicorn>=0.29.0", "transformers>=4.40.0", "torch>=2.0.0"] -storm = ["knowledge-storm>=0.2.0", "dspy-ai>=2.4.0"] +storm = ["knowledge-storm>=0.2.0", "dspy-ai>=3.1.3"] mcp = ["fastmcp>=3.2.0"] dev = ["ruff>=0.3.0", "pytest>=8.0.0"] all = ["rasputin-memory[reranker,storm,mcp,dev]"]