pallets-eco / flask-session

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

pymongo v4 support + bug fixes #154

Closed zachlagden closed 8 months ago

zachlagden commented 1 year ago

pymongo 4.0 required operators in update func

fixed comparison between datetime and document expiration

zachlagden commented 8 months ago

I've decided to just make my own version as this one seems to be dead.

Lxstr commented 8 months ago

Hi @zachlagden I have put in some time over the last few weeks attempting to get his repo up to date (It was not originally made by me) and we should have a release soon. If you would like to test my changes on Development branch that would be very helpful.

zachlagden commented 8 months ago

Hi @zachlagden I have put in some time over the last few weeks attempting to get his repo up to date (It was not originally made by me) and we should have a release soon. If you would like to test my changes on Development branch that would be very helpful.

oh yeah for sure man, I'll take a look