potiuk commented on code in PR #47319:
URL: https://github.com/apache/airflow/pull/47319#discussion_r1978820446
##########
providers/mongo/pyproject.toml:
##########
@@ -62,7 +62,7 @@ dependencies = [
# pymongo 4.11 had incompatible change leading to
# TypeError: BulkOperationBuilder.add_replace() got an unexpected keyword
argument 'sort'
# See https://github.com/apache/airflow/issues/46215
- "pymongo>=4.0.0,!=4.11,!=4.11.1",
+ "pymongo>=4.0.0,!=4.11,!=4.11.1,!=4.11.2",
Review Comment:
Hmm maybe we should simply fix it and not exclude pymongo. That one seems
like an easy fix,
--
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]