0.10.0 (2026-06-01)
⚠ BREAKING CHANGES
- make set_provider non-blocking, add set_provider_and_wait (#595)
Important
set_provider() no longer blocks until the provider is ready; provider initialization runs in the background. If your workload needs to wait until the PROVIDER_READY event has fired before proceeding (for example, to avoid PROVIDER_NOT_READY evaluations during startup), use set_provider_and_wait() instead.
🐛 Bug Fixes
✨ New Features
🧹 Chore
- deps: update astral-sh/setup-uv action to v8 (#603) (4422fad)
- deps: update codecov/codecov-action action to v6 (#604) (e00fab3)
- deps: update dependency prek to >=0.4.3,<0.5.0 (#607) (760d808)
- deps: update googleapis/release-please-action action to v5 (#605) (aa1366a)
- deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.15.15 (#608) (5f4e42d)
- deps: update pre-commit hook pre-commit/mirrors-mypy to v2 (#606) (d18beef)
- deps: update pre-commit hook tox-dev/pyproject-fmt to v2.21.2 (#601) (5cc9534)