Skip to content

chore: 🐝 Update SDK - Generate 0.10.1#347

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

chore: 🐝 Update SDK - Generate 0.10.1#347
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1782146304

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 22, 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:

  • open_router.benchmarks.get_benchmarks(): Added
  • open_router.datasets.get_benchmarks_artificial_analysis(): Deleted Breaking ⚠️
  • open_router.datasets.get_benchmarks_design_arena(): Deleted Breaking ⚠️
  • open_router.chat.send(): response Changed
  • open_router.embeddings.generate(): response.usage Changed
  • open_router.embeddings.list_models(): response.data.[].reasoning Added
  • open_router.models.get(): response.data.reasoning Added
  • open_router.models.list(): response.data.[].reasoning Added
  • open_router.models.list_for_user(): response.data.[].reasoning Added
OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (24052:5)❌ 
│ ├──[-] path (24140:5)❌ 
│ ├──[+] path (22972:3)
│ ├─┬/models
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[🔀] example (28653:17)
│ └─┬/embeddings
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             └─┬usage
│               ├──[+] properties (24490:23)
│               ├──[+] properties (24512:23)
│               ├─┬total_tokens
│               │ └──[🔀] description (24516:38)
│               ├─┬prompt_tokens
│               │ ├──[+] required (24509:29)❌ 
│               │ ├──[+] required (24510:29)❌ 
│               │ ├──[🔀] type (24511:31)❌ 
│               │ ├──[🔀] description (24491:38)
│               │ ├──[+] nullable (24496:35)❌ 
│               │ ├──[🔀] example (24493:27)
│               │ ├──[+] properties (24498:27)
│               │ ├──[+] properties (24501:27)
│               │ └──[+] properties (24505:27)
│               └─┬prompt_tokens_details
│                 ├──[🔀] type (24514:31)❌ 
│                 ├──[🔀] description (24513:38)
│                 ├──[-] properties (24580:53)❌ 
│                 ├──[-] properties (24583:53)❌ 
│                 ├──[-] properties (24586:53)❌ 
│                 ├──[-] properties (24590:53)❌ 
│                 └──[-] properties (24594:53)❌ 
├─┬Tags
│ └──[+] Benchmarks (32627:5)
└─┬Components
  ├──[-] schemas (3947:13)❌ 
  ├──[-] schemas (3646:13)❌ 
  ├──[-] schemas (3784:13)❌ 
  ├──[-] schemas (3665:13)❌ 
  ├──[-] schemas (3874:13)❌ 
  ├──[-] schemas (3755:13)❌ 
  ├──[-] schemas (3712:13)❌ 
  ├──[+] schemas (12075:7)
  ├──[+] schemas (20150:7)
  ├──[+] schemas (20131:7)
  ├──[+] schemas (20204:7)
  ├──[+] schemas (20351:7)
  ├──[+] schemas (20300:7)
  ├─┬FusionServerToolConfig
  │ └─┬reasoning
  │   └─┬effort
  │     └──[+] enum (8164:19)
  ├─┬ChatUsage
  │ ├──[🔀] example (5386:9)
  │ ├──[+] properties (5457:9)
  │ └─┬total_tokens
  │   ├──[🔀] type (5475:17)❌ 
  │   ├──[🔀] description (5458:24)
  │   ├──[+] nullable (5459:21)❌ 
  │   ├──[+] properties (5461:13)
  │   ├──[+] properties (5465:13)
  │   └──[+] properties (5470:13)
  ├─┬SubagentReasoning
  │ └─┬effort
  │   └──[+] enum (19813:15)
  ├─┬AdvisorReasoning
  │ └─┬effort
  │   └──[+] enum (178:15)
  ├─┬ReasoningEffort
  │ └──[+] enum (18360:11)
  ├─┬Model
  │ ├──[🔀] example (11812:9)
  │ ├──[+] properties (11908:9)
  │ ├─┬supported_parameters
  │ │ └──[🔀] $ref (12075:20)❌ 
  │ ├─┬top_provider
  │ │ └──[🔀] $ref (11916:11)❌ 
  │ └─┬supported_voices
  │   ├──[🔀] description (11911:24)
  │   ├──[-] nullable (12226:31)❌ 
  │   ├──[-] example (12223:30)
  │   └─┬Schema
  │     └──[🔀] $ref (16410:9)❌ 
  └─┬ChatRequest
    ├─┬reasoning
    │ └─┬effort
    │   └──[+] enum (4746:19)
    └─┬reasoning_effort
      └──[+] enum (4765:15)
