From f038cf6cc486bf519f3e7b3a46cc83bda0b2733d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 06:24:29 +0000 Subject: [PATCH] Bump torch from 2.11.0+cu130 to 2.12.1 in /apps/agent Bumps [torch](https://github.com/pytorch/pytorch) from 2.11.0+cu130 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/commits/v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/agent/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/agent/constraints.txt b/apps/agent/constraints.txt index 9e31729..d9756e9 100644 --- a/apps/agent/constraints.txt +++ b/apps/agent/constraints.txt @@ -1,5 +1,5 @@ # Keep the CUDA torch stack that ships with the agent base image. # These pins stop pip from replacing Blackwell-ready wheels during # voice-dependency installation. -torch==2.11.0+cu130 +torch==2.12.1 torchaudio==2.11.0+cu130