Skip to content

Commit b7bc9bb

Browse files
authored
pin click version to fix failing tests (#282)
1 parent f6fa8ea commit b7bc9bb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010

11-
## 1.5.1 - 2021-05-07
11+
## 1.5.1 - 2021-05-12
1212

1313
### Fixed
1414

15+
- Issue where some error messages stopped displaying in the same way that they did in prior versions.
16+
1517
- Issue where the `--role-name` option on the command `code42 users list` caused the
1618
CLI to call a deprecated method.
1719

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
zip_safe=False,
3232
python_requires=">3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4",
3333
install_requires=[
34-
"click>=7.1.1",
34+
"click>=7.1.1, <8",
3535
"click_plugins>=1.1.1",
3636
"colorama>=0.4.3",
3737
"c42eventextractor==0.4.1",

0 commit comments

Comments
 (0)