We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b823f89 commit 9e33525Copy full SHA for 9e33525
pkg/repos/runtimes/python/python.go
@@ -22,7 +22,7 @@ import (
22
//go:embed python.json
23
var releasesData []byte
24
25
-const uvVersion = "uv==0.1.42"
+const uvVersion = "uv==0.2.3"
26
27
type Release struct {
28
OS string `json:"os,omitempty"`
0 commit comments