Skip to content

Commit b5009d6

Browse files
Use lowest-direct dependency resolution by default
We'll still test with highest (i.e., newest) dependencies in CI, but to avoid thinking things like #371 will work.
1 parent ee1a9d4 commit b5009d6

File tree

2 files changed

+453
-90
lines changed

2 files changed

+453
-90
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ dev = [
4646
"types-protobuf>=5.29.1.20250315",
4747
]
4848

49+
[tool.uv]
50+
resolution = "lowest-direct"
51+
4952
[tool.hatch.version]
5053
source = "vcs"
5154
raw-options = { fallback_version = "0.0.0" }

0 commit comments

Comments
 (0)