From 3dc915a49ee87d11afdf64d451809a980780380a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 23:37:13 +0000 Subject: [PATCH] :arrow_up: Bump dspy from 3.1.0 to 3.1.2 Bumps [dspy](https://github.com/stanfordnlp/dspy) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/stanfordnlp/dspy/releases) - [Commits](https://github.com/stanfordnlp/dspy/compare/3.1.0...3.1.2) --- updated-dependencies: - dependency-name: dspy dependency-version: 3.1.2 dependency-type: direct:production 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 3072390..bf52aef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = "~=3.14.0" dependencies = [ "clang==21.1.7", - "dspy==3.1.0", + "dspy==3.1.2", "hydra-core", "tree-sitter==0.24.0", "tree-sitter-c==0.23.4",