File tree Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1+ ###############################################################################
2+ # #
3+ # This file is only meant to exclude broken dependency versions, not feature #
4+ # dependencies. #
5+ # #
6+ # GUIDELINES: #
7+ # 1. Only list PyPI project versions that need to be excluded using `!=` #
8+ # and `<`. #
9+ # 2. It is allowed to have transitive dependency limitations in this file. #
10+ # 3. Apply bare minimum constraints under narrow conditions, use #
11+ # environment markers if possible. E.g. `; python_version < "3.12"`. #
12+ # 4. Whenever there are no constraints, let the file and this header #
13+ # remain in Git. #
14+ # #
15+ ###############################################################################
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 1- twine ~= 6.0
1+ -c runtime-constraints.in # limits known broken versions
22
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
3+ twine ~= 6.0
74
85# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
96# NOTE: as well as PEP 740 attestations.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ packaging==24.1
6868 # twine
6969pkginfo==1.12.0
7070 # via
71- # -r runtime.in
71+ # -c runtime-constraints .in
7272 # twine
7373platformdirs==4.2.2
7474 # via sigstore
You can’t perform that action at this time.
0 commit comments