Skip to content

Commit 9e33525

Browse files
chore: bump uv version
1 parent b823f89 commit 9e33525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/repos/runtimes/python/python.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
//go:embed python.json
2323
var releasesData []byte
2424

25-
const uvVersion = "uv==0.1.42"
25+
const uvVersion = "uv==0.2.3"
2626

2727
type Release struct {
2828
OS string `json:"os,omitempty"`

0 commit comments

Comments
 (0)