diff --git a/RELEASE.md b/RELEASE.md index 3e62ea8..ece264a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index d7dd948..8def37d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,7 @@ target-version = "py310" "__init__.py" = ["F401"] [tool.uv] +resolution = "lowest-direct" dev-dependencies = [ "pyright>=1.1.378", "pytest>=8.3.3",