This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch fix-tensorflow-212 in repository https://gitbox.apache.org/repos/asf/beam.git
commit a17611abdd53bfae849196bd8c8e2640d4f6fa4e Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Aug 27 14:52:40 2026 +0400 Pin googleapis-common-protos<1.70 for py310-tensorflow-212 --- sdks/python/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index 78b9bdc3c45..8f59766612c 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -459,6 +459,7 @@ commands = [testenv:py310-tensorflow-212] deps = 212: + googleapis-common-protos<1.70 tensorflow>=2.12rc1,<2.13 # Help pip resolve conflict with typing-extensions for old version of TF https://github.com/apache/beam/issues/30852 pydantic<2.7
