Skip to content

Commit 83ee5a3

Browse files
committed
Pinned packaging according to its Calver nature
1 parent 79635ed commit 83ee5a3

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CHANGES/1125.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Changed the upper version bound of `packaging` to the last available version according to CalVer.

CHANGES/pulp-glue/1125.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Changed the upper version bound of `packaging` to the last available version according to CalVer.

pulp-glue/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
dependencies = [
2626
"importlib_resources>=5.4.0,<6.2;python_version<'3.9'",
2727
"multidict>=6.0.5,<6.2",
28-
"packaging>=20.0,<25",
28+
"packaging>=20.0,<=24.2", # CalVer
2929
"requests>=2.24.0,<2.33",
3030
]
3131

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers=[
2525
dependencies = [
2626
"pulp-glue==0.31.0.dev",
2727
"click>=8.0.0,<9",
28-
"packaging>=20.0,<25",
28+
"packaging>=20.0,<=24.2", # CalVer
2929
"PyYAML>=5.3,<6.1",
3030
"schema>=0.7.5,<0.8",
3131
"tomli>=2.0.0,<2.1;python_version<'3.11'",

0 commit comments

Comments
 (0)