Skip to content

Commit ed03a42

Browse files
committed
Use uv --resolution lowest-direct
We need to ensure that we always test against the lowest bounds. Libraries should set resolution to `lowest-direct`.
1 parent e4e4954 commit ed03a42

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: RELEASE.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Process
22

3+
## Bumping Dependencies
4+
5+
1. Change dependency
6+
2. Upgrade lock with `uv lock --resolution lowest-direct
7+
38
## Major or Minor Release
49

510
1. Create a release branch named `vX.Y.Z` where `X.Y.Z` is the version.

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ target-version = "py310"
5959
"__init__.py" = ["F401"]
6060

6161
[tool.uv]
62+
resolution = "lowest-direct"
6263
dev-dependencies = [
6364
"pyright>=1.1.378",
6465
"pytest>=8.3.3",

0 commit comments

Comments
 (0)