-
Notifications
You must be signed in to change notification settings - Fork 104
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
CU-8695d4www pydantic 2 #476
Open
mart-r
wants to merge
46
commits into
master
Choose a base branch
from
CU-8695d4www-pydantic-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
b0b3d43
CU-8695d4www: Bump pydantic requirement to 2.6+
mart-r cb0104f
CU-8695d4www: Update methods to use pydantic2 based ones
mart-r e806d54
CU-8695d4www: Update methods to use pydantic2 based ones [part 2]
mart-r ea7e04a
CU-8695d4www: Use identifier based config when setting last train dat…
mart-r 3879fe5
CU-8695d4www: Use pydantic2-based model validation
mart-r 960e405
CU-8695d4www: Add workarounds for pydantic1 methods
mart-r 10a7a58
CU-8695d4www: Add missing utils module for pydantic1 methods
mart-r 080ae71
Revert "CU-8695d4www: Bump pydantic requirement to 2.6+"
mart-r b86135a
CU-8695d4www: [TEMP] Add type-ingores to pydantic2-based methods for …
mart-r 0eb9f76
CU-8695d4www: Make pydantic2-requires getattribute wrapper only apply…
mart-r 0e9fe91
CU-8695d4www: Fix missin model dump getter abstraction
mart-r 0cb31ee
CU-8695d4www: Fix missin model dump getter abstraction (in CAT)
mart-r a7aab98
CU-8695d4www: Update tests for pydantic 1 and 2 support
mart-r 897df2d
Revert "CU-8695d4www: [TEMP] Add type-ingores to pydantic2-based meth…
mart-r 1bbe88e
Reapply "CU-8695d4www: Bump pydantic requirement to 2.6+"
mart-r cc7c2ce
CU-8695d4www: Allow both pydantic 1 and 2
mart-r 0ee1a8a
CU-8695d4www: Deprecated pydantic utils for removal in 1.15
mart-r a89e680
CU-8695d4www: Allow usage of specified deprecated method(s) during tests
mart-r 825628e
CU-8695d4www: Allow usage of pydantic 1-2 workaround methods during t…
mart-r 927f807
CU-8695d4www: Add documentation for argument allowing usage during te…
mart-r fadc7d1
CU-8695d4www: Fix allowing deprecation during test time
mart-r b1b11ce
CU-8695d4www: Fix model dump getting in regression checker
mart-r e30ca16
Revert "CU-8695d4www: Fix allowing deprecation during test time"
mart-r 0c5b7ca
Revert "CU-8695d4www: Add documentation for argument allowing usage d…
mart-r 6c76acc
Revert "CU-8695d4www: Allow usage of pydantic 1-2 workaround methods …
mart-r a4b2ea0
Revert "CU-8695d4www: Allow usage of specified deprecated method(s) d…
mart-r 414f70a
Revert "CU-8695d4www: Deprecated pydantic utils for removal in 1.15"
mart-r ecc54ab
CU-8695d4www: Add comment regarding pydantic backwards compatiblity w…
mart-r b160295
CU-8695d4www: Add pydantic 1 check to GHA workflow
mart-r 6c6881a
Merge branch 'master' into CU-8695d4www-pydantic-2
mart-r b5ddf91
Merge branch 'master' into CU-8695d4www-pydantic-2
mart-r 23d03c7
CU-8695d4www: Fix usage of pydantic-1 based dict method in regression…
mart-r 8777256
CU-8695d4www: Fix usage of pydantic-1 based dict method in regression…
mart-r 44e470a
CU-8695d4www: New workflow step to install and run mypy on pydantic 1
mart-r 9eab8f0
CU-8695d4www: Add type ignore comments to pydantic2 versions in versi…
mart-r 3d19cd3
Merge branch 'master' into CU-8695d4www-pydantic-2
mart-r ebe17e0
Merge branch 'master' into CU-8695d4www-pydantic-2
mart-r 6746b34
CU-8695d4www: Update pydantic requirement to 2.0+ only
mart-r b7f895e
CU-8695d4www: Update to pydantic 2 ONLY
mart-r 3fe2c47
CU-869671bn4: Update mypy dev requirement to be less than 1.12
mart-r 65d653f
CU-869671bn4: Fix model fields in config
mart-r 11b1c7a
CU-869671bn4: Fix stats helper method - use correct type adapter
mart-r bc5458b
CU-869671bn4: Fix some model type issues
mart-r 95d294e
CU-869671bn4: Line up with previous model dump methods
mart-r 4e716ae
CU-869671bn4: Fix overwriting model dump methods
mart-r 2834c27
CU-869671bn4: Remove pydantic1 workflow step
mart-r 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
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
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
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
Oops, something went wrong.
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.
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.
👍