tvalentyn commented on code in PR #31164:
URL: https://github.com/apache/beam/pull/31164#discussion_r1589633863
##########
sdks/python/setup.py:
##########
@@ -411,11 +411,13 @@ def get_portability_package_data():
# Pinning docutils as a workaround for Sphinx issue:
# https://github.com/sphinx-doc/sphinx/issues/9727
'docutils==0.17.1',
+ 'jinja2>=3.0,<3.1',
'pandas<2.1.0',
],
'test': [
'docstring-parser>=0.15,<1.0',
'freezegun>=0.3.12',
+ 'jinja2>=3.0,<3.1',
Review Comment:
What's the reason for the upper bound cap given that newer versions are
available: https://pypi.org/project/Jinja2/#history
See also:
https://cwiki.apache.org/confluence/display/BEAM/Dependency+management+guidelines+for+Beam+Python+SDK+maintainers
--
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]