We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7723a4 commit 135a7f4Copy full SHA for 135a7f4
requirements/runtime.in
@@ -1,5 +1,8 @@
1
twine ~= 6.0
2
3
+# NOTE: 1.12.0 and later enable support for metadata 2.4
4
+pkginfo ~= 1.12.0
5
+
6
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
7
# NOTE: as well as PEP 740 attestations.
8
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