Skip to content

Commit 35c1109

Browse files
Attempt fix for uv Dependabot
We're failing to run Dependabot for uv dependencies: https://github.com/bufbuild/protovalidate-python/actions/runs/16629514901/job/47054963334 I found a fix for this issue, here: dependabot/dependabot-core#12340 (comment) Makes me nervous that a stray release could end up with a 0.0.0 version, but we could just yank it - hopefully the upstream bug is fixed soon. Ref: https://setuptools-scm.readthedocs.io/en/latest/config/#configuration-parameters I'm making a [similar fix for connect-python][1]. [1]: connectrpc/connect-python#30
1 parent eb3c727 commit 35c1109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dev = [
4444

4545
[tool.hatch.version]
4646
source = "vcs"
47+
raw-options = { fallback_version = "0.0.0" }
4748

4849
[tool.ruff]
4950
line-length = 120

0 commit comments

Comments
 (0)