From 40f383347f4291f1edfe1e28da7dbea9548cc3a3 Mon Sep 17 00:00:00 2001 From: Brian O'Kelley Date: Sat, 30 May 2026 13:28:34 -0400 Subject: [PATCH] ci: refresh TypeScript reference seller pin --- .github/workflows/interop-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/interop-python.yml b/.github/workflows/interop-python.yml index 79b3f7cca..ac1bafe73 100644 --- a/.github/workflows/interop-python.yml +++ b/.github/workflows/interop-python.yml @@ -108,7 +108,7 @@ jobs: advisory: true - language: typescript repository: adcontextprotocol/adcp-client - ref: 97aef9f9561983b21605e77c3377bbdc0641b61c # @adcp/sdk@8.1.0-beta.12 + ref: df7b5837896154002bb5a4941b4b07c828521001 # @adcp/sdk@8.1.0-beta.17 harness: scripts/ci/run_storyboard_reference_seller.sh port: 3002 advisory: true @@ -277,7 +277,7 @@ jobs: echo "- Ref: current checkout \`${{ github.sha }}\`" echo "- Seller: \`examples/hello_seller_adapter_guaranteed.ts\`" echo "- Harness: \`scripts/ci/run_storyboard_reference_seller.sh\`" - echo "- Note: tagged TypeScript release compatibility is covered by the matrix row pinned to @adcp/sdk@8.1.0-beta.12." + echo "- Note: tagged TypeScript release compatibility is covered by the matrix row pinned to @adcp/sdk@8.1.0-beta.17." } >> "$GITHUB_STEP_SUMMARY" - name: Upload storyboard artifacts