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