Skip to content

Releases: lumalabs/lumaai-python

v1.5.2

17 Mar 15:01
e51bf5f

Choose a tag to compare

1.5.2 (2025-03-15)

Full Changelog: v1.5.1...v1.5.2

Bug Fixes

  • types: handle more discriminated union shapes (#126) (71a98c0)

Chores

Documentation

  • revise readme docs about nested params (#120) (424187b)

v1.5.1

10 Mar 03:28
a7e84d5

Choose a tag to compare

1.5.1 (2025-03-04)

Full Changelog: v1.5.0...v1.5.1

Chores

  • docs: update client docstring (#117) (33e4b1c)
  • internal: fix devcontainers setup (#113) (51d77c4)
  • internal: properly set pydantic_private (#115) (b9c7a3f)
  • internal: remove unused http client options forwarding (#118) (b68b130)

Documentation

  • update URLs from stainlessapi.com to stainless.com (#116) (b7ee94c)

v1.5.0

22 Feb 00:20
9305f8d

Choose a tag to compare

1.5.0 (2025-02-22)

Full Changelog: v1.4.1...v1.5.0

Features

Bug Fixes

  • client: mark some request bodies as optional (75d1543)

v1.4.1

20 Feb 18:31
0754774

Choose a tag to compare

1.4.1 (2025-02-14)

Full Changelog: v1.4.0...v1.4.1

Bug Fixes

Chores

v1.4.0

11 Feb 18:37
3bdc140

Choose a tag to compare

1.4.0 (2025-02-07)

Full Changelog: v1.3.0...v1.4.0

Features

  • client: send X-Stainless-Read-Timeout header (#100) (7480f79)

Chores

  • internal: bummp ruff dependency (#98) (41e619b)
  • internal: change default timeout to an int (#97) (5fe41dc)
  • internal: fix type traversing dictionary params (#101) (941c012)
  • internal: minor type handling changes (#102) (2913923)

v1.3.0

27 Jan 15:20
9828fac

Choose a tag to compare

1.3.0 (2025-01-27)

Full Changelog: v1.2.3...v1.3.0

Features

v1.2.3

27 Jan 08:07
19b3733

Choose a tag to compare

1.2.3 (2025-01-25)

Full Changelog: v1.2.2...v1.2.3

Bug Fixes

  • client: only call .close() when needed (#86) (edfe052)
  • correctly handle deserialising cls fields (#88) (05474de)

Chores

v1.2.2

17 Dec 18:29
479ec6c

Choose a tag to compare

1.2.2 (2024-12-17)

Full Changelog: v1.2.1...v1.2.2

Chores

Documentation

  • readme: example snippet for client context manager (#79) (ddf9360)

v1.2.1

04 Dec 13:00
7a1b1e6

Choose a tag to compare

1.2.1 (2024-12-04)

Full Changelog: v1.2.0...v1.2.1

Chores

v1.2.0

02 Dec 20:21
4d54fc6

Choose a tag to compare

1.2.0 (2024-12-02)

Full Changelog: v1.1.2...v1.2.0

Features