Skip to content

Releases: lumalabs/lumaai-python

v1.18.1

22 Oct 17:26
c00ac17

Choose a tag to compare

1.18.1 (2025-10-18)

Full Changelog: v1.18.0...v1.18.1

Chores

  • bump httpx-aiohttp version to 0.1.9 (d5510ae)
  • internal: detect missing future annotations with ruff (b7f9ede)

v1.18.0

25 Sep 21:11
b2b3424

Choose a tag to compare

1.18.0 (2025-09-20)

Full Changelog: v1.17.2...v1.18.0

Features

  • improve future compat with pydantic v3 (81e50ec)
  • types: replace List[str] with SequenceNotStr in params (ef79710)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (7444c4e)
  • internal: move mypy configurations to pyproject.toml file (f92365c)
  • internal: update pydantic dependency (58cb6aa)
  • tests: simplify get_platform test (8db8236)
  • types: change optional parameter type from NotGiven to Omit (e347327)

v1.17.2

30 Aug 17:24
d5939e4

Choose a tag to compare

1.17.2 (2025-08-30)

Full Changelog: v1.17.1...v1.17.2

Bug Fixes

  • avoid newer type syntax (4c7e849)

Chores

  • internal: add Sequence related utils (dc85243)
  • internal: change ci workflow machines (eb1b9a6)
  • internal: update pyright exclude list (413b33b)
  • update github action (e4e2029)

v1.17.1

18 Aug 19:35
fd6f90b

Choose a tag to compare

1.17.1 (2025-08-14)

Full Changelog: v1.17.0...v1.17.1

Chores

  • internal: update comment in script (dca67fb)
  • update @stainless-api/prism-cli to v5.15.0 (5c8641c)

v1.17.0

14 Aug 17:50
43c8329

Choose a tag to compare

1.17.0 (2025-08-06)

Full Changelog: v1.16.2...v1.17.0

Features

  • client: support file upload requests (34a3cfb)

Chores

  • internal: fix ruff target version (eb0161d)

v1.16.2

29 Jul 18:16
041c013

Choose a tag to compare

1.16.2 (2025-07-25)

Full Changelog: v1.16.1...v1.16.2

Bug Fixes

  • parsing: ignore empty metadata (cc3dcfd)
  • parsing: parse extra field types (096e433)

Chores

  • project: add settings file for vscode (e2867b5)

v1.16.1

19 Jul 21:12
b1dd300

Choose a tag to compare

1.16.1 (2025-07-19)

Full Changelog: v1.16.0...v1.16.1

Features

  • clean up environment call outs (397b649)

Bug Fixes

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

v1.16.0

11 Jul 21:37
003ddc2

Choose a tag to compare

1.16.0 (2025-07-11)

Full Changelog: v1.15.1...v1.16.0

Features

v1.15.1

11 Jul 17:50
c3a0886

Choose a tag to compare

1.15.1 (2025-07-11)

Full Changelog: v1.15.0...v1.15.1

Bug Fixes

  • ci: correct conditional (7cd4571)
  • ci: release-doctor — report correct token name (adda4e4)
  • parsing: correctly handle nested discriminated unions (d97d872)

Chores

  • ci: change upload type (351a0e8)
  • ci: only run for pushes and fork pull requests (50b8ecb)
  • internal: bump pinned h11 dep (2f98b9a)
  • internal: codegen related update (b89b147)
  • package: mark python 3.13 as supported (7f37491)
  • readme: fix version rendering on pypi (24f04ae)

v1.15.0

25 Jun 03:25
b3bff2d

Choose a tag to compare

1.15.0 (2025-06-25)

Full Changelog: v1.14.0...v1.15.0

Features

Chores

  • tests: skip some failing tests on the latest python versions (995da3c)