potiuk commented on code in PR #47319:
URL: https://github.com/apache/airflow/pull/47319#discussion_r1978831120


##########
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:
   Ah no. The issue is actually with `mongomock` 
https://github.com/mongomock/mongomock/issues/912 and they are loking for 
maintaienrs: https://github.com/mongomock/mongomock/issues/914 (apparently 
someone volunteered 2 weeks ago). So yeah. let's exclude and link to that issue.



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