Closed ItsCh1ya closed 9 months ago
Line 444 on the same file might also need a fix, from self.store.remove
to self.store.delete_one
These updates make pymongo <4.0 no longer compatible. The fix should probably have a version check.
This is now supported in latest version
pymongo 4.0 required operators in update func