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.BaseModelsubclasses only being processed correctly iffrom __future__ import annotationsis correct at the time the subclass is defined.
New Contributors
- @ArEnSc made their first contribution in #148
- @baonudesifeizhai made their first contribution in #150
Full Changelog: 1.5.0b1...1.5.0