Skip to content

chore: 🐝 Update SDK - Generate Platform library PLATFORM-LIBRARY 5.0.0#644

Merged
pj-simpson merged 2 commits intomainfrom
speakeasy-sdk-regen-1770990484
Feb 13, 2026
Merged

chore: 🐝 Update SDK - Generate Platform library PLATFORM-LIBRARY 5.0.0#644
pj-simpson merged 2 commits intomainfrom
speakeasy-sdk-regen-1770990484

Conversation

@github-actions
Copy link
Contributor

SDK update

Versioning

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

Python SDK Changes:

  • codat_platform.companies.update(): response.data_connections[].connection_info.Map<any> Changed (Breaking ⚠️)
  • codat_platform.connections.create(): response.connection_info.Map<any> Changed (Breaking ⚠️)
  • codat_platform.connections.update_authorization(): response.connection_info.Map<any> Changed (Breaking ⚠️)
  • codat_platform.connections.unlink(): response.connection_info.Map<any> Changed (Breaking ⚠️)
  • codat_platform.companies.create(): response.data_connections[].connection_info.Map<any> Changed (Breaking ⚠️)
  • codat_platform.companies.get(): response.data_connections[].connection_info.Map<any> Changed (Breaking ⚠️)
  • codat_platform.companies.list(): response.results[].data_connections[].connection_info.Map<any> Changed (Breaking ⚠️)
  • codat_platform.companies.replace(): response.data_connections[].connection_info.Map<any> Changed (Breaking ⚠️)
  • codat_platform.connections.list(): response.results[].connection_info.Map<any> Changed (Breaking ⚠️)
  • codat_platform.connections.get(): response.connection_info.Map<any> Changed (Breaking ⚠️)
  • codat_platform.companies.get_company_sync_settings(): Added
  • codat_platform.companies.refresh_product_data(): Added
  • codat_platform.read_data.get_validation_results(): Added
  • codat_platform.companies.set_company_sync_settings(): Added
  • codat_platform.refresh_data.all(): error.status[400] Added
  • codat_platform.refresh_data.by_data_type(): error.status[400] Added
  • codat_platform.refresh_data.get(): response.account_transactions.last_successful_sync Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (2334:3)
│ ├──[+] path (645:3)
│ ├──[+] path (1028:3)
│ ├─┬/companies/{companyId}/data/all
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (5546:7)
│ ├─┬/integrations/{platformKey}/dataTypes/{dataType}/supplementalDataConfig
│ │ └─┬PUT
│ │   └──[🔀] description (2544:20)
│ └─┬/companies/{companyId}/data/queue/{dataType}
│   └─┬POST
│     └─┬Responses
│       └──[+] codes (5546:7)
├─┬Tags
│ └──[+] Read data (105:5)
├─┬{dataType}.write.successful
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       ├─┬Record
│       │ ├──[🔀] value (3384:19)
│       │ └──[🔀] value (3384:19)
│       └─┬Attachment
│         ├──[🔀] value (3402:19)
│         └──[🔀] value (3402:19)
├─┬connection.created
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       └─┬Connection created
│         └──[🔀] value (2979:19)
├─┬read.completed.initial
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       ├──[+] examples (3324:17)
│       ├──[-] examples (2985:33)❌ 
│       └──[+] examples (3299:17)
├─┬connection.disconnected
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       ├─┬Unlinked
│       │ └──[🔀] value (3098:19)
│       └─┬De-authorized
│         ├──[🔀] value (3124:19)
│         ├──[🔀] value (3124:19)
│         ├──[🔀] value (3124:19)
│         └──[🔀] value (3124:19)
├─┬read.completed
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       ├──[+] examples (3268:17)
│       ├──[-] examples (2955:33)❌ 
│       └──[+] examples (3243:17)
├─┬{dataType}.write.unsuccessful
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       ├─┬Record
│       │ ├──[🔀] value (3461:19)
│       │ └──[🔀] value (3461:19)
│       ├─┬Attachment
│       │ ├──[🔀] value (3493:19)
│       │ └──[🔀] value (3493:19)
│       └─┬Record timed out
│         ├──[🔀] value (3477:19)
│         └──[🔀] value (3477:19)
├─┬connection.reconnected
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       └─┬Reconnected
│         └──[🔀] value (3168:19)
├─┬connection.connected
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       └─┬Connection connected
│         └──[🔀] value (3017:19)
├─┬connection.failed
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       └─┬Connection failed
│         └──[🔀] value (3055:19)
├─┬connection.deleted
│ └─┬POST
│   └─┬Requestbody
│     └─┬application/json
│       └─┬Deleted
│         └──[🔀] value (3206:19)
└─┬Components
  ├──[+] schemas (5428:7)
  ├──[+] schemas (3892:7)
  ├─┬DataStatus
  │ └──[-] required (3797:19)❌ 
  ├─┬Connection
  │ └─┬connectionInfo
  │   └──[🔀] additionalProperties (3966:33)❌ 
  ├─┬PushOperation
  │ └─┬companyId
  │   └──[🔀] $ref (1106:29)❌ 
  └─┬DateTime
    ├──[🔀] examples (4491:11)
    └──[🔀] examples (4492:11)
