astral-sh / uv

An extremely fast Python package installer and resolver, written in Rust.
https://astral.sh/
Apache License 2.0
11.73k stars 321 forks source link

Upgrade packse to 0.3.15 #3244

Closed zanieb closed 2 weeks ago

zanieb commented 2 weeks ago

Includes https://github.com/astral-sh/packse/pull/179 for #3225

uv pip compile scripts/scenarios/requirements.in -o scripts/scenarios/requirements.txt --refresh-package packse --upgrade
cargo dev fetch-python
source .env
./scripts/sync_scenarios.sh
konstin commented 2 weeks ago

This needs a BUILD_VENDOR_LINKS_URL update too, should we add that to the script?

zanieb commented 2 weeks ago

Ah thanks for the note. We probably should!

zanieb commented 2 weeks ago

We could add a separate upgrade-packse script that runs the requirements update and does this replacement?