-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/bump plugin dependencies for pydantic 2.x (#102)
* [feature] bump dependencies * update lock --------- Co-authored-by: Maxim Mityutko <[email protected]>
- Loading branch information
1 parent
6ba515b
commit c3bfa6c
Showing
6 changed files
with
485 additions
and
355 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
can_view=[User("[email protected]")], | ||
can_manage=[User("[email protected]")], | ||
), | ||
libraries=[PypiTaskLibrary(package="snowflake==0.5.1")], | ||
libraries=[PypiTaskLibrary(package="snowflake==0.6.0")], | ||
# replace <emails> with existing users' email on databricks | ||
default_task_settings=TaskSettings( | ||
email_notifications=EmailNotifications( | ||
|
Oops, something went wrong.