Skip to content

chore: 🐝 Update SDK - Generate 0.15.6 - #162

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786153331
Open

chore: 🐝 Update SDK - Generate 0.15.6#162
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786153331

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 8, 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.

Python SDK Changes:

  • glean.chat.create():
    • request.input.union(Array<PlatformChatInputMessage>)[].role Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • glean.client.search.retrieve_feed():
    • request.categories[].enum(knowledge_gap) Added
    • response.results[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
├─┬Paths
│ ├─┬/rest/api/v1/chat#stream
│ │ └─┬POST
│ │   └──[+] security (6028:11)
│ ├─┬/api/chat
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬text/event-stream
│ │         └─┬Schema
│ │           └──[🔀] example (283:26)
│ ├─┬/rest/api/v1/tool-servers/{serverId}/tools
│ │ └─┬GET
│ │   └──[🔀] description (4009:20)
│ └─┬/api/agents/{agent_id}/runs
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         └─┬text/event-stream
│           └─┬Schema
│             ├──[🔀] description (208:30)
│             └──[🔀] example (210:26)
└─┬Components
  ├─┬PlatformChatPersonSource
  │ └─┬type
  │   ├──[+] enum (6695:15)
  │   └──[-] enum (6683:15)❌ 
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     └──[+] enum (14359:17)
  ├─┬PlatformChatCustomEntitySource
  │ └─┬type
  │   ├──[+] enum (6733:15)
  │   └──[-] enum (6721:15)❌ 
  ├─┬FeedEntry
  │ └─┬justificationType
  │   └──[+] enum (14805:15)
  ├─┬PlatformChatCompletedResponse
  │ ├─┬object
  │ │ ├──[+] enum (6856:15)
  │ │ └──[-] enum (6844:15)❌ 
  │ └─┬status
  │   ├──[+] enum (6864:15)
  │   └──[-] enum (6852:15)❌ 
  ├─┬PlatformChatFileSource
  │ └─┬type
  │   ├──[+] enum (6713:15)
  │   └──[-] enum (6701:15)❌ 
  ├─┬PlatformChatOutputTextContent
  │ └─┬type
  │   ├──[+] enum (6810:15)
  │   └──[-] enum (6798:15)❌ 
  ├─┬PlatformChatCitationAnnotation
  │ └─┬type
  │   ├──[+] enum (6781:15)
  │   └──[-] enum (6769:15)❌ 
  ├─┬PlatformChatInputMessage
  │ └─┬role
  │   ├──[+] enum (6618:15)
  │   ├──[+] enum (6619:15)
  │   ├──[-] enum (6606:15)❌ 
  │   └──[-] enum (6607:15)❌ 
  ├─┬PlatformChatDocumentSource
  │ └─┬type
  │   ├──[+] enum (6669:15)
  │   └──[-] enum (6657:15)❌ 
  ├─┬FeedResult
  │ ├─┬placementReason
  │ │ ├──[+] enum (14914:15)
  │ │ └──[🔀] description (14915:24)
  │ └─┬category
  │   └──[+] enum (14897:15)
  ├─┬PlatformChatOutputMessage
  │ ├─┬role
  │ │ ├──[+] enum (6832:15)
  │ │ └──[-] enum (6820:15)❌ 
  │ └─┬type
  │   ├──[+] enum (6828:15)
  │   └──[-] enum (6816:15)❌ 
  └─┬PlatformChatCreateRequest
    └─┬input
      └──[🔀] description (6630:24)
Document Element Total Changes Breaking Changes
info 2 0
paths 5 0
components 30 12

View full report

Linting Report 0 errors, 26 warnings, 6 hints

View full report

PYTHON CHANGELOG

core: 6.0.36 - 2026-08-12

🐝 New Features

unions: 3.1.9 - 2026-08-13

🐛 Bug Fixes

  • collapse primitive-only unions in path parameters instead of dropping the operation (commit by @AshGodfrey)

Based on Speakeasy CLI 1.794.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Aug 8, 2026
@github-actions
github-actions Bot requested a review from a team as a code owner August 8, 2026 01:45
@github-actions github-actions Bot added the patch Patch version bump label Aug 8, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786153331 branch 13 times, most recently from 70f5071 to 7307053 Compare August 14, 2026 02:02
* `glean.chat.create()`: 
  *  `request.input.union(Array<PlatformChatInputMessage>)[].role` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `glean.client.search.retrieve_feed()`: 
  *  `request.categories[].enum(knowledge_gap)` **Added**
  *  `response.results[]` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786153331 branch from 53c2bd2 to 3eff8dc Compare August 15, 2026 01:19
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