Document Element Total Changes Breaking Changes
webhooks 26 2
components 7 3
paths 6 0
tags 1 0

View full report

Linting Report 0 errors, 16 warnings, 22 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.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)

core: 5.23.16 - 2025-12-19

🐛 Bug Fixes

  • remove non-determinism from rare interaction with readonly/writeonly fields (commit by @ThomasRooney)

core: 5.23.15 - 2025-12-18

🐛 Bug Fixes

  • fixed escaping of template braces in defaults, consts, and comments (commit by @tristanspeakeasy)

core: 5.23.14 - 2025-12-09

🐝 New Features

  • add constFieldCasing config option to control const field casing (upper or normal) (commit by @mfbx9da4)

core: 5.23.12 - 2025-11-25

🐝 New Features

  • allow inclusion of empty array query parameter (commit by @idbentley)

core: 5.23.11 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 5.23.10 - 2025-11-18

🐛 Bug Fixes

  • sanitize Python reserved keywords in method names to prevent syntax errors (commit by @AshGodfrey)

core: 5.23.9 - 2025-11-17

🐛 Bug Fixes

core: 5.23.8 - 2025-11-14

🐛 Bug Fixes

  • return type when 'sseFlatResponse: true' and response has data field (commit by @mfbx9da4)
  • improved type accuracy for response bodies - they now correctly return the actual type instead of being wrapped in Optional[] (commit by @mfbx9da4)

core: 5.23.7 - 2025-11-13

🐝 New Features

  • allow license to be defined in pyproject.toml's project field (commit by @walker-tx)

core: 5.23.6 - 2025-11-10

