Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dagger/dagger
/ WithoutUv
Method
WithoutUv
sdk/python/runtime/extension.go:88–91 ·
view source on GitHub ↗
Disable the use of uv
()
Source
from the content-addressed store, hash-verified
86
87
// Disable the use of uv
88
func
(m *PythonSdk) WithoutUv() *PythonSdk {
89
m.Discovery.UserConfig().UseUv = false
90
return
m
91
}
92
93
// Version to use for uv
94
func
(m *PythonSdk) UvVersion() string {
Callers
1
invoke
Function · 0.80
Calls
1
UserConfig
Method · 0.80
Tested by
no test coverage detected