v1.0.2
What's Changed
- docs: update theme, logo, and migration guide by @willbakst in #431
- docs: typo and missing args in docstring by @koxudaxi in #430
- docs: update migration guide re: statelessness by @willbakst in #434
- fix: ruff target python version to py310 by @koxudaxi in #435
- fix: avoid unnecessary function definitions by @koxudaxi in #436
- fix: ignore overload in coverage by @koxudaxi in #437
- fix: remove
# pragma: no cover
from all abstractmethod by @koxudaxi in #438 - switch from poetry to uv and add pre-commit hooks by @willbakst in #439
- Add ruff rules by @willbakst in #442
- docs: update setup guide for uv by @koxudaxi in #440
- docs: update response models docs to have few-shot examples section by @willbakst in #443
- docs: add built-in types section to response models docs by @willbakst in #444
- added langgraph quickstart mirascope version by @brenkao in #441
- docs: update response model docs and fix a few issues here and there by @willbakst in #446
- fix: issue with getting kwargs with model_dump by @willbakst in #447
Full Changelog: v1.0.1...v1.0.2