Skip to content

Commit 1e6d7e2

Browse files
claudevdmClaude
authored andcommitted
Fix google-api-python-client python version bound
1 parent 4b448b0 commit 1e6d7e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/container/base_image_requirements_manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ google-cloud-profiler;python_version<="3.12"
3636
# Without google-cloud-profiler at python 3.13+, we need to manually add its
3737
# transitive dependency google-api-python-client as it is required by internal
3838
# tests
39-
google-api-python-client;python_version<="3.13"
39+
google-api-python-client;python_version>="3.13"
4040
guppy3
4141
mmh3 # Optimizes execution of some Beam codepaths. TODO: Make it Beam's dependency.
4242
nltk # Commonly used for natural language processing.

0 commit comments

Comments
 (0)