damccorm commented on code in PR #23219:
URL: https://github.com/apache/beam/pull/23219#discussion_r1018174773
##########
sdks/python/setup.py:
##########
@@ -237,6 +237,7 @@ def get_portability_package_data():
'regex>=2020.6.8',
'requests>=2.24.0,<3.0.0',
'typing-extensions>=3.7.0',
+ 'regex>=2022.3.2',
Review Comment:
Shouldn't adding it to the test_requires section be enough? Adding it to the
list of install_requires dependencies seems unnecessary to me.
--
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]