tvalentyn commented on code in PR #37628:
URL: https://github.com/apache/beam/pull/37628#discussion_r2834569165


##########
sdks/python/setup.py:
##########
@@ -390,6 +389,7 @@ def get_portability_package_data():
           'numpy>=1.14.3,<2.5.0',  # Update pyproject.toml as well.
           'objsize>=0.6.1,<0.8.0',
           'packaging>=22.0',
+          'pillow',

Review Comment:
   I would suggest using an upper bound unless we don't expect breaking changes 
that can affect us in the future, see: 
   
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=290982440#DependencymanagementguidelinesforBeamPythonSDKmaintainers-Howtoaddanewdependency?



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