Skip to content

Conversation

@github-actions
Copy link

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

SDK update

Versioning

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

Python SDK Changes Detected:

  • 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)
  ├─┬SharepointFileData
  │ ├──[+] required (11654:11)❌ 
  │ ├──[+] properties (11637:11)
  │ ├─┬id
  │ │ ├──[-] type (1:206474)❌ 
  │ │ ├──[🔀] title (11646:22)
  │ │ ├──[+] anyOf (11639:15)
  │ │ └──[+] anyOf (11642:15)
  │ ├─┬type
  │ │ ├──[-] enum (1:206581)❌ 
  │ │ ├──[-] enum (1:206589)❌ 
  │ │ └──[🔀] title (11627:22)
  │ └─┬name
  │   └──[🔀] title (11623:22)
  └─┬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)
Document Element Total Changes Breaking Changes
paths 2 1
components 19 8

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.651.0

@github-actions github-actions bot added the minor Minor version bump label Nov 6, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1762387664 branch 2 times, most recently from 4a83efb to 40acc8a Compare November 8, 2025 00:09
* `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-1762387664 branch from 40acc8a to 4510346 Compare November 9, 2025 00:09
@github-actions github-actions bot closed this Nov 9, 2025
@github-actions github-actions bot deleted the speakeasy-sdk-regen-1762387664 branch November 9, 2025 00:09
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.

2 participants