Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dagger/dagger
/ UvVersion
Method
UvVersion
sdk/python/runtime/extension.go:94–96 ·
view source on GitHub ↗
Version to use for uv
()
Source
from the content-addressed store, hash-verified
92
93
// Version to use for uv
94
func
(m *PythonSdk) UvVersion() string {
95
return
m.Discovery.UserConfig().UvVersion
96
}
97
98
// Uv's default index URL setting
99
func
(m *PythonSdk) IndexURL() string {
Callers
1
invoke
Function · 0.80
Calls
1
UserConfig
Method · 0.80
Tested by
no test coverage detected