Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Nov 10, 2025

SDK update

Versioning

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

Python SDK Changes Detected:

  • ragie.documents.create():
    • request.mode Changed Breaking ⚠️
  • ragie.documents.update_file():
    • request.update_document_file_params.mode Changed Breaking ⚠️
  • ragie.documents.get_source(): response.status[200] Changed Breaking ⚠️
  • ragie.authenticators.create_authenticator_connection():
    • request.create_authenticator_connection.connection.[sharepoint].data Changed Breaking ⚠️
OpenAPI Change Summary
├─┬Paths
│ └─┬/documents/{document_id}/source
│   └─┬GET
│     └─┬Responses
│       └─┬200
│         ├──[+] content (2101:22)
│         └──[-] content (1:45996)❌ 
└─┬Components
  ├──[+] schemas (11601:30)
  ├─┬SharepointData
  │ ├──[+] required (11596:11)❌ 
  │ ├──[+] properties (11575:11)
  │ ├─┬site
  │ │ └──[🔀] $ref (11585:20)❌ 
  │ └─┬files
  │   ├──[-] items (1:206254)❌ 
  │   ├──[-] type (1:206315)❌ 
  │   ├──[-] title (1:206333)
  │   ├──[+] anyOf (11601:30)
  │   └──[+] anyOf (11580:15)
  └─┬SharepointFileData
    ├──[+] required (11654:11)❌ 
    ├──[+] properties (11637:11)
    ├─┬id
    │ ├──[-] type (1:206474)❌ 
    │ ├──[🔀] title (11646:22)
    │ ├──[+] anyOf (11639:15)
    │ └──[+] anyOf (11642:15)
    ├─┬name
    │ └──[🔀] title (11623:22)
    └─┬type
      ├──[-] enum (1:206581)❌ 
      ├──[-] enum (1:206589)❌ 
      └──[🔀] title (11627:22)
Document Element Total Changes Breaking Changes
components 19 8
paths 2 1

PYTHON CHANGELOG

core: 5.23.5 - 2025-11-05

🐝 New Features

  • support body field name configuration via requestBodyFieldName in gen.yaml (commit by @subomi)

core: 5.23.4 - 2025-11-03

🐛 Bug Fixes

  • Python generation no longer fails on recursive types (commit by @danielkov)

core: 5.23.3 - 2025-11-02

🐛 Bug Fixes

  • closed nullable enum serialization (commit by @mfbx9da4)

core: 5.23.2 - 2025-10-30

🐛 Bug Fixes

  • make security scheme resolution case-insensitive (commit by @vishalg0wda)

core: 5.23.1 - 2025-10-30

🐛 Bug Fixes

  • handle both closed and open enum serialization (commit by @idbentley)

globalServerURLs: 3.2.0 - 2025-10-22

🐝 New Features

  • Allow server selection to appear in all code samples (commit by @BlakeTheAwesome)

Based on Speakeasy CLI 1.655.0

@github-actions github-actions bot added the minor Minor version bump label Nov 10, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1762733280 branch 2 times, most recently from a9a07a3 to fc61bd6 Compare November 12, 2025 00:08
* `ragie.documents.create()`: 
  *  `request.mode` **Changed** **Breaking** ⚠️
* `ragie.documents.update_file()`: 
  *  `request.update_document_file_params.mode` **Changed** **Breaking** ⚠️
* `ragie.documents.get_source()`:  `response.status[200]` **Changed** **Breaking** ⚠️
* `ragie.authenticators.create_authenticator_connection()`: 
  *  `request.create_authenticator_connection.connection.[sharepoint].data` **Changed** **Breaking** ⚠️
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1762733280 branch from fc61bd6 to 35134b4 Compare November 12, 2025 18:43
@stonewerner stonewerner merged commit 554a040 into main Nov 12, 2025
@stonewerner stonewerner deleted the speakeasy-sdk-regen-1762733280 branch November 12, 2025 18:49
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.

3 participants