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 60bdb25 commit a309e53Copy full SHA for a309e53
.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