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

Allow exclude_none, exclude_unset, exclude_defaults on engine.save() #180

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

hellocoldworld
Copy link

@hellocoldworld hellocoldworld commented Sep 7, 2021

Allow passing exclude keyword arguments to engine.save.
Fixes #162

Nicolas Martinez and others added 7 commits September 7, 2021 14:09
Allow passing exclude keyword arguments to engine.save.
The class seems to have been remove in pydantic 1.9.0a2, causing odmantic to fail at import time and since 
the annotation is stringified, the import is not _strictly_ necessary.
@art049 art049 changed the title Addresses #162 Allow exclude_none, exclude_unset, exclude_defaults on engine.save() Aug 31, 2022
@art049 art049 force-pushed the master branch 2 times, most recently from 5bd1656 to a99a258 Compare November 3, 2023 20:39
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.

Allow exclude_none, exclude_unset, exclude_defaults on engine.save()
1 participant