File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1313# remain in Git. #
1414# #
1515###############################################################################
16-
17- # NOTE: 1.12.0 and later enable support for metadata 2.4
18- # NOTE: This can be dropped once twine stops using pkginfo
19- # Ref: https://github.com/pypa/twine/pull/1180
20- pkginfo >= 1.12.0
Original file line number Diff line number Diff line change 11-c runtime-constraints.in # limits known broken versions
22
3- # NOTE: v6 is needed to support metadata v2.4
4- twine >= 6.0
3+ # NOTE: v6.1 is needed to support metadata v2.4 including PEP 639
4+ twine >= 6.1
55
66# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
77# NOTE: as well as PEP 740 attestations.
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ id==1.4.0
3838 # via
3939 # -r runtime.in
4040 # sigstore
41+ # twine
4142idna==3.7
4243 # via
4344 # email-validator
@@ -71,10 +72,6 @@ packaging==24.1
7172 # -r runtime.in
7273 # pypi-attestations
7374 # twine
74- pkginfo==1.12.0
75- # via
76- # -c runtime-constraints.in
77- # twine
7875platformdirs==4.2.2
7976 # via sigstore
8077pyasn1==0.6.0
@@ -141,7 +138,7 @@ six==1.16.0
141138 # via python-dateutil
142139tuf==5.0.0
143140 # via sigstore
144- twine==6.0.1
141+ twine==6.1.0
145142 # via -r runtime.in
146143typing-extensions==4.11.0
147144 # via
You can’t perform that action at this time.
0 commit comments