ckljohn commented on a change in pull request #20511:
URL: https://github.com/apache/airflow/pull/20511#discussion_r775556230
##########
File path: setup.py
##########
@@ -392,7 +392,7 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
leveldb = ['plyvel']
mongo = [
'dnspython>=1.13.0,<3.0.0',
- 'pymongo>=3.6.0',
Review comment:
1. Added comment
2. There are quite a number of breaking changes in pymongo `4.0.0`. I think
we should limit the major version first. We may migrate to pymongo `4.0.0` in
the future PR.
https://pymongo.readthedocs.io/en/stable/changelog.html#breaking-changes-in-4-0
--
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]