mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-18 22:44:20 +01:00
Use uv --resolution lowest-direct
We need to ensure that we always test against the lowest bounds. Libraries should set resolution to `lowest-direct`.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Release Process
|
||||
|
||||
## Bumping Dependencies
|
||||
|
||||
1. Change dependency
|
||||
2. Upgrade lock with `uv lock --resolution lowest-direct
|
||||
|
||||
## Major or Minor Release
|
||||
|
||||
1. Create a release branch named `vX.Y.Z` where `X.Y.Z` is the version.
|
||||
|
||||
Reference in New Issue
Block a user