mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
feat: bump pep580 and pep440 types (#3860)
This bumps the versions of pep580 and pep440 to coincide with the crates.io versions. While not strictly the same, the new types in uv us an `Inner` struct. Practically I've found I'm still able to use the patched versions, as can seen from the open PR here: https://github.com/prefix-dev/pixi/pull/1436. Would be great if this bump can be done so we can keep combining the types :)
This commit is contained in:
parent
66eb642938
commit
65b17f6e81
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pep508_rs"
|
||||
version = "0.4.2"
|
||||
version = "0.6.0"
|
||||
description = "A library for python dependency specifiers, better known as PEP 508"
|
||||
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]
|
||||
license = "Apache-2.0 OR BSD-2-Clause"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue