Skip to content

1.5.0 - 2025-08-22

Latest

Choose a tag to compare

@ncoghlan ncoghlan released this 22 Aug 13:52
· 4 commits to main since this release
ae837ac

What's Changed

  • Accept any buffer instance when processing file data (by @ArEnSc; #46)
  • Tool definitions now support default parameter values (by @baonudesifeizhai; #90)
  • Preliminary addition of Python 3.14 to the CI test matrix (#154). Most features should work without issue, but there is (for now) a known problem with field definitions on lmstudio.BaseModel subclasses only being processed correctly if from __future__ import annotations is correct at the time the subclass is defined.

New Contributors

Full Changelog: 1.5.0b1...1.5.0