Skip to content

chore: 🐝 Update SDK - Generate (spec change merged) 1.1.134 - #822

Merged
openrouter-docs-sync[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1788976324
Sep 9, 2026
Merged

openrouter-docs-sync[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1788976324

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 9, 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.byok.list(): response.data[] Changed
  • open_router.byok.create():
    • request Changed
    • response.data Changed
  • open_router.byok.get(): response.data Changed
  • open_router.byok.update():
    • request Changed
    • response.data Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/byok/{id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[🔀] example (30024:17)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[🔀] example (30103:17)
│ └─┬/byok
│   ├─┬GET
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └──[🔀] example (29801:17)
│   └─┬POST
│     └─┬Responses
│       └─┬201
│         └─┬application/json
│           └──[🔀] example (29883:17)
└─┬Components
  ├─┬ListBYOKKeysResponse
  │ └──[🔀] example (12141:9)
  ├─┬UpdateBYOKKeyResponse
  │ └──[🔀] example (26542:9)
  ├─┬GetBYOKKeyResponse
  │ └──[🔀] example (10123:9)
  ├─┬BYOKKey
  │ ├──[+] required (4646:11)❌ 
  │ ├──[+] required (4647:11)❌ 
  │ ├──[🔀] example (4548:9)
  │ ├──[+] properties (4604:9)
  │ ├──[+] properties (4612:9)
  │ ├─┬is_fallback
  │ │ └──[🔀] description (4605:24)
  │ ├─┬workspace_id
  │ │ └──[🔀] $ref (4655:20)❌ 
  │ ├─┬sort_order
  │ │ ├──[🔀] type (4624:13)❌ 
  │ │ ├──[🔀] description (4621:24)
  │ │ └──[🔀] example (4622:20)
  │ ├─┬provider
  │ │ └──[🔀] $ref (4617:11)❌ 
  │ ├─┬label
  │ │ ├──[🔀] type (4611:17)❌ 
  │ │ ├──[🔀] description (4609:24)
  │ │ └──[🔀] example (4610:20)
  │ └─┬name
  │   ├──[🔀] type (4615:17)❌ 
  │   ├──[🔀] description (4613:24)
  │   └──[🔀] example (4614:20)
  ├─┬CreateBYOKKeyResponse
  │ └──[🔀] example (7396:9)
  ├─┬UpdateBYOKKeyRequest
  │ ├──[+] properties (26515:9)
  │ ├──[+] properties (26523:9)
  │ ├─┬key
  │ │ ├──[🔀] type (26522:17)❌ 
  │ │ ├──[-] minLength (26496:22)❌ 
  │ │ ├──[🔀] description (26520:24)
  │ │ └──[🔀] example (26521:20)
  │ ├─┬is_fallback
  │ │ └──[🔀] description (26520:24)
  │ └─┬name
  │   ├──[🔀] type (26526:17)❌ 
  │   ├──[-] maxLength (26501:22)❌ 
  │   ├──[🔀] description (26524:24)
  │   └──[🔀] example (26525:20)
  └─┬CreateBYOKKeyRequest
    ├──[+] properties (7359:9)
    ├──[+] properties (7367:9)
    ├─┬is_fallback
    │ └──[🔀] description (7360:24)
    ├─┬name
    │ ├──[🔀] type (7370:17)❌ 
    │ ├──[-] maxLength (7359:22)❌ 
    │ ├──[🔀] description (7368:24)
    │ └──[🔀] example (7369:20)
    ├─┬provider
    │ └──[🔀] $ref (7372:11)❌ 
    ├─┬key
    │ ├──[🔀] type (7366:17)❌ 
    │ ├──[-] minLength (7354:22)❌ 
    │ ├──[🔀] description (7364:24)
    │ └──[🔀] example (7365:20)
    └─┬workspace_id
      ├──[🔀] type (7381:13)❌ 
      ├──[+] maxLength (7379:22)❌ 
      ├──[-] format (7368:19)❌ 
      ├──[🔀] description (7377:24)
      └──[🔀] example (7378:20)
Document Element Total Changes Breaking Changes
paths 4 0
components 49 19

View full report

Linting Report 0 errors, 6 warnings, 9 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.787.0

Last updated by Speakeasy workflow

* `open_router.byok.list()`:  `response.data[]` **Changed**
* `open_router.byok.create()`: 
  *  `request` **Changed**
  *  `response.data` **Changed**
* `open_router.byok.get()`:  `response.data` **Changed**
* `open_router.byok.update()`: 
  *  `request` **Changed**
  *  `response.data` **Changed**
@github-actions github-actions Bot added the patch Patch version bump label Sep 9, 2026
@mintlify

mintlify Bot commented Sep 9, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
openrouter-production 🔴 Failed Sep 9, 2026, 6:29 PM

@mintlify

mintlify Bot commented Sep 9, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
openrouter-staging 🔴 Failed Sep 9, 2026, 6:29 PM

@openrouter-docs-sync
openrouter-docs-sync Bot merged commit 3621146 into main Sep 9, 2026
2 checks passed
@openrouter-docs-sync
openrouter-docs-sync Bot deleted the speakeasy-sdk-regen-1788976324 branch September 9, 2026 17:56
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