Skip to content

Commit be2b405

Browse files
authored
🔒 update to latest uv version that properly supports dynamically versioned packages (#802)
## Description The latest update to `uv` adds proper support for packages managed by `setuptools-scm`. Version information for packages with dynamic versioning is now not explicitly included in the lock file. ## Checklist: <!--- This checklist serves as a reminder of a couple of things that ensure your pull request will be merged swiftly. --> - [x] The pull request only contains commits that are related to it. - [x] I have added appropriate tests and documentation. - [x] I have made sure that all CI jobs on GitHub pass. - [x] The pull request introduces no new warnings and follows the project's style guidelines. Signed-off-by: burgholzer <[email protected]>
1 parent c06839e commit be2b405

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

‎pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ test-command = "python -c \"from mqt import core\""
269269

270270

271271
[tool.uv]
272+
required-version = ">=0.5.20"
272273
reinstall-package = ["mqt-core"]
273274

274275
[tool.uv.sources]

‎uv.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)