Refty / mongo-thingy

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

Update to pymongo 3.7 #28

Closed trubesv closed 4 years ago

trubesv commented 6 years ago

Fixes #26 Fixes #27

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e18cc0db00967d4e988d9eff2f21c554990a3223 on pymongo-latest into 18d2cc0c49afc942056ca6a464155f8f9d4e91cf on master.

ramnes commented 6 years ago

install_requires in setup.py must be updated to tell that we support the oldest version of PyMongo that has those features. It's PyMongo 3.5, I guess? Also, the same version should be used for tests and development (and thus modified in requirements.txt).

Also, that would close #26. Feel free to add any argument in favor of PyMongo<3.5 drop in #26, because I'm not so sure yet that we really want it.