Skip to content
Docs Try Aspire

withUv

Function
📦 Aspire.Hosting.Python v13.2.0-preview.1.26159.1
interface UvicornAppResource {
// ... omitted for brevity
withUv(
install?: boolean,
args?: string[]): PythonAppResource;
}

Signature

method withUv builder
Configures uv package management for a Python application
withUv(
install?: boolean,
args?: string[]): PythonAppResource
install boolean optional = True
args string[] optional
PythonAppResource

Applies to

This function is an extension method on the following types: