Amar3tto commented on code in PR #36981:
URL: https://github.com/apache/beam/pull/36981#discussion_r2586450181


##########
sdks/python/setup.py:
##########
@@ -485,7 +485,7 @@ def get_portability_package_data():
               'google-cloud-spanner>=3.0.0,<4',
               # GCP Packages required by ML functionality
               'google-cloud-dlp>=3.0.0,<4',
-              'google-cloud-kms>=3.0.0,<4',
+              'google-cloud-kms>=3.1.0,<4',

Review Comment:
   When I was doing it, there was no kms, but after rebasing I found that you 
added it in another PR, I set 3.1.0 because it should support Python 3.13: 
https://pypi.org/project/google-cloud-kms/3.1.0/. Don't know if it is important 
though



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to