8000
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 10df67d commit 29f40bdCopy full SHA for 29f40bd
‎requirements/runtime-constraints.in
@@ -13,3 +13,7 @@
13
# remain in Git. #
14
# #
15
###############################################################################
16
+
17
+# NOTE: Twine 6.1 needs packaging 24.2 to support metadata 2.4
18
+# Ref: https://github.com/pypa/twine/pull/1180
19
+packaging >= 24.2
‎requirements/runtime.txt
@@ -67,8 +67,9 @@ multidict==6.0.5
67
# via grpclib
68
nh3==0.2.17
69
# via readme-renderer
70
-packaging==24.1
+packaging==24.2
71
# via
72
+ # -c runtime-constraints.in
73
# -r runtime.in
74
# pypi-attestations
75
# twine
0 commit comments