Skip to content

Releases: runloopai/api-client-python

v0.52.0

30 Jul 18:15
f80e050

Choose a tag to compare

0.52.0 (2025-07-30)

Full Changelog: v0.51.0...v0.52.0

Features

v0.51.0

29 Jul 23:29

Choose a tag to compare

0.51.0 (2025-07-29)

Full Changelog: v0.50.0...v0.51.0

Features

Bug Fixes

  • parsing: ignore empty metadata (10c81bd)
  • parsing: parse extra field types (9d2a5f0)

Chores

  • project: add settings file for vscode (7a11210)
  • types: rebuild Pydantic models after all types are defined (b1839c6)

v0.50.0

15 Jul 22:00

Choose a tag to compare

0.50.0 (2025-07-15)

Full Changelog: v0.49.0...v0.50.0

Features

v0.49.0

15 Jul 18:02

Choose a tag to compare

0.49.0 (2025-07-15)

Full Changelog: v0.48.2...v0.49.0

Features

Bug Fixes

  • client: don't send Content-Type header on GET requests (5d9b833)

v0.48.2

11 Jul 17:52

Choose a tag to compare

0.48.2 (2025-07-11)

Full Changelog: v0.48.1...v0.48.2

Chores

  • readme: fix version rendering on pypi (73af53e)

v0.48.1

11 Jul 00:11

Choose a tag to compare

0.48.1 (2025-07-11)

Full Changelog: v0.48.0...v0.48.1

Bug Fixes

  • parsing: correctly handle nested discriminated unions (82f669a)

Chores

  • internal: bump pinned h11 dep (2b1afb8)
  • package: mark python 3.13 as supported (dbde2d7)

What's Changed

  • Update retry docs in README by @alb-rl in #612
  • Add long poll endpoint for querying async exec status by @alb-rl in #613
  • Skip strict mode tests for flakey tests by @alb-rl in #614
  • Add tests for long polling logic by @alb-rl in #615
  • release: 0.48.1 by @stainless-app[bot] in #611

Full Changelog: v0.48.0...v0.48.1

v0.48.0

09 Jul 00:37
857937d

Choose a tag to compare

0.48.0 (2025-07-09)

Full Changelog: v0.47.1...v0.48.0

v0.47.1

08 Jul 23:56
56e89a6

Choose a tag to compare

0.47.1 (2025-07-08)

Full Changelog: v0.47.0...v0.47.1

Chores

  • ci: change upload type (e8af7c3)
  • internal: codegen related update (402126e)

What's Changed

  • Use new wait for status endpoint in await_running by @alb-rl in #608
  • release: 0.47.1 by @stainless-app in #607

New Contributors

Full Changelog: v0.47.0...v0.47.1

v0.47.0

01 Jul 22:24
8e559a9

Choose a tag to compare

0.47.0 (2025-07-01)

Full Changelog: v0.46.0...v0.47.0

Features

v0.46.0

01 Jul 01:02
c06841b

Choose a tag to compare

0.46.0 (2025-07-01)

Full Changelog: v0.45.0...v0.46.0

Features

Bug Fixes

  • ci: correct conditional (2005e4f)
  • ci: release-doctor — report correct token name (41a600a)

Chores

  • ci: only run for pushes and fork pull requests (c914e94)