Skip to content

chore(sdk): regenerate from openapi@main - #15

Merged
calvin-archastro merged 1 commit into
mainfrom
auto/regenerate-sdk
Jun 12, 2026
Merged

chore(sdk): regenerate from openapi@main#15
calvin-archastro merged 1 commit into
mainfrom
auto/regenerate-sdk

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated SDK regeneration.

  • archastro-openapi ref: main
  • generator version: 0.5.0 resolved from npm latest and locked in package-lock.json
  • changed files: 76

Review the diff carefully — generator output changes can be subtle. The PR's CI will run lint + tests.

@archastro

archastro Bot commented Jun 12, 2026

Copy link
Copy Markdown

✅ Clean PR, @github-actions[bot]! No blocking findings on 6d9f69c — a few nice things I clocked:

  • Clean implementation of python-sync-async-client-split end-to-end — PlatformClient is the sync surface (SyncHttpClient) and AsyncPlatformClient the async one, exactly as the generator decision documents. 🎯
  • Nice lifecycle care on the sync close()_closed idempotency guard plus try/finally draining _extra_http_clients, so the refresh client never leaks. ✨
  • Solid red-green discipline: every endpoint now carries both sync (try/finally client.close()) and async (@pytest.mark.asyncio, await ec.close()) contract tests. 🙌

Reply @archastro <verb>: review · do <pattern> · don't <pattern> · forget <slug> · list

@calvin-archastro
calvin-archastro merged commit 754ab81 into main Jun 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant