Skip to content

chore: 🐝 Update SDK - Generate 0.7.0#11

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

chore: 🐝 Update SDK - Generate 0.7.0#11
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1769479071

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jan 27, 2026

SDK update

Versioning

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

Python SDK Changes:

  • agentset.hosting.get(): response.data Changed (Breaking ⚠️)
  • agentset.hosting.enable(): response.data Changed (Breaking ⚠️)
  • agentset.hosting.update():
    • request.llm_model.enum(openai:gpt_5.2) Added
    • response.data Changed (Breaking ⚠️)
  • agentset.hosting.delete(): response.data Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/v1/namespace/{namespaceId}/ingest-jobs/{jobId}/re-ingest
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-codesamples (630:9)
│ ├─┬/v1/namespace/{namespaceId}/uploads/batch
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-codesamples (1120:9)
│ ├─┬/v1/namespace
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-codesamples (32:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-codesamples (82:9)
│ ├─┬/v1/namespace/{namespaceId}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-codesamples (157:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-codesamples (272:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-codesamples (207:9)
│ ├─┬/v1/namespace/{namespaceId}/ingest-jobs
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   ├──[🔀] x-speakeasy-pagination (317:9)
│ │ │   └──[🔀] x-codesamples (331:9)
│ │ └─┬POST
│ │   ├─┬Requestbody
│ │   │ └──application/json
│ │   └─┬Extensions
│ │     └──[🔀] x-codesamples (447:9)
│ ├─┬/v1/namespace/{namespaceId}/search
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-codesamples (923:9)
│ ├─┬/v1/namespace/{namespaceId}/hosting
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-codesamples (1187:9)
│ │ ├─┬POST
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-codesamples (1236:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-codesamples (1427:9)
│ │ └─┬PATCH
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬llmModel
│ │   │       └──[+] enum (1369:23)
│ │   └─┬Extensions
│ │     └──[🔀] x-codesamples (1286:9)
│ ├─┬/v1/namespace/{namespaceId}/ingest-jobs/{jobId}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-codesamples (523:9)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[🔀] x-codesamples (576:9)
│ ├─┬/v1/namespace/{namespaceId}/warm-up
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-codesamples (1478:9)
│ ├─┬/v1/namespace/{namespaceId}/documents/{documentId}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-codesamples (818:9)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[🔀] x-codesamples (870:9)
│ ├─┬/v1/namespace/{namespaceId}/documents
│ │ └─┬GET
│ │   └─┬Extensions
│ │     ├──[🔀] x-speakeasy-pagination (683:9)
│ │     └──[🔀] x-codesamples (697:9)
│ └─┬/v1/namespace/{namespaceId}/uploads
│   └─┬POST
│     └─┬Extensions
│       └──[🔀] x-codesamples (1064:9)
├─┬Components
│ ├──[+] schemas (2237:7)
│ ├──[+] schemas (3494:7)
│ ├──[+] schemas (2389:7)
│ └─┬hosting
│   ├──welcomeMessage
│   ├─┬llmConfig
│   │ ├──[-] default (2498:29)❌ 
│   │ ├──[-] anyOf (2501:27)❌ 
│   │ └──[-] anyOf (2514:27)❌ 
│   ├──logo
│   ├──systemPrompt
│   ├──ogTitle
│   ├──ogImage
│   ├──title
│   ├──citationMetadataPath
│   ├──ogDescription
│   ├─┬rerankConfig
│   │ ├──[-] default (2472:29)❌ 
│   │ ├──[-] anyOf (2475:27)❌ 
│   │ └──[-] anyOf (2496:27)❌ 
│   └──slug
└─┬Extensions
  └──[🔀] x-speakeasy-globals (17:3)
Document Element Total Changes Breaking Changes
paths 24 0
components 9 6

View full report

Linting Report 0 errors, 4 warnings, 3 hints

View full report

PYTHON CHANGELOG

constsAndDefaults: 1.0.6 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

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)

core: 6.0.4 - 2026-02-04

🐝 New Features

  • forwardCompatibleEnumsByDefault config field is now available (commit by @mfbx9da4)

core: 6.0.2 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 6.0.1 - 2026-01-29

🐛 Bug Fixes

  • update Discriminator.Mapping when cloning error union children (commit by @mfbx9da4)

core: 6.0.0 - 2026-01-27

🐝 New Features

  • drop Python 3.9 support, require Python 3.10+ (commit by @AshGodfrey)

globalSecurity: 3.0.5 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

includes: 3.0.0 - 2024-07-04

🐝 New Features

responseFormat: 1.1.0 - 2026-01-22

🔧 Chores

  • remove redundant headers field in envelope-http response (commit by @2ynn)

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 added the minor Minor version bump label Jan 27, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769479071 branch 7 times, most recently from ae1f194 to faf82e0 Compare February 3, 2026 02:15
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769479071 branch 7 times, most recently from ee379ba to 2ececd0 Compare February 10, 2026 02:34
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769479071 branch 7 times, most recently from 6a82a7e to e962dc8 Compare February 17, 2026 02:13
* `agentset.hosting.get()`:  `response.data` **Changed** (Breaking ⚠️)
* `agentset.hosting.enable()`:  `response.data` **Changed** (Breaking ⚠️)
* `agentset.hosting.update()`: 
  *  `request.llm_model.enum(openai:gpt_5.2)` **Added**
  *  `response.data` **Changed** (Breaking ⚠️)
* `agentset.hosting.delete()`:  `response.data` **Changed** (Breaking ⚠️)
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769479071 branch from 45c8185 to 4af7906 Compare February 18, 2026 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments