pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
507 stars 238 forks source link

pymongo v4 support #135

Closed ItsCh1ya closed 9 months ago

ItsCh1ya commented 2 years ago

pymongo 4.0 required operators in update func

vivCoding commented 2 years ago

Line 444 on the same file might also need a fix, from self.store.remove to self.store.delete_one

jakefischer commented 2 years ago

These updates make pymongo <4.0 no longer compatible. The fix should probably have a version check.

Lxstr commented 9 months ago

This is now supported in latest version