tvalentyn commented on code in PR #25786:
URL: https://github.com/apache/beam/pull/25786#discussion_r1131658318
##########
sdks/python/setup.py:
##########
@@ -250,7 +250,7 @@ def get_portability_package_data():
# Use a strict upper bound.
'numpy>=1.14.3,<1.25.0', # Update build-requirements.txt as well.
'objsize>=0.6.1,<0.7.0',
- 'pymongo>=3.8.0,<4.0.0',
+ 'pymongo>=3.8.0,<5.0.0',
Review Comment:
consider temporarily increasing the lower bound to 4.0.0 or above to make IT
signal more reliable.
--
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]