v7.16.2
·
485 commits
to main
since this release
Release Notes
This update provides important bug fixes and improvements.
Internal
New Features
- Migrate from
poetrytouvfor Python dependency management.
Updates & Improvements
- Update create release workflow to update
uv.lockafter bumping server version.
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| No | No | No | YES | No |
Deployment Details
- Task Definition Update: Change any
poetryworkflows touv. Note thatuv syncis equivalent topoetry install --with dev, so useuv sync --no-devfor the equivalent ofpoetry install.
Related PRs
What's Changed
- feat: migrate to uv for py dependency management by @ekassos in #1414
- chore: update create release to update uv.lock by @ekassos in #1417
Full Changelog: v1043+srv540.web356...v1046+srv542.web356