Upgrade databricks-bundles to 0.7.2 (#2497)

## Changes
Upgrade databricks-bundles to 0.7.2

It fixes problems with bundles using more than one resource loader or
mutator.
This commit is contained in:
Gleb Kanterov 2025-03-17 18:30:05 +01:00 committed by GitHub
parent b3337326de
commit 52338c0341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ where = ["src"]
[tool.uv]
## Dependencies for local development
dev-dependencies = [
"databricks-bundles==0.7.0",
"databricks-bundles==0.7.2",
## Add code completion support for DLT
# "databricks-dlt",

View File

@ -39,7 +39,7 @@ py-modules = []
[tool.uv]
## Dependencies for local development
dev-dependencies = [
"databricks-bundles==0.7.0",
"databricks-bundles==0.7.2",
## Add code completion support for DLT
# "databricks-dlt",