Skip to content

Commit f76ff5c

Browse files
authored
chore: bump @databricks/sdk-experimental to 0.17.0 (#348)
The latest SDK release incorporates the fix for upgrading http:// URLs to https://, which broke the local API proxy. Bump all references from 0.14.2/0.16.0 to 0.17.0 and remove the patch-package workaround from the template. Co-authored-by: Isaac
1 parent b67396c commit f76ff5c

5 files changed

Lines changed: 20 additions & 78 deletions

File tree

packages/appkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"@ast-grep/napi": "0.37.0",
5858
"@databricks/lakebase": "workspace:*",
59-
"@databricks/sdk-experimental": "0.16.0",
59+
"@databricks/sdk-experimental": "0.17.0",
6060
"@opentelemetry/api": "1.9.0",
6161
"@opentelemetry/api-logs": "0.208.0",
6262
"@opentelemetry/auto-instrumentations-node": "0.67.2",

packages/lakebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"release:sbom": "pnpm exec cdxgen -t js --no-recurse --required-only -o tmp/sbom.cdx.json ."
4949
},
5050
"dependencies": {
51-
"@databricks/sdk-experimental": "0.16.0",
51+
"@databricks/sdk-experimental": "0.17.0",
5252
"pg": "8.18.0",
5353
"@opentelemetry/api": "1.9.0"
5454
},

0 commit comments

Comments
 (0)