Skip to content

Commit

Permalink
📦 Only keep lower bounds @ input requirements
Browse files Browse the repository at this point in the history
This concerns both direct (`twine`) and indirect (`pkginfo`) deps,
provided there's no broken versions to exclude.
  • Loading branch information
webknjaz committed Dec 9, 2024
1 parent cbd6d01 commit 67339c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/runtime-constraints.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# NOTE: 1.12.0 and later enable support for metadata 2.4
# NOTE: This can be dropped once twine stops using pkginfo
# Ref: https://github.com/pypa/twine/pull/1180
pkginfo ~= 1.12.0
pkginfo >= 1.12.0
3 changes: 2 additions & 1 deletion requirements/runtime.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-c runtime-constraints.in # limits known broken versions

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

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

0 comments on commit 67339c7

Please sign in to comment.