Skip to content

Commit

Permalink
fix: let amend_pypi_purls() always use reqwest client with the mirror…
Browse files Browse the repository at this point in the history
… middle ware (#3336)
  • Loading branch information
gzm55 authored Mar 12, 2025
1 parent c4aee88 commit daf906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lock_file/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@ async fn spawn_solve_pypi_task<'p>(
let locked_pypi_records = locked_pypi_packages.records.clone();

pypi_mapping::amend_pypi_purls(
environment.workspace().client()?.clone().into(),
environment.workspace().authenticated_client()?.clone(),
pypi_name_mapping_location,
pixi_solve_records
.iter_mut()
Expand Down

0 comments on commit daf906c

Please sign in to comment.