Skip to content

chore: 🐝 Update SDK - Generate 2.0.0#42

Open
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1767917334
Open

chore: 🐝 Update SDK - Generate 2.0.0#42
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1767917334

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jan 9, 2026

SDK update

Versioning

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

Python SDK Changes:

  • ragie.documents.create_document_from_url():
    • request.mode Changed
  • ragie.documents.update_document_from_url():
    • request.update_document_from_url_params.mode Changed
  • ragie.connections.create_connection(): request Changed
  • ragie.connections.create_o_auth_redirect_url():
    • request.mode Changed
  • ragie.connections.update():
    • request.connection_base.partition_strategy Changed
  • ragie.webhook_endpoints.list(): response.webhook_endpoints[].secret Added
  • ragie.webhook_endpoints.create(): response.secret Added
  • ragie.webhook_endpoints.get(): response.secret Added
  • ragie.webhook_endpoints.update(): response.secret Added
  • ragie.authenticators.create_authenticator_connection():
    • request.create_authenticator_connection.partition_strategy.static.enum(agentic_ocr) Added

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├──[+] schemas (1:210998)
  ├──[+] schemas (1:190666)
  ├─┬MediaModeParam
  │ └─┬static
  │   └─┬ANYOF
  │     └──[+] enum (1:168318)
  ├─┬OAuthUrlCreate
  │ └─┬mode
  │   └─┬ANYOF
  │     └──[+] enum (1:170966)
  ├─┬UpdateDocumentFromUrlParams
  │ └─┬mode
  │   └─┬ANYOF
  │     └──[+] enum (1:206373)
  ├─┬PublicCreateConnection
  │ └─┬connection
  │   ├──[+] oneOf (1:191011)
  │   ├──Discriminator
  │   └─┬ONEOF
  │     └──[🔀] $ref (1:190680)❌ 
  ├─┬CreateDocumentFromUrlParams
  │ └─┬mode
  │   └─┬ANYOF
  │     └──[+] enum (1:133021)
  ├─┬PartitionStats
  │ ├─┬pages_processed_total
  │ │ └──[🔀] examples (1:182752)
  │ ├─┬pages_processed_monthly
  │ │ └──[🔀] examples (1:182414)
  │ ├─┬pages_hosted_total
  │ │ └──[🔀] examples (1:182904)
  │ └─┬pages_hosted_monthly
  │   └──[🔀] examples (1:182591)
  ├─┬Response
  │ ├─┬top_p
  │ │ └──[🔀] default (1:197360)❌ 
  │ └─┬temperature
  │   └──[🔀] default (1:197117)❌ 
  ├─┬ConnectionBase
  │ └─┬partition_strategy
  │   └─┬ANYOF
  │     └──[+] enum (1:122358)
  └─┬WebhookEndpoint
    ├──[+] required (1:211992)❌ 
    ├──[+] properties (1:211846)
    ├─┬url
    │ ├──[🔀] title (1:211568)
    │ ├──[-] maxLength (1:222441)❌ 
    │ ├──[-] minLength (1:222460)❌ 
    │ └──[🔀] format (1:211548)❌ 
    └─┬updated_at
      ├──[🔀] title (1:211880)
      └──[-] format (1:222320)❌ 
Document Element Total Changes Breaking Changes
components 24 8

View full report

Linting Report 0 errors, 2 warnings, 1 hints

View full report

PYTHON CHANGELOG

constsAndDefaults: 1.0.6 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

core: 6.0.8 - 2026-02-17

🐝 New Features

  • allow repoUrl and repoSubDirectory to be configured via gen.yaml generation section (commit by @vishalg0wda)

core: 6.0.7 - 2026-02-16

🐛 Bug Fixes

  • retry all transient network errors (NetworkError, TimeoutException) instead of only ConnectError and TimeoutException (commit by @danielkov)

core: 6.0.6 - 2026-02-14

🐛 Bug Fixes

  • resolve namespace import collisions by using root package import strategy, gated behind fixFlags.conflictResistantModelImportsFeb2026 in gen.yaml (commit by @mfbx9da4)

♻️ Refactors

  • extract duplicated dynamic_import, __getattr__, and __dir__ helpers from __init__.py templates into a shared utils/dynamic_imports.py module, reducing code duplication across generated package init files

core: 6.0.5 - 2026-02-12

🐛 Bug Fixes

  • resolve missing pydantic field aliases when using from future import annotations (commit by @AshGodfrey)

