Skip to content

Releases: runwayml/sdk-python

v2.2.1

07 Feb 19:05
Compare
Choose a tag to compare

2.2.1 (2025-02-07)

Full Changelog: v2.2.0...v2.2.1

Chores

  • internal: fix type traversing dictionary params (#90) (49d44b9)
  • internal: minor type handling changes (#92) (f4f122f)

v2.2.0

06 Feb 15:11
Compare
Choose a tag to compare

2.2.0 (2025-02-06)

Full Changelog: v2.1.11...v2.2.0

Features

  • client: send X-Stainless-Read-Timeout header (#87) (43e6f00)

v2.1.11

04 Feb 17:42
Compare
Choose a tag to compare

2.1.11 (2025-02-04)

Full Changelog: v2.1.10...v2.1.11

Chores

  • internal: bummp ruff dependency (#83) (3d1be9d)
  • internal: change default timeout to an int (#82) (38e5767)

v2.1.10

04 Feb 17:31
Compare
Choose a tag to compare

2.1.10 (2025-01-24)

Full Changelog: v2.1.9...v2.1.10

Chores

v2.1.9

21 Jan 17:55
Compare
Choose a tag to compare

2.1.9 (2025-01-21)

Full Changelog: v2.1.8...v2.1.9

Bug Fixes

  • add back missing docstrings (#73) (8eac71e)
  • client: only call .close() when needed (#69) (4a48c73)
  • correctly handle deserialising cls fields (#71) (6db1a75)
  • tests: make test_get_platform less flaky (#75) (7199a24)

Chores

  • internal: avoid pytest-asyncio deprecation warning (#76) (bff6464)
  • internal: codegen related update (#67) (027aa11)
  • internal: codegen related update (#70) (38c71dc)
  • internal: codegen related update (#72) (d4b14b4)

Documentation

  • raw responses: fix duplicate the (#74) (0d563ee)

v2.1.8

08 Jan 20:18
Compare
Choose a tag to compare

2.1.8 (2025-01-08)

Full Changelog: v2.1.7...v2.1.8

Chores

v2.1.7

02 Jan 17:33
Compare
Choose a tag to compare

2.1.7 (2025-01-02)

Full Changelog: v2.1.6...v2.1.7

Chores

  • internal: codegen related update (#61) (6248aa2)

v2.1.6

18 Dec 16:26
Compare
Choose a tag to compare

2.1.6 (2024-12-18)

Full Changelog: v2.1.5...v2.1.6

Chores

Documentation

  • readme: example snippet for client context manager (#57) (e62b5e9)

v2.1.5

13 Dec 17:16
Compare
Choose a tag to compare

2.1.5 (2024-12-13)

Full Changelog: v2.1.4...v2.1.5

Chores

v2.1.4

10 Dec 16:21
Compare
Choose a tag to compare

2.1.4 (2024-12-10)

Full Changelog: v2.1.3...v2.1.4

Chores

  • internal: bump pydantic dependency (#40) (ae3a845)

Documentation

  • readme: fix http client proxies example (#42) (d1389f7)