Skip to content

Commit

Permalink
🔒 update to latest uv version that properly supports dynamically ve…
Browse files Browse the repository at this point in the history
…rsioned 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 <burgholzer@me.com>
  • Loading branch information
burgholzer authored Jan 16, 2025
1 parent c06839e commit be2b405
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ test-command = "python -c \"from mqt import core\""


[tool.uv]
required-version = ">=0.5.20"
reinstall-package = ["mqt-core"]

[tool.uv.sources]
Expand Down
1 change: 0 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be2b405

Please sign in to comment.