File tree 3 files changed +23
-6
lines changed
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
2
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
3
+ twine ~= 6.0
7
4
8
5
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
9
6
# NOTE: as well as PEP 740 attestations.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ packaging==24.1
68
68
# twine
69
69
pkginfo==1.12.0
70
70
# via
71
- # -r runtime.in
71
+ # -c runtime-constraints .in
72
72
# twine
73
73
platformdirs==4.2.2
74
74
# via sigstore
You can’t perform that action at this time.
0 commit comments