Document Element Total Changes Breaking Changes
paths 23 12
tags 1 0
components 35 13

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.680.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jun 22, 2026
* `open_router.benchmarks.get_benchmarks()`: **Added**
* `open_router.datasets.get_benchmarks_artificial_analysis()`: **Deleted** **Breaking** ⚠️
* `open_router.datasets.get_benchmarks_design_arena()`: **Deleted** **Breaking** ⚠️
* `open_router.chat.send()`:  `response` **Changed**
* `open_router.embeddings.generate()`:  `response.usage` **Changed**
* `open_router.embeddings.list_models()`:  `response.data.[].reasoning` **Added**
* `open_router.models.get()`:  `response.data.reasoning` **Added**
* `open_router.models.list()`:  `response.data.[].reasoning` **Added**
* `open_router.models.list_for_user()`:  `response.data.[].reasoning` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1782146304 branch from 958a620 to 9454ae7 Compare June 22, 2026 16:49
perry-the-pr-reviewer[bot]

This comment was marked as outdated.

@perry-the-pr-reviewer perry-the-pr-reviewer Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Perry's Review

Incremental re-review of the Speakeasy SDK 0.10.1 regen — the only change since my last review (at 958a620) is regenerator bookkeeping.

Verdict: 💬 Comments / questions

Details

Risk: 🟡 Medium — intentional public-API removal (covered by the standing thread below); the generated SDK code itself is byte-for-byte unchanged this push.

CI: none reported on the head SHA.

Scope: incremental — 3 new lines since prior review (all regen metadata).

Delta since 958a620: the entire diff vs the previously-reviewed snapshot is three lines — a fresh generation_id, a new pristine_commit_hash in the Speakeasy gen.lock, and a RELEASES.md timestamp. Crucially the pristine_tree_hash is identical (a5b3d8dc → efb6e09e) in both the prior and current regen, which means the generated SDK output tree is byte-for-byte unchanged from what I reviewed at 958a620. No source, schema, or public-API change in this push.

Findings: no net-new findings on this push. I did not re-litigate already-reviewed content per incremental scoping.

Carried-forward (still open, not re-posted): my prior suggestion on the version bump remains valid and unresolved — the breaking removal of two public benchmark methods (datasets.get_benchmarks_artificial_analysis / get_benchmarks_design_arena and their async variants, replaced by the unified benchmarks.get_benchmarks source-param) still ships as a patch (0.10.0 → 0.10.1). Verified at HEAD: pyproject version is still 0.10.1 and the OpenAPI doc version is still 1.0.0, so the bump is unchanged. This is a release-policy call, not an SDK-code defect.

Codex (HEAVY_SECONDARY_MODEL): no additional findings (no valid findings survived verification).

Analysis lanes: candidates were all against already-reviewed regen artifacts (gen.lock checksums, openapi.yaml additions) outside this push's delta — none substantiated as net-new.

Research: re-confirmed Speakeasy's versioning model — bump type is derived only from OpenAPI info.version + a document checksum and never inspects removed operations, so a breaking removal silently registers as a patch. Fix is to bump info.version (minor) at source, apply a minor/major PR label, or set SPEAKEASY_BUMP_OVERRIDE — not to hand-edit the version line.

Security: no concerns — secret-pattern grep over the added lines was clean; the net-new content is regen metadata only.

Test coverage: generated SDK; no test surface affected by this push.

Unresolved threads: 1 — the carried-forward versioning suggestion above (opened at 958a620).

Scope: incremental — 3 new lines since prior review (regen metadata only)
Review: tier=large · model=claude-opus-latest · score=37.0

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