Skip to content

Commit 558a186

Browse files
Explicitly require uv 0.7
1 parent 322ebd9 commit 558a186

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dev = [
2020
"sphinx-design",
2121
"tox-uv",
2222
"twine>=6.1.0",
23+
"uv~=0.7.0",
2324
]
2425

2526
[tool.setuptools_scm]

template/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dev = [
3737
{% endif %}"tox-uv",
3838
"twine",
3939
"types-mock",
40+
"uv~=0.7.0",
4041
]
4142

4243
[project.scripts]

uv.lock

Lines changed: 23 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)