twisted / txmongo

asynchronous python driver for mongo
https://txmongo.readthedocs.io
Apache License 2.0
338 stars 102 forks source link

Method coll.insert_one Incompatible with PyMongo 3.6 #220

Closed grammy-jiang closed 6 years ago

grammy-jiang commented 6 years ago

In txmongo 17.1.0, the method coll.insert_one is incompatible with the latest version, pymongo 3.6.

The return of this method is:

Unhandled error in Deferred:

and the reactor does not stop.

I have tested: with pymongo 3.5, everything is fine.

IlyaSkriblovsky commented 6 years ago

Yep, it is already fixed in #219, but not merged yet

grammy-jiang commented 6 years ago

@IlyaSkriblovsky oh, thanks for your notice!

IlyaSkriblovsky commented 6 years ago

TxMongo 18.0.0 released today is fixing this issue