🐛 Bug Fixes

  • handle application/* encoding in multipart forms (commit by @danielkov)

core: 5.23.13 - 2025-11-06

🐛 Bug Fixes

  • multi-part arrays now serialized according to RFC7578 (commit by @danielkov)

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)

core: 5.23.0 - 2025-10-13

🐝 New Features

  • add config option for deep merging allOf nodes in OpenAPI specs (commit by @BlakeTheAwesome)

core: 5.22.1 - 2025-09-30

🐛 Bug Fixes

  • correct import aliasing when SDK class members conflict with model names in Python templates (commit by @BlakeTheAwesome)

core: 5.22.0 - 2025-09-24

🐝 New Features

  • allow generation of sync, async or both methods in an sdk (commit by @tristanspeakeasy)

core: 5.21.1 - 2025-09-23

🐛 Bug Fixes

  • allow input/output models without suffixes (commit by @disintegrator)

core: 5.21.0 - 2025-09-12

🐝 New Features

  • Change the default behaviour of http-client within python sdk to follow redirects (commit by @Kanwardeep)

core: 5.20.4 - 2025-09-09

🐛 Bug Fixes

  • improve python tool reliability with explicit module calls (commit by @GorshkovIvan)

core: 5.20.3 - 2025-09-02

🐛 Bug Fixes

  • enabled empty strings to be used as end cursor values in pagination (commit by @GorshkovIvan)

core: 5.20.2 - 2025-09-01

🔧 Chores

  • added support for lowercase Bearer tokens in Authorization headers (commit by @GorshkovIvan)

core: 5.20.1 - 2025-08-27

🐛 Bug Fixes

  • capability to enable shadowing parameters that are usually reserved via allowedRedefinedBuiltins (commit by @ThomasRooney)

core: 5.19.11 - 2025-08-27

🐛 Bug Fixes

  • Add retries to dynamic imported modules in python to fix keyError when loading modules (commit by @Kanwardeep)

core: 5.19.10 - 2025-08-20

🔧 Chores

  • mitigate asyncio internal test flakiness (commit by @GorshkovIvan)

core: 5.19.9 - 2025-08-11

🐛 Bug Fixes

  • support repository subdirectories in PyPI documentation links (commit by @AshGodfrey)

core: 5.20.0 - 2025-08-08

🐝 New Features

  • support for uv package manager (commit by @mfbx9da4)

core: 5.19.7 - 2025-08-06

🐛 Bug Fixes

  • add return type hint for methods returning None (commit by @AshGodfrey)

core: 5.19.6 - 2025-08-01

🐛 Bug Fixes

  • potential issue referencing models before declaration (commit by @mfbx9da4)

core: 5.19.5 - 2025-07-24

🔧 Chores

core: 5.19.4 - 2025-07-02

🐛 Bug Fixes

  • ensure utils import is always added when globals are present in sdk.py template (commit by @AshGodfrey)

core: 5.19.3 - 2025-06-06

🐛 Bug Fixes

core: 5.19.2 - 2025-06-04

🐛 Bug Fixes

  • Prevent local installation issues with README-PYPI.md (commit by @bflad)

core: 5.19.1 - 2025-05-29

🐛 Bug Fixes

  • Update h11 and httpcore dependencies to avoid h11 security issue [force-gen] (commit by @Kanwardeep)

core: 5.19.0 - 2025-05-20

🐝 New Features

  • Enable module lazy loading. This leads to faster module import times (commit by @Kanwardeep)

core: 5.18.1 - 2025-05-15

🐛 Bug Fixes

  • Prevent AsyncClient.aclose() not awaited warnings (commit by @bflad)

core: 5.18.0 - 2025-05-12

🐝 New Features

  • upgrade minimum python version to 3.9.2 (commit by @simplesagar)

core: 5.17.2 - 2025-05-07

🐛 Bug Fixes

  • fixed stability of generated examples using operation and field seeds, including fixes to union examples (commit by @tristanspeakeasy)

core: 5.17.1 - 2025-05-04

🐛 Bug Fixes

  • Revert the commit which introduced moduleName change (commit by @Kanwardeep)

core: 5.17.0 - 2025-04-30

🐝 New Features

  • adding the ability to choose module name by adding a new key in gen.yaml (commit by @Kanwardeep)

core: 5.16.1 - 2025-04-23

🐛 Bug Fixes

  • improved python http client finalizer to avoid testing issues (commit by @tristanspeakeasy)

core: 5.16.0 - 2025-04-18

🐝 New Features

  • Remove typing-inspection dependency (commit by @bflad)

core: 5.15.0 - 2025-04-17

🐝 New Features

  • Remove python-dateutil dependency (commit by @bflad)

core: 5.14.0 - 2025-04-15

🐝 New Features

  • Upgrade mypy to 1.15 for performance and correctness improvements (commit by @bflad)

core: 5.12.7 - 2025-04-11

🐛 Bug Fixes

  • increase stability of generator model file names (commit by @vishalg0wda)

core: 5.13.0 - 2025-04-07

🐝 New Features

  • Improve memory utilization and startup time with Pydantic 2.11 upgrade (commit by @bflad)

core: 5.12.6 - 2025-04-03

🐛 Bug Fixes

  • improve performance of generation on multicore machines and various fixes to correctness based on order of generation (commit by @tristanspeakeasy)

core: 5.12.5 - 2025-03-28

🐛 Bug Fixes

  • Prevent Pydantic 2.11 deprecation warnings with model_fields usage in models (commit by @bflad)

core: 5.12.4 - 2025-03-16

🐛 Bug Fixes

  • force quote circular referenced types (commit by @ThomasRooney)

core: 5.12.3 - 2025-03-10

🐛 Bug Fixes

  • disable key sorting when serializing to json (commit by @disintegrator)

core: 5.12.2 - 2025-03-02

🐛 Bug Fixes

  • handle indirect circular references (commit by @vishalg0wda)

examples: 3.0.2 - 2025-07-07

🐛 Bug Fixes

  • Fix missing title and description in main usage examples when using x-speakeasy-globals (commit by @Kanwardeep)

globalSecurity: 3.0.5 - 2026-02-03

🐝 New Features

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

globalSecurity: 3.0.4 - 2025-09-10

🔧 Chores

  • support opting out of operation security hoisting (commit by @vishalg0wda)

globalServerURLs: 3.2.0 - 2025-10-22

🐝 New Features

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

globalServerURLs: 3.1.1 - 2025-05-09

🐛 Bug Fixes

groups: 3.0.1 - 2025-10-06

🐛 Bug Fixes

  • Fix empty readme files being generated when all operations are in child groups (commit by @BlakeTheAwesome)

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.3 - 2025-11-20

🐝 New Features

  • add support for Retry-After header (commit by @2ynn)

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)

sdkHooks: 1.2.0 - 2025-10-15

🐝 New Features

  • expose available OAuth 2.0 scopes for use in custom hooks (commit by @2ynn)

sdkHooks: 1.1.0 - 2025-05-15

🐝 New Features

Based on Speakeasy CLI 1.715.0

* `codat_platform.companies.update()`:  `response.data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️)
* `codat_platform.connections.create()`:  `response.connection_info.Map<any>` **Changed** (Breaking ⚠️)
* `codat_platform.connections.update_authorization()`:  `response.connection_info.Map<any>` **Changed** (Breaking ⚠️)
* `codat_platform.connections.unlink()`:  `response.connection_info.Map<any>` **Changed** (Breaking ⚠️)
* `codat_platform.companies.create()`:  `response.data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️)
* `codat_platform.companies.get()`:  `response.data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️)
* `codat_platform.companies.list()`:  `response.results[].data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️)
* `codat_platform.companies.replace()`:  `response.data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️)
* `codat_platform.connections.list()`:  `response.results[].connection_info.Map<any>` **Changed** (Breaking ⚠️)
* `codat_platform.connections.get()`:  `response.connection_info.Map<any>` **Changed** (Breaking ⚠️)
* `codat_platform.companies.get_company_sync_settings()`: **Added**
* `codat_platform.companies.refresh_product_data()`: **Added**
* `codat_platform.read_data.get_validation_results()`: **Added**
* `codat_platform.companies.set_company_sync_settings()`: **Added**
* `codat_platform.refresh_data.all()`:  `error.status[400]` **Added**
* `codat_platform.refresh_data.by_data_type()`:  `error.status[400]` **Added**
* `codat_platform.refresh_data.get()`:  `response.account_transactions.last_successful_sync` **Changed**
@github-actions github-actions bot added the major Major version bump label Feb 13, 2026
@pj-simpson pj-simpson self-requested a review February 13, 2026 13:58
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@pj-simpson pj-simpson merged commit db85938 into main Feb 13, 2026
0 of 2 checks passed
@pj-simpson pj-simpson deleted the speakeasy-sdk-regen-1770990484 branch February 13, 2026 14:13
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.

2 participants

Comments