Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdks/python/container/base_image_requirements_manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the comments above, here it supposed to be python_version>="3.13"

guppy3
# Explicitly pin memray to use a version compatible with postprocessing logic in Beam.
memray==1.19.3
Expand Down
2 changes: 2 additions & 0 deletions sdks/python/container/py314/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading