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

Update to support pymongo 4.9 #2849

Merged
merged 8 commits into from
Sep 19, 2024
Merged

Conversation

efrederickson
Copy link
Contributor

@efrederickson efrederickson commented Sep 18, 2024

Resolve issue where _check_name moved files between pymongo 4.8.0 and 4.9. This updates the import path. Also updated are other private members that the test rely on and a couple imports (database and mongo_client) that now must be explicitly declared.

The _check_name function can now be found here.

This closes #2847 and obsoletes #2848

efrederickson and others added 5 commits September 18, 2024 19:48
Resolve issue where _check_name moved files between pymongo 4.8.0 and 4.9
@efrederickson efrederickson changed the title Fix: _check_name moved files between pymongo 4.8.0 and 4.9 Update to support pymongo 4.9 Sep 19, 2024
@bagerard
Copy link
Collaborator

Awesome, thanks a lot for the contribution 👍 !

@bagerard bagerard merged commit 4dd8432 into MongoEngine:master Sep 19, 2024
20 checks passed
@BalaRajendran
Copy link

@bagerard @efrederickson When can we expect this release? In the meantime, should I scale down the MongoEngine version? Would be helpful for me?

@bagerard
Copy link
Collaborator

Got released as 0.29.1 here https://github.com/MongoEngine/mongoengine/releases/tag/v0.29.1

@BalaRajendran
Copy link

Cool! Thanks

@efrederickson efrederickson deleted the patch-1 branch September 19, 2024 11:46
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

Successfully merging this pull request may close these issues.

ImportError with pymongo 4.9
3 participants