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


##########
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:
   I think if we can be looser, we should. This is part of the core beam 
library which means that if anyone is relying on a package which enforces a 
different BearType version, they won't be able to install Beam naively. If it 
was an extra I'd feel differently, but if there are no known issues then I 
think we should be loose.



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