Skip to content

Commit 3163db8

Browse files
committed
Bump click minimum version to 8.3.1
Click 8.1.8 through 8.3.0 have broken pager invocation for multi-argument PAGER values, which causes behave test failures. Fixed on pallets/click@7db1f20
1 parent a0c2ee4 commit 3163db8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Contributors:
145145
* fbdb
146146
* Charbel Jacquin (charbeljc)
147147
* Devadathan M B (devadathanmb)
148+
* Charalampos Stratakis
148149

149150
Creator:
150151
--------

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ urls = { Homepage = "https://pgcli.com" }
2424
requires-python = ">=3.9"
2525
dependencies = [
2626
"pgspecial>=2.0.0",
27-
"click >= 4.1,<8.1.8",
27+
# Click 8.1.8 through 8.3.0 have broken pager invocation for multi-argument PAGER values, which causes behave test failures.
28+
"click >= 4.1, != 8.1.8, != 8.2.*, != 8.3.0, < 9",
2829
"Pygments>=2.0", # Pygments has to be Capitalcased.
2930
# We still need to use pt-2 unless pt-3 released on Fedora32
3031
# see: https://github.com/dbcli/pgcli/pull/1197

0 commit comments

Comments
 (0)