Refty / mongo-thingy

:leaves: Powerful schema-less ODM for MongoDB and Python (sync + async)
https://mongo-thingy.readthedocs.io
MIT License
69 stars 12 forks source link

Should we drop PyMongo<3.5 support? #26

Closed ramnes closed 4 years ago

ramnes commented 6 years ago

http://api.mongodb.com/python/current/changelog.html#changes-in-version-3-5

Things that are modified in the pymongo-latest branch:

Fixed on PyMongo 3.5.0: https://github.com/mongodb/mongo-python-driver/commit/7b1cbace17348b71f49277d0edba7615b2da41d7

Shir0kamii commented 6 years ago

We made a branch called pymongo-latest which uses pymongo 3.7 and get rid of this logic.