Skip to content

Commit c072661

Browse files
authored
Merge pull request #235 from dbcli/amjith/click-version-bump
Amjith/click version bump
2 parents f3d11dc + 912f008 commit c072661

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Upcoming (TBC)
2+
3+
### Bug Fixes
4+
5+
* Avoid Click 8.1.* to prevent messing up the pager when the PAGER env var has a string with spaces.
6+
17
## 1.16.0 - 2025-08-16
28

39
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [{ name = "dbcli", email = "[email protected]" }]
99
urls = { "homepage" = "https://github.com/dbcli/litecli" }
1010
dependencies = [
1111
"cli-helpers[styles]>=2.2.1",
12-
"click>=4.1",
12+
"click>=4.1,!=8.1.*",
1313
"configobj>=5.0.5",
1414
"prompt-toolkit>=3.0.3,<4.0.0",
1515
"pygments>=1.6",

0 commit comments

Comments
 (0)