Skip to content

Commit 67339c7

Browse files
committed
📦 Only keep lower bounds @ input requirements
This concerns both direct (`twine`) and indirect (`pkginfo`) deps, provided there's no broken versions to exclude.
1 parent cbd6d01 commit 67339c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: requirements/runtime-constraints.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# NOTE: 1.12.0 and later enable support for metadata 2.4
1818
# NOTE: This can be dropped once twine stops using pkginfo
1919
# Ref: https://github.com/pypa/twine/pull/1180
20-
pkginfo ~= 1.12.0
20+
pkginfo >= 1.12.0

Diff for: requirements/runtime.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-c runtime-constraints.in # limits known broken versions
22

3-
twine ~= 6.0
3+
# NOTE: v6 is needed to support metadata v2.4
4+
twine >= 6.0
45

56
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
67
# NOTE: as well as PEP 740 attestations.

0 commit comments

Comments
 (0)