From 4f4dcfe9293ff690099a3d31fca4524c67493a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:52:13 +0000 Subject: [PATCH] chore(deps): bump torch from 2.11.0 to 2.12.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.11.0 to 2.12.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.11.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c9d30661..cb4f280f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] # Note: The torch version here is the default. When building releases, # use tools/release.sh with --torch-version to specify different versions -requires = ["setuptools>=68.0.0", "pyyaml", "torch==2.11.0", "toml"] +requires = ["setuptools>=68.0.0", "pyyaml", "torch==2.12.0", "toml"] build-backend = "setuptools.build_meta" [project] @@ -29,7 +29,7 @@ dependencies = [ "pytz>=2025.2", "prometheus-client>=0.21.1", "py-grpc-prometheus>=0.8.0", - "torch==2.11.0", + "torch==2.12.0", "protobuf==6.31.1", # OpenTelemetry is a required dependency. No automatic downgrade. "opentelemetry-api>=1.36.0",