-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(server/deps): Upgrade to pydantic ^2.4.2 [TCTC-7241] (#1891)
* chore: bump pydantic Signed-off-by: Luka Peschke <[email protected]> * chore: run bump-pydantic Signed-off-by: Luka Peschke <[email protected]> * fix remaining warnings Signed-off-by: Luka Peschke <[email protected]> * fix tests Signed-off-by: Luka Peschke <[email protected]> * Stop using deprectaed pydantic methods Signed-off-by: Luka Peschke <[email protected]> * fix lockfile Signed-off-by: Luka Peschke <[email protected]> * update connectors Signed-off-by: Luka Peschke <[email protected]> * refactor: Annotate PipelineOrDomainName to support steps as models Signed-off-by: Luka Peschke <[email protected]> * bump pydandic ^2.4.2 Signed-off-by: Luka Peschke <[email protected]> * refactor: force RelativeDate.date to be a datetime instance Signed-off-by: Luka Peschke <[email protected]> * updated connectors branch Signed-off-by: Luka Peschke <[email protected]> * fix: Add missing python-dateutil dependency Signed-off-by: Luka Peschke <[email protected]> * fix: forbid PipelineStepWithRefs in PipelineWithVariables Signed-off-by: Luka Peschke <[email protected]> * feat(server): drop Python 3.10 support Signed-off-by: Luka Peschke <[email protected]> * refactor(server/combination): Allow PipelineOrDomainName to be a list[PipelineStep] Signed-off-by: Luka Peschke <[email protected]> * refactor(server): replace update_forward_refs() with model_rebuild() Signed-off-by: Luka Peschke <[email protected]> * refactor(server): Stronger typing on pipelineOrDomainName Signed-off-by: Luka Peschke <[email protected]> * fix(server): temporary fix for the discriminated union bug Signed-off-by: Luka Peschke <[email protected]> * fix PipelineWithRefs typing Signed-off-by: Luka Peschke <[email protected]> * bump connectors Signed-off-by: Luka Peschke <[email protected]> --------- Signed-off-by: Luka Peschke <[email protected]>
- Loading branch information
1 parent
8e4c240
commit 99346a8
Showing
48 changed files
with
469 additions
and
346 deletions.
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
Oops, something went wrong.