-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: Bump pydantic to ^2.4.2 [TCTC-7241] #1272
Merged
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
65a9774
chore: Bump pydantic to ^2.3.0
lukapeschke e178f74
chore: run bump-pydantic
lukapeschke 51bb064
refactor: replace json_serializers
lukapeschke 102eb89
fix: underscore_attrs_are_private
lukapeschke 78e26f3
refactor: replace schema_extra
lukapeschke a0915c0
refactor validators with values
lukapeschke 8143eda
chore: lint
lukapeschke 22da7b4
fix: type annotation for oauth2_version
lukapeschke fdc3164
fix: replace root_validator with model_validator
lukapeschke 6a19887
fix typing
lukapeschke a121226
refactor: Make data_source_model an attribute of __init_subclass__
lukapeschke 0066455
update tests
lukapeschke 9f0ce87
fix tests
lukapeschke 0426ec6
Merge branch 'master' into upgrade-pydantic
lukapeschke 8fa9d9a
blindly try to fix oracle tests
lukapeschke 717f365
Merge branch 'master' into upgrade-pydantic
lukapeschke e47c477
adapt recently merged code
lukapeschke 4e37a10
Merge branch 'master' into upgrade-pydantic
lukapeschke 1744922
Update tests/google_sheets_2/test_google_sheets_2.py
lukapeschke d0dc261
bump pydandic ^2.4.2
lukapeschke 3b3eb12
fix readme formatting
lukapeschke a9c0377
fix: remove merge conflict artifact
lukapeschke dcb3c28
chore: format
lukapeschke 46bcf5b
Merge branch 'master' into upgrade-pydantic
lukapeschke 778d2ac
Merge branch 'master' into upgrade-pydantic
lukapeschke eadde7a
chore: mypy
lukapeschke a3d0757
Merge branch 'master' into upgrade-pydantic
lukapeschke 48a0560
Merge branch 'master' into upgrade-pydantic
lukapeschke f28474f
Merge branch 'master' into upgrade-pydantic
lukapeschke edd2858
fix: allow identifier to be None
lukapeschke 2d6f547
fix: Add garbage code to mongo connector
lukapeschke 6c44091
fix: do not use PlainJsonSecretStr for Oauth2
lukapeschke b96c321
fix horrible postgres typing
lukapeschke a7e52df
fix horrible http_api typing
lukapeschke a219852
fix horrible mysql typing
lukapeschke 41b211d
Merge branch 'master' into upgrade-pydantic
lukapeschke 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'aurais proposé de changer
DEFAULT_REF_TEMPLATE
pour changer le moins de tests possiblesThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je viens de tester avec
ref_template='#/definitions/{model}'
, et les definitions restent malgré tout dans la clé$defs
. Seule leur référence change. Exemple:Donne
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je viens de tester avec
ref_template='#/definitions/{model}'
, et les definitions restent malgré tout dans la clé$defs
. Seule leur référence change. Exemple:Donne
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je viens de tester avec
ref_template='#/definitions/{model}'
, et les definitions restent malgré tout dans la clé$defs
. Seule leur référence change. Exemple:Donne
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est pas un bug ? 🤔A priori non