From b17864c6c81e691c49daf950f4b54fc75433f760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 18:24:08 +0000 Subject: [PATCH] build(deps): bump torch from 2.12.1 to 2.13.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.12.1 to 2.13.0. - [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.1...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production 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 d956c2ac32e..81dccd9e261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "langchain-ollama==1.1.0", "langchain-openai==1.3.3", "langgraph==1.2.8", - "torch==2.12.1", + "torch==2.13.0", "sentence-transformers==5.6.0", "xinference-client==2.12.0",