Skip to content

Releases: runwayml/sdk-python

v3.1.0

16 May 16:59
f09aaeb
Compare
Choose a tag to compare

3.1.0 (2025-05-16)

Full Changelog: v3.0.6...v3.1.0

Features

  • api: Gen-4 Image (text-to-image) support (8adcf96)

Chores

  • ci: fix installation instructions (a04350d)

v3.0.6

15 May 15:20
0355c3b
Compare
Choose a tag to compare

3.0.6 (2025-05-15)

Full Changelog: v3.0.5...v3.0.6

Chores

  • ci: upload sdks to package manager (23f0756)

v3.0.5

12 May 19:53
ca057d3
Compare
Choose a tag to compare

3.0.5 (2025-05-10)

Full Changelog: v3.0.4...v3.0.5

Bug Fixes

  • package: support direct resource imports (f317064)

Chores

  • internal: avoid errors for isinstance checks on proxies (a549b98)

v3.0.4

30 Apr 17:03
Compare
Choose a tag to compare

3.0.4 (2025-04-30)

Full Changelog: v3.0.3...v3.0.4

Bug Fixes

  • api: Fix for parameters with missing descriptions (1ab27c6)
  • api: Make ratio a required parameter for i2v (e1b73a5)

v3.0.3

24 Apr 14:44
Compare
Choose a tag to compare

3.0.3 (2025-04-24)

Full Changelog: v3.0.2...v3.0.3

Bug Fixes

  • pydantic v1: more robust ModelField.annotation check (1f45aa4)

Chores

  • broadly detect json family of content-type headers (7adcad9)
  • ci: add timeout thresholds for CI jobs (a59f6e6)
  • ci: only use depot for staging repos (bdd8635)
  • internal: codegen related update (6ec7118)
  • internal: fix list file params (c745a86)
  • internal: import reformatting (a991a2d)
  • internal: minor formatting changes (0f34a44)
  • internal: refactor retries to not use recursion (b5637fb)
  • internal: update models test (79488d6)

v3.0.2

17 Apr 17:13
Compare
Choose a tag to compare

3.0.2 (2025-04-17)

Full Changelog: v3.0.1...v3.0.2

Chores

  • internal: base client updates (6d4d8bb)
  • internal: bump pyright version (5693e26)

v3.0.1

15 Apr 16:35
Compare
Choose a tag to compare

3.0.1 (2025-04-15)

Full Changelog: v3.0.0...v3.0.1

Bug Fixes

  • perf: optimize some hot paths (0c187d1)
  • perf: skip traversing types for NotGiven values (a65d4b0)

Chores

  • client: minor internal fixes (09dd17f)
  • internal: expand CI branch coverage (8bde5ff)
  • internal: reduce CI branch coverage (5892e7a)
  • internal: update pyright settings (8b3a8ae)

v3.0.0

09 Apr 13:50
Compare
Choose a tag to compare

3.0.0 (2025-04-09)

Full Changelog: v2.3.8...v3.0.0

Features

  • api: Update with gen4_turbo, org endpoint (#135) (7f5d1ae)

Chores

  • internal: remove trailing character (#132) (cd78e34)
  • internal: slight transform perf improvement (#134) (33e5a68)

v2.3.8

27 Mar 14:51
Compare
Choose a tag to compare

2.3.8 (2025-03-27)

Full Changelog: v2.3.7...v2.3.8

Chores

v2.3.7

17 Mar 17:54
Compare
Choose a tag to compare

2.3.7 (2025-03-17)

Full Changelog: v2.3.6...v2.3.7

Bug Fixes