This is an automated email from the ASF dual-hosted git repository.

Abacn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new e2ae447bef7 Add google-api-python-client to Python 3.14 container 
(#39640)
e2ae447bef7 is described below

commit e2ae447bef76c9bf321744efb6690718f9f0706b
Author: Yi Hu <[email protected]>
AuthorDate: Wed Aug 5 19:48:54 2026 -0400

    Add google-api-python-client to Python 3.14 container (#39640)
---
 sdks/python/container/base_image_requirements_manual.txt | 2 +-
 sdks/python/container/py314/base_image_requirements.txt  | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/sdks/python/container/base_image_requirements_manual.txt 
b/sdks/python/container/base_image_requirements_manual.txt
index f771b66ee6d..2bb34c2920b 100644
--- a/sdks/python/container/base_image_requirements_manual.txt
+++ b/sdks/python/container/base_image_requirements_manual.txt
@@ -36,7 +36,7 @@ google-cloud-profiler;python_version<="3.12"
 # Without google-cloud-profiler at python 3.13+, we need to manually add its
 # transitive dependency google-api-python-client as it is required by internal
 # tests
-google-api-python-client;python_version<="3.13"
+google-api-python-client;python_version>="3.13"
 guppy3
 # Explicitly pin memray to use a version compatible with postprocessing logic 
in Beam.
 memray==1.19.3
diff --git a/sdks/python/container/py314/base_image_requirements.txt 
b/sdks/python/container/py314/base_image_requirements.txt
index bf74a89916c..246c56e845a 100644
--- a/sdks/python/container/py314/base_image_requirements.txt
+++ b/sdks/python/container/py314/base_image_requirements.txt
@@ -54,6 +54,7 @@ freezegun==1.5.5
 frozenlist==1.8.0
 future==1.0.0
 google-api-core==2.31.0
+google-api-python-client==2.198.0
 google-apitools==0.5.35
 google-auth==2.55.1
 google-auth-httplib2==0.2.1
@@ -197,6 +198,7 @@ typing-inspection==0.4.2
 typing_extensions==4.15.0
 tzdata==2026.2
 uc-micro-py==2.0.0
+uritemplate==4.2.0
 urllib3==2.7.0
 virtualenv-clone==0.5.7
 websockets==16.0

Reply via email to