Skip to content

chore: 🐝 Update SDK - Generate 0.17.1 - #166

Merged
chris-freeman-glean merged 2 commits into
mainfrom
speakeasy-sdk-regen-1788377241
Sep 2, 2026
Merged

chore: 🐝 Update SDK - Generate 0.17.1#166
chris-freeman-glean merged 2 commits into
mainfrom
speakeasy-sdk-regen-1788377241

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

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

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
├─┬Paths
│ ├─┬/api/trigger-presets/{preset_id}/events/search
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[+] example (1717:20)
│ ├─┬/api/trigger-presets/{preset_id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[+] example (1606:20)
│ ├─┬/api/triggers/{trigger_id}
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[+] example (1342:20)
│ │ ├─┬DELETE
│ │ │ └─┬Parameters
│ │ │   └──[+] example (1445:20)
│ │ └─┬PATCH
│ │   └─┬Parameters
│ │     └──[+] example (1390:20)
│ ├─┬/api/agents/{agent_id}/schemas
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[+] example (138:20)
│ ├─┬/api/chat
│ │ └─┬POST
│ │   └──[🔀] description (260:20)
│ ├─┬/api/skills/{skill_id}
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[+] example (693:20)
│ │ ├─┬DELETE
│ │ │ └─┬Parameters
│ │ │   └──[+] example (650:20)
│ │ └─┬PATCH
│ │   └─┬Parameters
│ │     └──[+] example (592:20)
│ ├─┬/api/chat#stream
│ │ └─┬POST
│ │   └──[🔀] description (1761:20)
│ ├─┬/api/triggers/{trigger_id}/events/search
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[+] example (1489:20)
│ ├─┬/api/skills/{skill_id}/versions
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[+] example (905:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[+] example (847:20)
│ ├─┬/api/agents/{agent_id}/runs
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[+] example (191:20)
│ ├─┬/api/trigger-presets/{preset_id}/input-values
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[+] example (1654:20)
│ │   └─┬Parameters
│ │     └──[+] example (1662:20)
│ ├─┬/api/agents/{agent_id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[+] example (93:20)
│ ├─┬/api/skills/{skill_id}/versions/{version}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[+] example (968:20)
│ │   └─┬Parameters
│ │     └──[+] example (976:20)
│ ├─┬/api/skills/{skill_id}/content
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[+] example (741:20)
│ ├─┬/api/skills/{skill_id}/versions/{version}/content
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[+] example (1024:20)
│ │   └─┬Parameters
│ │     └──[+] example (1032:20)
│ └─┬/api/skills/{skill_id}/sync
│   └─┬POST
│     └─┬Parameters
│       └──[+] example (795:20)
└─┬Components
  ├─┬PlatformSearchRequest
  │ └──[🔀] example (8303:9)
  ├─┬PlatformTriggerPresetEventSearchRequest
  │ └──[+] example (9075:9)
  ├─┬PlatformTriggerUpdateRequest
  │ └──[+] example (8784:9)
  ├─┬PlatformChatCreateRequest
  │ └─┬stream
  │   └──[🔀] description (7317:24)
  ├─┬PlatformTriggerCreateRequest
  │ └──[+] example (8607:9)
  └─┬PlatformTriggerEventSearchRequest
    └──[+] example (8807:9)
Document Element Total Changes Breaking Changes
info 2 0
paths 24 0
components 6 0

View full report

Linting Report 0 errors, 28 warnings, 6 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.796.3

Last updated by Speakeasy workflow

@github-actions
github-actions Bot requested a review from a team as a code owner September 2, 2026 19:31
@github-actions github-actions Bot added the patch Patch version bump label Sep 2, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1788377241 branch from d639624 to 8f16402 Compare September 2, 2026 19:46

@chris-freeman-glean chris-freeman-glean left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wave 2 copy generate after scio#282401. HTTP stream copy looks right.

@chris-freeman-glean
chris-freeman-glean merged commit 0fe5fca into main Sep 2, 2026
2 checks passed
@chris-freeman-glean
chris-freeman-glean deleted the speakeasy-sdk-regen-1788377241 branch September 2, 2026 19:47
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