Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pymongo version 4.0.* #2624

Closed
wavenator opened this issue Feb 21, 2022 · 1 comment
Closed

Support pymongo version 4.0.* #2624

wavenator opened this issue Feb 21, 2022 · 1 comment

Comments

@wavenator
Copy link

Right now, the setup.py dependency line for pymongo requires pymongo>=3.4,<=4.0 which does not allow installing patch versions like the current versions which is 4.0.1:

The conflict is caused by:
   The user requested pymongo==4.0.1
   mongoengine 0.24.0 depends on pymongo<=4.0 and >=3.4
@bagerard
Copy link
Collaborator

bagerard commented May 6, 2022

Was merged some time ago in 0.24.1

@bagerard bagerard closed this as completed May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants