We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pkginfo
1 parent ff2b051 commit 138a121Copy full SHA for 138a121
requirements/runtime.in
@@ -1,5 +1,10 @@
1
twine ~= 6.0
2
3
+# NOTE: 1.12.0 and later enable support for metadata 2.4
4
+# NOTE: This can be dropped once twine stops using pkginfo
5
+# Ref: https://github.com/pypa/twine/pull/1180
6
+pkginfo ~= 1.12.0
7
+
8
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
9
# NOTE: as well as PEP 740 attestations.
10
id ~= 1.0
requirements/runtime.txt
@@ -66,8 +66,10 @@ packaging==24.1
66
# -r runtime.in
67
# pypi-attestations
68
# twine
69
-pkginfo==1.10.0
70
- # via twine
+pkginfo==1.12.0
+ # via
71
+ # -r runtime.in
72
+ # twine
73
platformdirs==4.2.2
74
# via sigstore
75
pyasn1==0.6.0
0 commit comments