Skip to content

Releases: runloopai/api-client-python

v0.51.0

Choose a tag to compare

@stainless-app stainless-app released this 29 Jul 23:29

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

Choose a tag to compare

@stainless-app stainless-app released this 15 Jul 22:00

0.50.0 (2025-07-15)

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

Features

v0.49.0

Choose a tag to compare

@stainless-app stainless-app released this 15 Jul 18:02

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

Choose a tag to compare

@stainless-app stainless-app released this 11 Jul 17:52

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

Choose a tag to compare

@stainless-app stainless-app released this 11 Jul 00:11

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

Choose a tag to compare

@stainless-app stainless-app released this 09 Jul 00:37
857937d

0.48.0 (2025-07-09)

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

v0.47.1

Choose a tag to compare

@stainless-app stainless-app released this 08 Jul 23:56
56e89a6

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

Choose a tag to compare

@stainless-app stainless-app released this 01 Jul 22:24
8e559a9

0.47.0 (2025-07-01)

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

Features

v0.46.0

Choose a tag to compare

@stainless-app stainless-app released this 01 Jul 01:02
c06841b

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)

v0.45.0

Choose a tag to compare

@stainless-app stainless-app released this 24 Jun 16:35
105c4ca

0.45.0 (2025-06-24)

Full Changelog: v0.44.0...v0.45.0

Features

Chores

  • tests: skip some failing tests on the latest python versions (27007c0)