From 141eeeb56753453258fb0ce1558538b36e37b084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 16:22:43 +0000 Subject: [PATCH 1/2] build(deps-dev): bump tensorflow-cpu from 2.20.0 to 2.21.0 Bumps [tensorflow-cpu](https://github.com/tensorflow/tensorflow) from 2.20.0 to 2.21.0. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.20.0...v2.21.0) --- updated-dependencies: - dependency-name: tensorflow-cpu dependency-version: 2.21.0 dependency-type: direct:development 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 bd1508193e..2c5e46b58d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,7 @@ dev = [ pin_tensorflow_cpu = [ # https://github.com/tensorflow/tensorflow/issues/75279 # macos x86 has been deprecated - "tensorflow-cpu==2.20.0; platform_machine=='x86_64' and platform_system == 'Linux'", + "tensorflow-cpu==2.21.0; platform_machine=='x86_64' and platform_system == 'Linux'", "tensorflow~=2.18.0; (platform_machine!='x86_64' or platform_system != 'Linux') and (platform_machine!='x86_64' or platform_system != 'Darwin')", "tensorflow; platform_machine=='x86_64' and platform_system == 'Darwin'", # TODO: unpin protobuf after TF is upgraded to 2.21 From 9a313ace247b7414bb7c84a5e76b9d26d062d46d Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Wed, 11 Mar 2026 08:13:57 +0800 Subject: [PATCH 2/2] Remove protobuf pinning comment from pyproject.toml Removed protobuf version pinning comment from dependencies. Signed-off-by: Jinzhe Zeng --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2c5e46b58d..b6ba9b6f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,9 +156,6 @@ pin_tensorflow_cpu = [ "tensorflow-cpu==2.21.0; platform_machine=='x86_64' and platform_system == 'Linux'", "tensorflow~=2.18.0; (platform_machine!='x86_64' or platform_system != 'Linux') and (platform_machine!='x86_64' or platform_system != 'Darwin')", "tensorflow; platform_machine=='x86_64' and platform_system == 'Darwin'", - # TODO: unpin protobuf after TF is upgraded to 2.21 - # See: https://github.com/tensorflow/tensorflow/pull/103382 - "protobuf<7.34.0", ] pin_tensorflow_gpu = [ "tensorflow==2.18.0",