From 3259c1dde8770386af4cba3e435bc648ea89a82f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 00:02:17 +0000 Subject: [PATCH] Bump torch from 2.12.0 to 2.12.1 in /python Bumps [torch](https://github.com/pytorch/pytorch) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.12.0...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index e0fccc8..4ef9922 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -93,7 +93,7 @@ google = [ hugging_face = [ "transformers[torch] ~= 4.28", "sentence-transformers >= 2.2,< 6.0", - "torch==2.12.0" + "torch==2.12.1" ] mcp = [ "mcp>=1.8",