generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix Pydantic warnings. Pydantic has deprecated validator and should be replaced by field_validator. See https://docs.pydantic.dev/2.8/migration/#validator-and-root_validator-are-deprecated * Use `partial` for validators * Replace `__fields__` with `model_fields`. This was deprecated in v2. This instance of `__fields__` was called within a block that only runs in pydantic v2, so it should be fine to replace the function call. * Fix the rest of pydantic warnings. * Bump LIBPATCH on tracing and ingress --------- Co-authored-by: PietroPasotti <[email protected]>
- Loading branch information
1 parent
521e00e
commit d7139be
Showing
3 changed files
with
37 additions
and
18 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