core: 6.0.3 - 2026-02-05

🐛 Bug Fixes

  • add 'request' to reserved parameter keywords as it can shadow request information (commit by @ThomasRooney)

core: 6.0.4 - 2026-02-04

🐝 New Features

  • forwardCompatibleEnumsByDefault config field is now available (commit by @mfbx9da4)

core: 6.0.2 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 6.0.1 - 2026-01-29

🐛 Bug Fixes

  • update Discriminator.Mapping when cloning error union children (commit by @mfbx9da4)

core: 6.0.0 - 2026-01-27

🐝 New Features

  • drop Python 3.9 support, require Python 3.10+ (commit by @AshGodfrey)

core: 5.23.18 - 2026-01-12

🐛 Bug Fixes

  • Further tune media type matching expression for ReDoS (commit by @bflad)

core: 5.23.17 - 2026-01-07

🐛 Bug Fixes

  • Prevent ReDoS vulnerability report for media type matching expression (commit by @bflad)

globalSecurity: 3.0.5 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

nullables: 1.0.2 - 2026-01-12

🐛 Bug Fixes

  • Add custom serialization method for models where optional (but no nullable) fields are present (commit by @2ynn)

responseFormat: 1.1.0 - 2026-01-22

🔧 Chores

  • remove redundant headers field in envelope-http response (commit by @2ynn)

retries: 3.0.4 - 2026-02-17

🐛 Bug Fixes

  • retry all transient network errors, not just ConnectError and TimeoutException (commit by @danielkov)

sdkHooks: 1.2.1 - 2026-01-14

🐝 New Features

  • add async hooks support for non-blocking I/O in async SDK methods; sync hooks now execute in a dedicated thread when async hooks are disabled (commit by @vishalg0wda)

unions: 3.1.4 - 2026-02-14

🐛 Bug Fixes

  • handle open enum discriminators in unions by falling back to plain Union type (commit by @danielkov)

unions: 3.1.3 - 2026-02-10

🐝 New Features

  • add forward-compatible open discriminated unions with Unknown fallback models (commit by @vishalg0wda)
  • Controlled globally via forwardCompatibleUnionsByDefault: tagged-only in gen.yaml, or per-union with x-speakeasy-unknown-values: allow/disallow.

unions: 3.1.2 - 2026-01-13

🐛 Bug Fixes

  • always reference discriminated union members directly (commit by @danielkov)

Based on Speakeasy CLI 1.722.0

@github-actions github-actions bot added the patch Patch version bump label Jan 9, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1767917334 branch 8 times, most recently from 7a5b466 to 3a9f0eb Compare January 17, 2026 00:09
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1767917334 branch 7 times, most recently from f0e2ea2 to 55e0b43 Compare January 24, 2026 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1767917334 branch 7 times, most recently from 0ce09ed to d091d0a Compare January 31, 2026 00:12
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1767917334 branch 4 times, most recently from 3c79d2d to 6371d00 Compare February 4, 2026 00:11
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 1.15.2 chore: 🐝 Update SDK - Generate 2.0.0 Feb 4, 2026
@github-actions github-actions bot added major Major version bump and removed patch Patch version bump labels Feb 4, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1767917334 branch 8 times, most recently from c68c55b to 75b403a Compare February 12, 2026 00:12
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1767917334 branch 5 times, most recently from 049503f to d706f36 Compare February 17, 2026 00:14
* `ragie.documents.create_document_from_url()`: 
  *  `request.mode` **Changed**
* `ragie.documents.update_document_from_url()`: 
  *  `request.update_document_from_url_params.mode` **Changed**
* `ragie.connections.create_connection()`:  `request` **Changed**
* `ragie.connections.create_o_auth_redirect_url()`: 
  *  `request.mode` **Changed**
* `ragie.connections.update()`: 
  *  `request.connection_base.partition_strategy` **Changed**
* `ragie.webhook_endpoints.list()`:  `response.webhook_endpoints[].secret` **Added**
* `ragie.webhook_endpoints.create()`:  `response.secret` **Added**
* `ragie.webhook_endpoints.get()`:  `response.secret` **Added**
* `ragie.webhook_endpoints.update()`:  `response.secret` **Added**
* `ragie.authenticators.create_authenticator_connection()`: 
  *  `request.create_authenticator_connection.partition_strategy.static.enum(agentic_ocr)` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1767917334 branch from d706f36 to 40fb3c1 Compare February 18, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

major Major version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant