Skip to content

Releases: meta-llama/llama-api-python

v0.5.0

01 Oct 21:06
Compare
Choose a tag to compare

0.5.0 (2025-10-01)

Full Changelog: v0.4.0...v0.5.0

Features

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (b0bf238)
  • types: change optional parameter type from NotGiven to Omit (19b3fdb)

v0.4.0

17 Sep 21:03
Compare
Choose a tag to compare

0.4.0 (2025-09-16)

Full Changelog: v0.3.0...v0.4.0

Features

  • improve future compat with pydantic v3 (648fe7b)
  • types: replace List[str] with SequenceNotStr in params (565a26d)

Bug Fixes

  • avoid newer type syntax (b9bfeb3)

Chores

  • internal: add Sequence related utils (909f85f)
  • internal: move mypy configurations to pyproject.toml file (68106c6)
  • internal: update pydantic dependency (9ad2fea)
  • internal: update pyright exclude list (203a1a1)
  • tests: simplify get_platform test (21f3cd5)

v0.3.0

27 Aug 00:59
Compare
Choose a tag to compare

0.3.0 (2025-08-26)

Full Changelog: v0.2.0...v0.3.0

Features

  • custom patch to handle exception during stream chunk (7549f0b)

Chores

  • internal: change ci workflow machines (37dd39f)
  • internal: codegen related update (cae389f)
  • internal: update comment in script (20ab448)
  • run lint (dc7d5a7)
  • update @stainless-api/prism-cli to v5.15.0 (8e77df5)
  • update github action (3dab72d)

v0.2.0

12 Aug 17:06
Compare
Choose a tag to compare

0.2.0 (2025-08-07)

Full Changelog: v0.1.2...v0.2.0

Features

  • clean up environment call outs (4afbd01)
  • client: support file upload requests (ec42e80)

Bug Fixes

  • api: remove chat completion request model (94c4e9f)
  • client: don't send Content-Type header on GET requests (efec88a)
  • parsing: correctly handle nested discriminated unions (b627686)
  • parsing: ignore empty metadata (d6ee851)
  • parsing: parse extra field types (f03ca22)

Chores

  • add examples (abfa065)
  • internal: bump pinned h11 dep (d40e1b1)
  • internal: fix ruff target version (c900ebc)
  • package: mark python 3.13 as supported (ef5bc36)
  • project: add settings file for vscode (e310380)
  • readme: fix version rendering on pypi (786f9fb)
  • sync repo (7e697f6)
  • update SDK settings (de22c0e)

Documentation

v0.1.2

28 Jun 21:13
a26e06f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 May 23:14
edca86e
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/meta-llama/llama-api-python/commits/v0.1.1