Backwards-incompatible changes
- Upgrade to Python 3.13
New features
- Added Application Metrics scaffolding, and a single pair of metrics for counting the number of notebook execution tasks that are enqueued.
Other changes
- Update
make update
to use the--universal
flag foruv pip compile
. - Use
Annotated
forQuery
dependencies in the path operations.
What's Changed
- DM-48302: Updates for new ruff FastAPI rules by @jonathansick in #104
- Python 3.12 -> 3.13 by @fajpunk in #105
- DM-49148: First app metric by @fajpunk in #106
- Prepare 0.15.0 release by @fajpunk in #107
New Contributors
Full Changelog: 0.14.0...0.15.0