Skip to content

Commit 6d643dd

Browse files
committed
Pin click to z-streams
It turns out the click library introduces breaking changes with y-releases.
1 parent e3c4f37 commit 6d643dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers=[
2424
]
2525
dependencies = [
2626
"pulp-glue==0.33.0.dev",
27-
"click>=8.0.0,<9",
27+
"click>=8.0.0,<8.2", # Proven to not do semver.
2828
"PyYAML>=5.3,<6.1",
2929
"schema>=0.7.5,<0.8",
3030
"tomli>=2.0.0,<2.1;python_version<'3.11'",

0 commit comments

Comments
 (0)