Import PackageName from uv-normalize (#15439)

## Summary

This might be unintentional? `PackageName` is re-exported from
`uv-pep508`, so some crates import it from there.
This commit is contained in:
Charlie Marsh
2025-08-22 00:15:40 +01:00
committed by GitHub
parent 91d66e0bd8
commit 35a8dd514e
29 changed files with 63 additions and 58 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
use std::fmt;
use serde::Serialize;
use uv_pep508::{PackageName, uv_pep440::Version};
use uv_normalize::PackageName;
use uv_pep508::uv_pep440::Version;
/// Information about the git repository where uv was built from.
#[derive(Serialize)]