Skip to content

v1.14.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 19:25
v1.14.1
0255248

Fixed

  • Regenerated the vendored baml_client against the pinned baml-py (0.222.0).
    The client had been generated for 0.219.0 and raised a version-incompatibility
    error under the shipped runtime, so the LLM capability summarizer silently fell
    back to template summaries since 1.13.x. It now loads BAML correctly, and guard
    tests assert the generated client matches the installed baml-py so the drift
    cannot recur unnoticed.

Changed

  • Bumped baml-py to 0.222.0 and CI actions/checkout to v7 (dependabot #63, #75).