important-london-94970
02/20/2025, 1:47 PMuv
as a dependency management tool? I'm imagining something like python flow_name.py --environment=uv run
ancient-application-36103
02/20/2025, 5:01 PMuv
by itself isn't a drop-in replacement for pip to generate reproducible envs - when that support lands, we will swap out pip with uv
. also, note that we use pip
only locally to generate the reproducible env once - when you use @kubernetes
- we use a different code path to rehydrate the env that is at least as fast as uv
since they use the same underlying libs.important-london-94970
02/20/2025, 5:04 PM