Skip to content

Commit

Permalink
Fix tool.uv.dependency-metadata.[].version schema (#9468)
Browse files Browse the repository at this point in the history
Fixes #9443
  • Loading branch information
konstin authored Nov 27, 2024
1 parent b503a25 commit 8c8a1f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/uv-distribution-types/src/dependency_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub struct StaticMetadata {
#[cfg_attr(
feature = "schemars",
schemars(
with = "String",
with = "Option<String>",
description = "PEP 440-style package version, e.g., `1.2.3`"
)
)]
Expand Down
8 changes: 5 additions & 3 deletions uv.schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c8a1f0

Please sign in to comment.