-
Notifications
You must be signed in to change notification settings - Fork 45
Pydantic V2 Support #94
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
Merged
Merged
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f1fd06e
Add ObjectId & dict converter
arun-sureshkumar b8dce09
Add is_type_of to PydanticObjectType to support Graphene Union
arun-sureshkumar 9ee1620
Merge branch 'main' into feature/feat-conveters
mak626 1fdf001
fix: is_type_of objecttype
mak626 e03a5c8
feat: added support for v2
mak626 228c479
Update poetry.lock
arun-sureshkumar 3b2ff6a
fix: incorrect list type
mak626 fe719f4
Merge remote-tracking branch 'origin/feat/pydantic-v2' into feat/pyda…
mak626 0ac8709
fix: default value not working for input types
mak626 f000a85
fix: default value pydantic undefined
mak626 e966ce0
fix: python11 Union using | syntax
mak626 00db74f
fix: python11 Union using | syntax in PydanticInputObjectType
arun-sureshkumar 5a0eebb
fix: ConversionError message
arun-sureshkumar 745ab32
fix: allow support for str|None or Union[str|None] in input type
mak626 96a1bb2
fix(Bson): Made BSON objectID optional support, removed from dependen…
abhinand-c ec5c811
build: bump version to 0.5.0
abhinand-c be7bf62
fix: nested union type errors
mak626 d18a010
Merge remote-tracking branch 'origin/feat/pydantic-v2' into feat/pyda…
mak626 b59133c
fix: optional union type errors
mak626 f068c27
fix: black format errors
mak626 d60de24
feat(Nox): Updated pydantic and graphene versions
abhinand-c 6f5000c
fix: optional union types being marked as required
mak626 ff1d781
fix: forward ref
mak626 014c6ff
fix: UnionType imported in python versions < 3.10
mak626 58135e7
chore: drop testing for EOL Python 3.7
mak626 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.