What's Changed * ⬆️ Various dependency updates * 🐛 Bugfixes by aleksul in https://github.com/aleksul/repid/pull/125 * 🏷️ Typo fixes by aleksul in https://github.com/aleksul/repid/pull/132 * ✨Dependency injection by aleksul in https://github.com/aleksul/repid/pull/133
What's Changed * 🐛 Fix Pydantic default argument being set to inspect._empty by aleksul in https://github.com/aleksul/repid/pull/119 * ⬆ pre-commit update & dependency versions specification by pre-commit-ci in https://github.com/aleksul/repid/pull/112 * ⬆ [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/aleksul/repid/pull/118
* ⬆️ Upgrade Pydantic to stable version * 🚸 Allow to encode nested Pydantic models * 🩹 Fix timedelta encoding - it was previously encoded as string when it should have been float * This fix will also allow Pydantic to decode it correctly * ⬆️ Update Benchmark dependencies by renovate in https://github.com/aleksul/repid/pull/110
What's Changed * ✨ Add health check server by aleksul in https://github.com/aleksul/repid/pull/102 * 👷 Add Python 3.12 beta to CI by aleksul in https://github.com/aleksul/repid/pull/114 * 📝 Fix playground by aleksul in https://github.com/aleksul/repid/pull/115
What's Changed - ✨ Pydantic by aleksul in https://github.com/aleksul/repid/pull/113 - 💥 actor_run middleware breaking change - 🐛 Errors in converters will be considered error of an actor - ♻️ Refactor utils into a separate module - 🦺 Add ability to validate version of a library in utils.is_installed