We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cceb3c commit 5b9e422Copy full SHA for 5b9e422
.vscode/settings.json
@@ -23,5 +23,6 @@
23
"isort.check": true,
24
"isort.args": ["--settings-path", "${workspaceFolder}"],
25
"python.analysis.importFormat": "relative",
26
- "python.analysis.typeCheckingMode": "standard"
+ "python.analysis.typeCheckingMode": "standard",
27
+ "python-envs.pythonProjects": []
28
}
pyproject.toml
@@ -21,8 +21,8 @@ dependencies = [
21
"rich >= 14.1.0, < 15.0.0",
22
"ruamel.yaml >= 0.18.14, < 0.19.0",
"shellingham >= 1.5.4, < 2.0.0",
- "typer >= 0.16.0, < 0.17.0",
- "west >= 1.4.0, < 2.0.0",
+ "typer >= 0.21.0, < 0.22.0",
+ "west >= 1.5.0, < 2.0.0",
]
dynamic = ["version"]
0 commit comments