openshift-eng / elliott

Apache License 2.0
15 stars 28 forks source link

lock click version at 8.1.2 #355

Closed ashwindasr closed 2 years ago

ashwindasr commented 2 years ago

Multi-value flags broken in version 8.1.3 (which is the current latest).

File "/home/ashwindas/.local/lib/python3.9/site-packages/click/core.py", line 2584, in __init__
    raise TypeError("'multiple' is not valid with 'is_flag', use 'count'.")
TypeError: 'multiple' is not valid with 'is_flag', use 'count'.

Issue PR: https://github.com/pallets/click/issues/2292