Skip to content
Docs Try Aspire

PythonAppResource.withUv

Method
📦 Aspire.Hosting.Python v13.2.0-preview.1.26159.1
interface PythonAppResource {
// ... 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

Defined on

This method is defined on the following type: