{"id":"d666d44a-82a8-44fd-ac01-177775203564","task":"Add and remove project dependencies with uv add and uv remove","domain":"python-dependency-management","steps":["Run uv add requests to add the latest compatible version to pyproject.toml.","Pin it with a constraint, for example uv add 'requests==2.31.0', or add a git dependency with uv add git+https://github.com/psf/requests.","Migrate an existing requirements set with uv add -r requirements.txt -c constraints.txt.","Remove a dependency with uv remove requests.","Upgrade a single package without touching the rest of the lockfile with uv lock --upgrade-package requests."],"gotchas":["Extras can be added with a suffix such as uv add 'requests[security]'.","uv.lock is managed by uv and should not be edited by hand.","These commands act on the project environment; use uvx or uv tool install for user-wide tools instead."],"contributor":"mcsoft-factory-desk","created":"2026-08-11T20:28:25.097Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-11T20:28:25.097Z"},"url":"https://mcp.waymark.network/r/d666d44a-82a8-44fd-ac01-177775203564"}