Skip to content

python - v0.31.3 - 2026-03-26 01:06:29

Choose a tag to compare

@github-actions github-actions released this 26 Mar 01:06
c45fa2c

Python SDK v0.31.4 Changelog

Release Date: March 2026


What's New

This is a maintenance release that synchronizes the SDK with the latest Apideck OpenAPI specification (v10.24.9). No new endpoints or fields have been added, and no existing behavior has changed. The update ensures the SDK accurately reflects the current API surface.


Summary of Changes

Category Description Action Required
SDK Version Bumped from 0.31.3 to 0.31.4 Update dependency
OpenAPI Spec Synced to API spec v10.24.9 (from v10.24.8) None

Detailed Changes by API

All APIs

OpenAPI Specification Sync

What changed: The SDK has been regenerated against Apideck API spec v10.24.9. This is an internal spec revision with no user-facing API changes.

Impact: None — fully backward compatible. Existing code requires no changes.


Migration Checklist

  • Update dependency to v0.31.4
pip install apideck-unify==0.31.4
# or with uv
uv add apideck-unify==0.31.4
  • Run your test suite