Skip to content

chore: 🐝 Update SDK - Generate Sync for Expenses library SYNC-FOR-EXPENSES-LIBRARY 8.0.1#651

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

chore: 🐝 Update SDK - Generate Sync for Expenses library SYNC-FOR-EXPENSES-LIBRARY 8.0.1#651
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1776246514

Conversation

@github-actions
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:

  • codat_sync_expenses.companies.create(): response.data_connections[].integration_key Changed
  • codat_sync_expenses.companies.get(): response.data_connections[].integration_key Changed
  • codat_sync_expenses.companies.list(): response.results[].data_connections[].integration_key Changed
  • codat_sync_expenses.companies.replace(): response.data_connections[].integration_key Changed
  • codat_sync_expenses.companies.update(): response.data_connections[].integration_key Changed
  • codat_sync_expenses.connections.create(): response.integration_key Changed
  • codat_sync_expenses.connections.create_partner_expense_connection(): response.integration_key Changed
  • codat_sync_expenses.connections.get(): response.integration_key Changed
  • codat_sync_expenses.connections.list(): response.results[].integration_key Changed
  • codat_sync_expenses.connections.unlink(): response.integration_key Changed

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  └─┬Connection
    └──[-] required (11051:11)❌ 
Document Element Total Changes Breaking Changes
components 1 1

View full report

Linting Report 0 errors, 18 warnings, 17 hints

View full report

PYTHON CHANGELOG

core: 6.0.21 - 2026-03-27

🐛 Bug Fixes

  • replace broken is_union None guard in serialize_decimal, serialize_float, serialize_int, and validate_const with simple None check (commit by @AshGodfrey)

core: 6.0.20 - 2026-03-20

🐛 Bug Fixes

  • rename model_serializer method to avoid name collision with field serializer for fields named model (commit by @subomi)

core: 6.0.19 - 2026-03-17

🐝 New Features

  • add compileCommands config option to allow overriding the compile pipeline, preventing OOM from pylint parallelism (commit by @vishalg0wda)

core: 6.0.18 - 2026-03-11

🐛 Bug Fixes

  • reserve datetime for pythonv2 fields (commit by @danielkov)

core: 6.0.17 - 2026-03-05

🐛 Bug Fixes

  • fix model serializer dropping aliased fields when model_dump() is called without by_alias=True by falling back to field name lookup

globalSecurity: 3.0.7 - 2026-03-25

🐛 Bug Fixes

  • basic-http handling when used as a security option wrapper (commit by @2ynn)

globalSecurity: 3.0.6 - 2026-03-24

🐛 Bug Fixes

  • respect global security alternatives ordering and enforce operation-level security restrictions when hoisted (commit by @2ynn)

Based on Speakeasy CLI 1.761.5

* `codat_sync_expenses.companies.create()`:  `response.data_connections[].integration_key` **Changed**
* `codat_sync_expenses.companies.get()`:  `response.data_connections[].integration_key` **Changed**
* `codat_sync_expenses.companies.list()`:  `response.results[].data_connections[].integration_key` **Changed**
* `codat_sync_expenses.companies.replace()`:  `response.data_connections[].integration_key` **Changed**
* `codat_sync_expenses.companies.update()`:  `response.data_connections[].integration_key` **Changed**
* `codat_sync_expenses.connections.create()`:  `response.integration_key` **Changed**
* `codat_sync_expenses.connections.create_partner_expense_connection()`:  `response.integration_key` **Changed**
* `codat_sync_expenses.connections.get()`:  `response.integration_key` **Changed**
* `codat_sync_expenses.connections.list()`:  `response.results[].integration_key` **Changed**
* `codat_sync_expenses.connections.unlink()`:  `response.integration_key` **Changed**
@github-actions github-actions bot added the patch Patch version bump label Apr 15, 2026
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