Skip to content

chore: 🐝 Update SDK - Generate 0.12.6#114

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1770751878
Open

chore: 🐝 Update SDK - Generate 0.12.6#114
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1770751878

Conversation

@github-actions
Copy link
Contributor

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

SDK update

Versioning

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

Python SDK Changes:

  • glean.client.chat.create():
    • request.messages[].message_type Changed
    • response Changed (Breaking ⚠️)
  • glean.client.chat.retrieve(): response.chat_result.chat.messages[].message_type Changed (Breaking ⚠️)
  • glean.client.chat.create_stream():
    • request.messages[].message_type Changed
  • glean.client.messages.retrieve(): response.search_response.glean_data_error.unauthorized_datasource_instances Added
  • glean.client.search.query_as_admin():
    • response.glean_data_error.unauthorized_datasource_instances Added
    • error.unauthorized_datasource_instances Added
  • glean.client.search.autocomplete(): response.glean_data_error.unauthorized_datasource_instances Added
  • glean.client.search.recommendations(): response.glean_data_error.unauthorized_datasource_instances Added
  • glean.client.search.query():
    • response.glean_data_error.unauthorized_datasource_instances Added
    • error.unauthorized_datasource_instances Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (25:26)
└─┬Components
  ├──[+] schemas (7869:7)
  ├──[+] schemas (7854:7)
  ├─┬ErrorInfo
  │ └──[+] properties (8992:9)
  ├─┬SharedDatasourceConfigNoInstance
  │ └─┬connectorType
  │   └──[+] deprecated (12412:23)
  ├─┬ChatResponse
  │ └──[+] properties (7910:9)
  └─┬ChatMessage
    └─┬messageType
      ├──[+] enum (7762:15)
      ├──[+] enum (7765:15)
      ├──[+] enum (7767:15)
      ├──[+] enum (7764:15)
      ├──[+] enum (7763:15)
      ├──[+] enum (7766:15)
      └─┬Extensions
        ├──[🔀] x-enumdescriptions (7743:13)
        └──[🔀] x-speakeasy-enum-descriptions (7775:13)
Document Element Total Changes Breaking Changes
components 13 0
info 2 0

View full report

Linting Report 0 errors, 16 warnings, 6 hints

View full report

PYTHON CHANGELOG

core: 6.0.8 - 2026-02-17

🐝 New Features

  • allow repoUrl and repoSubDirectory to be configured via gen.yaml generation section (commit by @vishalg0wda)

core: 6.0.7 - 2026-02-16

🐛 Bug Fixes

  • retry all transient network errors (NetworkError, TimeoutException) instead of only ConnectError and TimeoutException (commit by @danielkov)

core: 6.0.6 - 2026-02-14

🐛 Bug Fixes

  • resolve namespace import collisions by using root package import strategy, gated behind fixFlags.conflictResistantModelImportsFeb2026 in gen.yaml (commit by @mfbx9da4)

♻️ Refactors

  • extract duplicated dynamic_import, __getattr__, and __dir__ helpers from __init__.py templates into a shared utils/dynamic_imports.py module, reducing code duplication across generated package init files

core: 6.0.5 - 2026-02-12

🐛 Bug Fixes

  • resolve missing pydantic field aliases when using from future import annotations (commit by @AshGodfrey)

core: 6.0.3 - 2026-02-05

🐛 Bug Fixes

  • add 'request' to reserved parameter keywords as it can shadow request information (commit by @ThomasRooney)

retries: 3.0.4 - 2026-02-17

🐛 Bug Fixes

  • retry all transient network errors, not just ConnectError and TimeoutException (commit by @danielkov)

unions: 3.1.4 - 2026-02-14

🐛 Bug Fixes

  • handle open enum discriminators in unions by falling back to plain Union type (commit by @danielkov)

unions: 3.1.3 - 2026-02-10

🐝 New Features

  • add forward-compatible open discriminated unions with Unknown fallback models (commit by @vishalg0wda)
  • Controlled globally via forwardCompatibleUnionsByDefault: tagged-only in gen.yaml, or per-union with x-speakeasy-unknown-values: allow/disallow.

Based on Speakeasy CLI 1.722.0

@github-actions github-actions bot requested a review from a team as a code owner February 10, 2026 19:34
@github-actions github-actions bot added the patch Patch version bump label Feb 10, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1770751878 branch 11 times, most recently from 8ee1b20 to 19af741 Compare February 18, 2026 01:53
* `glean.client.chat.create()`: 
  *  `request.messages[].message_type` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `glean.client.chat.retrieve()`:  `response.chat_result.chat.messages[].message_type` **Changed** (Breaking ⚠️)
* `glean.client.chat.create_stream()`: 
  *  `request.messages[].message_type` **Changed**
* `glean.client.messages.retrieve()`:  `response.search_response.glean_data_error.unauthorized_datasource_instances` **Added**
* `glean.client.search.query_as_admin()`: 
  *  `response.glean_data_error.unauthorized_datasource_instances` **Added**
  *  `error.unauthorized_datasource_instances` **Added**
* `glean.client.search.autocomplete()`:  `response.glean_data_error.unauthorized_datasource_instances` **Added**
* `glean.client.search.recommendations()`:  `response.glean_data_error.unauthorized_datasource_instances` **Added**
* `glean.client.search.query()`: 
  *  `response.glean_data_error.unauthorized_datasource_instances` **Added**
  *  `error.unauthorized_datasource_instances` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1770751878 branch from d42e3ee to 1c5cec0 Compare February 18, 2026 02:27
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.

1 participant