We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3513450 commit 572b276Copy full SHA for 572b276
pkg/python/uv.go
@@ -35,7 +35,7 @@ var AvailablePythonVersions = map[string]bool{
35
const (
36
UvVersion = "0.5.0"
37
pythonVersionForIngestr = "3.11"
38
- ingestrVersion = "v0.10.2"
+ ingestrVersion = "v0.10.4"
39
)
40
41
// UvChecker handles checking and installing the uv package manager.
0 commit comments