Conversation
Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
CodSpeed Performance ReportMerging this PR will improve performance by 11.74%Comparing Summary
Performance Changes
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #138 +/- ##
=======================================
Coverage 88.29% 88.29%
=======================================
Files 3 3
Lines 94 94
=======================================
Hits 83 83
Misses 11 11 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Pull request overview
This pull request sets a minimum version requirement for the uv package manager by adding a [tool.uv] section with required-version = ">=0.9.25" to pyproject.toml. This ensures that contributors and CI/CD pipelines use a compatible version of uv with the project's requirements.
Changes:
- Added minimum version constraint for uv package manager in pyproject.toml
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.