We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1206d86 commit 1bd4a9eCopy full SHA for 1bd4a9e
.github/workflows/lint-test.yaml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
enable-cache: true
18
cache-dependency-glob: "uv.lock"
19
+ resolution-strategy: "lowest"
20
activate-environment: true
21
22
- name: Install dependencies
pyproject.toml
@@ -16,6 +16,7 @@ description = ""
[tool.uv]
prerelease = "allow"
+required-version = ">=0.9.7"
[dependency-groups]
dev = [
0 commit comments