withUv
Function
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[]): PythonAppResourceParameters
install boolean optional = True args string[] optional Returns
PythonAppResource Applies to
This function is an extension method on the following types: