From 1ec55e84e0efbb5e9cc0397aa1c5a1639bb2597e Mon Sep 17 00:00:00 2001 From: Santiago Medina Rolong Date: Tue, 21 Jul 2026 16:12:01 -0700 Subject: [PATCH] chore: bump SDK versions - Python v0.10.0, TypeScript v0.6.0 The Release SDK workflow can no longer push the bump directly to main (repository rules require changes via pull request), so the bump lands through this PR and the workflow runs with skip_publish afterwards. --- xdk-config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xdk-config.toml b/xdk-config.toml index 768ade0a..623e5004 100644 --- a/xdk-config.toml +++ b/xdk-config.toml @@ -3,7 +3,7 @@ [versions] # Python SDK version -python = "0.9.0" +python = "0.10.0" # TypeScript SDK version -typescript = "0.5.0" +typescript = "0.6.0"