Bump all Code Storage SDKs to 1.17.1 - #63
Merged
Merged
Conversation
SlexAxton
approved these changes
Sep 17, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
1.17.0to1.17.1for TypeScript, Python, and Go..versionand regenerate all package version fields withpython3 scripts/sync_versions.py, including the Python lockfile.mainat849b645bf6aed702bfcc312da8f01620739b97a8. No SDK behavior changes.Validation
python3 scripts/sync_versions.py --check --not-below 1.17.0 --require-channel stable— passed.python3 -m unittest discover -s scripts/tests -v— 13 passed.pnpm install --frozen-lockfile,pnpm exec vitest run— 223 passed;pnpm build— ESM, CommonJS, and declarations passed.uv sync --frozen,uv run --frozen pytest -q— 189 passed (one existing deprecatedrevAPI warning).go test ./...— passed.git diff --check— passed.No production credentials or live integration tests used. This PR does not publish packages; merging to
maintriggers the existing stable publish workflow.