You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that the following changes make it into the release notes for the next release due to changes made to setup.py to align with the state of google-cloud-python:
Python 3.8 was dropped
The package now requires protobuf >= 4.25.8, < 8.0.0
Ensure that the presubmit called python-sdk-zb-system-test (gcs-aiml-clients-testing-101) is present and runs in google cloudbuild.
googleapis/python-storagewas moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-storage in PR #16192Ensure that the following changes make it into the release notes for the next release due to changes made to
setup.pyto align with the state ofgoogle-cloud-python:protobuf >= 4.25.8, < 8.0.0Ensure that the presubmit called
python-sdk-zb-system-test (gcs-aiml-clients-testing-101)is present and runs in google cloudbuild.Ensure that the snippets from the split repo are migrated to the python-docs-samples repo (DONE, see PR migrate code from googleapis/python-storage GoogleCloudPlatform/python-docs-samples#13989).
Ensure that system tests as found in
Kokoro System Testsrun successfully (DONE, see PR test: adds storage to list of system tests to run #16578).