jedcunningham commented on code in PR #47319:
URL: https://github.com/apache/airflow/pull/47319#discussion_r1978487897
##########
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:
```suggestion
"pymongo>=4.0.0,<=4.11",
```
Let's just be defensive until we fix it instead of letting each release
break CI again.
--
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]