jrmccluskey commented on code in PR #36792:
URL: https://github.com/apache/beam/pull/36792#discussion_r2599070550


##########
sdks/python/setup.py:
##########
@@ -408,7 +408,7 @@ def get_portability_package_data():
           'typing-extensions>=3.7.0',
           'zstandard>=0.18.0,<1',
           'pyyaml>=3.12,<7.0.0',
-          'beartype>=0.21.0,<0.22.0',
+          'beartype>=0.22.0,<0.23.0',

Review Comment:
   In general no, although this version jump from 0.21.0 to 0.22.0 did wind up 
changing the import paths of some subpackages (which we don't currently import 
directly, but could in the future.) I think for this jump I'd prefer to keep it 
tight as we incorporate beartype, then loosen the bounds slowly. 



-- 
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