Skip to content

Commit dfca5d9

Browse files
committed
Bump click minimum version to >= 8.3.1
click 8.1.8-8.2.x had broken pager invocation for multi-argument PAGER values. click 8.3.1 includes the fix (pallets/click@7db1f20). Removes the defensive <8.1.8 upper bound. Ref: dbcli#1556 Made with ❤️ and 🤖 Claude
1 parent 382e5fd commit dfca5d9

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
@@ -25,7 +25,7 @@ urls = { Homepage = "https://pgcli.com" }
2525
requires-python = ">=3.9"
2626
dependencies = [
2727
"pgspecial>=2.0.0",
28-
"click >= 4.1,<8.1.8",
28+
"click >= 8.3.1",
2929
"Pygments>=2.0", # Pygments has to be Capitalcased.
3030
# We still need to use pt-2 unless pt-3 released on Fedora32
3131
# see: https://github.com/dbcli/pgcli/pull/1197

0 commit comments

Comments
 (0)