Skip to content

chore: 🐝 Update SDK - Generate 0.12.7#117

Merged
david-hamilton-glean merged 2 commits intomainfrom
speakeasy-sdk-regen-1771467808
Feb 19, 2026
Merged

chore: 🐝 Update SDK - Generate 0.12.7#117
david-hamilton-glean merged 2 commits intomainfrom
speakeasy-sdk-regen-1771467808

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 19, 2026

SDK update

Versioning

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

Python SDK Changes:

  • glean.authentication.checkdatasourceauth(): Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-open-api-commit-sha (25:26)
│   └──[🔀] x-source-commit-sha (5:24)
├─┬Paths
│ └──[+] path (366:3)
└─┬Components
  ├──[+] schemas (7370:7)
  └─┬UnauthorizedDatasourceInstance
    └─┬authUrlRelativePath
      └──[🔀] description (7367:24)
Document Element Total Changes Breaking Changes
info 2 0
paths 1 0
components 2 0

View full report

Linting Report 0 errors, 16 warnings, 6 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 requested a review from a team as a code owner February 19, 2026 02:26
@github-actions github-actions bot added the patch Patch version bump label Feb 19, 2026
* `glean.authentication.checkdatasourceauth()`: **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771467808 branch from 8b64c94 to 679d9ac Compare February 19, 2026 15:51
@david-hamilton-glean david-hamilton-glean merged commit 51784b6 into main Feb 19, 2026
3 checks passed
@david-hamilton-glean david-hamilton-glean deleted the speakeasy-sdk-regen-1771467808 branch February 19, 2026 17:23
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