Skip to content

Commit 39660bc

Browse files
authored
Merge branch 'main' into amjith/type-checking
2 parents 058a84f + c072661 commit 39660bc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## Unreleased
1+
## Upcoming (TBD)
22

3-
### Internal
3+
### Bug Fixes
44

5-
- Add type checking using mypy.
5+
* Avoid Click 8.1.* to prevent messing up the pager when the PAGER env var has a string with spaces.
66

7-
### Bug Fixes
7+
### Internal
88

9-
-
9+
- Add type checking using mypy.
1010

1111
## 1.16.0 - 2025-08-16
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [{ name = "dbcli", email = "litecli-users@googlegroups.com" }]
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
"mypy>=1.17.1",
1515
"prompt-toolkit>=3.0.3,<4.0.0",

0 commit comments

Comments
 (0)