Skip to content

chore: 🐝 Update SDK - Generate 5.0.2#213

Merged
tmilewski merged 2 commits intomainfrom
speakeasy-sdk-regen-1771516524
Feb 19, 2026
Merged

chore: 🐝 Update SDK - Generate 5.0.2#213
tmilewski merged 2 commits intomainfrom
speakeasy-sdk-regen-1771516524

Conversation

@github-actions
Copy link
Copy Markdown

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

OpenAPI Change Summary No specification changes

View full report

Linting Report 0 errors, 9 warnings, 59 hints

View full report

PYTHON CHANGELOG

core: 6.0.11 - 2026-02-18

🐛 Bug Fixes

  • TypedDict companion class naming now uses cascading PascalCase suffixes (TypedDictModel, TypedDictCompanion, TypedDictCompanionModel, TypedDict{n}) instead of underscore-prefixed _TypedDict when the default name collides with another schema type — this restores strict PascalCase pylint compliance without weakening lint rules (commit by @danielkov)

core: 6.0.10 - 2026-02-18

🐛 Bug Fixes

  • schemas with inline enum fields named 'tag' no longer get incorrectly renamed to 'TagT' — the generator now only disambiguates when pydantic's Tag import actually conflicts in the same file, falling back to namespace import (pydantic.Tag) instead of mangling the class name (commit by @danielkov)

core: 6.0.9 - 2026-02-18

🐛 Bug Fixes

  • fix getattr return type, sanitize Python builtin names, fix empty response bodies in unions, deduplicate OAuth2 scope enum members (commit by @danielkov)

Based on Speakeasy CLI 1.722.7

@github-actions github-actions bot added the patch Patch version bump label Feb 19, 2026
@tmilewski tmilewski self-assigned this Feb 19, 2026
@tmilewski tmilewski merged commit 01b8a7b into main Feb 19, 2026
4 checks passed
@tmilewski tmilewski deleted the speakeasy-sdk-regen-1771516524 branch February 19, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants