Skip to content

Commit

Permalink
upgrade-ingestr-version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjushahgupta authored Mar 6, 2025
1 parent b063ca1 commit 154ae5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/python/uv.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var AvailablePythonVersions = map[string]bool{
const (
UvVersion = "0.6.3"
pythonVersionForIngestr = "3.11"
ingestrVersion = "0.13.17"
ingestrVersion = "0.13.18"
)

// UvChecker handles checking and installing the uv package manager.
Expand Down

0 comments on commit 154ae5d

Please sign in to comment.