Skip to content

Releases: runwayml/sdk-python

v4.7.0

06 Mar 17:12

Choose a tag to compare

4.7.0 (2026-03-06)

Full Changelog: v4.6.3...v4.7.0

Features

  • api: add avatar, voice, document, and realtime session endpoints (18b1573)

Chores

  • test: do not count install time for mock server timeout (84988e1)

v4.6.3

03 Mar 20:09

Choose a tag to compare

4.6.3 (2026-02-27)

Full Changelog: v4.6.2...v4.6.3

Chores

  • docs: add missing descriptions (f64ea7b)
  • internal: make test_proxy_environment_variables more resilient (b0a3688)
  • internal: make test_proxy_environment_variables more resilient to env (dd8ca18)

v4.6.2

23 Feb 18:26

Choose a tag to compare

4.6.2 (2026-02-23)

Full Changelog: v4.6.1...v4.6.2

Chores

  • internal: add request options to SSE classes (3728b09)
  • update mock server docs (2cd81c5)

v4.6.1

13 Feb 21:16

Choose a tag to compare

4.6.1 (2026-02-13)

Full Changelog: v4.6.0...v4.6.1

Bug Fixes

  • api: Remove invalid 4.5 i2v ratio (f2fa3d1)

Chores

  • format all api.md files (83ca516)
  • internal: fix lint error on Python 3.14 (73b877b)

v4.6.0

11 Feb 16:58

Choose a tag to compare

4.6.0 (2026-02-11)

Full Changelog: v4.5.0...v4.6.0

Features

Bug Fixes

  • client: Update generated types for 4.5 t2v (f024d8e)

Chores

  • internal: bump dependencies (c8073c8)

v4.5.0

03 Feb 19:26

Choose a tag to compare

4.5.0 (2026-02-03)

Full Changelog: v4.4.0...v4.5.0

Features

  • api: Deprecate v2v ratio (16eb2de)

v4.4.0

01 Feb 20:37

Choose a tag to compare

4.4.0 (2026-01-30)

Full Changelog: v4.3.0...v4.4.0

Features

  • client: add custom JSON encoder for extended type support (b04154d)

Chores

  • ci: upgrade actions/github-script (c05f08a)
  • internal: update actions/checkout version (ab246dd)

v4.3.0

17 Jan 00:19

Choose a tag to compare

4.3.0 (2026-01-17)

Full Changelog: v4.2.0...v4.3.0

Features

  • api: Sunset upscale endpoint (a0b9bbe)
  • client: add support for binary request streaming (384cd8b)

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (9d4f77c)
  • use async_to_httpx_files in patch method (c6b8802)

Chores

  • add missing docstrings (4c14222)
  • internal: add --fix argument to lint script (4e5931e)
  • internal: add missing files argument to base client (1c5f3af)
  • internal: codegen related update (feac569)
  • speedup initial import (cfcc2e9)

v4.2.0

04 Dec 02:46

Choose a tag to compare

4.2.0 (2025-12-04)

Full Changelog: v4.1.1...v4.2.0

Features

Chores

  • docs: use environment variables for authentication in code snippets (cd6776e)
  • update lockfile (7199587)

v4.1.1

01 Dec 18:14

Choose a tag to compare

4.1.1 (2025-11-28)

Full Changelog: v4.1.0...v4.1.1

Bug Fixes

  • ensure streams are always closed (22486c4)

Chores

  • add Python 3.14 classifier and testing (6dd0b91)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (1813032)