This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch fix-post-python-arm in repository https://gitbox.apache.org/repos/asf/beam.git
commit 53c6aa046e43834281f96186a0f8ca79d30e8c99 Author: Vitaly Terentyev <[email protected]> AuthorDate: Wed Dec 3 18:34:20 2025 +0400 Add google-cloud-kms dependency --- sdks/python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index b700d796983..e224db909a4 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -483,6 +483,7 @@ if __name__ == '__main__': 'google-cloud-spanner>=3.0.0,<4', # GCP Packages required by ML functionality 'google-cloud-dlp>=3.0.0,<4', + 'google-cloud-kms>=3.1.0,<4', 'google-cloud-language>=2.0,<3', 'google-cloud-secret-manager>=2.0,<3', 'google-cloud-videointelligence>=2.0,<3',
