Skip to content

Commit 8ffae93

Browse files
authored
Merge pull request #1396 from dbcli/RW/upgrade-click-v8-3-1
Upgrade `click` to v8.3.1
2 parents 9c9f4cd + fcda76f commit 8ffae93

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
Upcoming (TBD)
1+
1.41.1 (2025/11/15)
22
==============
33

4+
Bug Fixes
5+
--------
6+
* Upgrade `click` to v8.3.1, resolving a longstanding pager bug.
7+
8+
49
Internal
510
--------
611
* Include LLM dependencies in tox configuration.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [{ name = "Mycli Core Team", email = "[email protected]" }]
99
urls = { homepage = "http://mycli.net" }
1010

1111
dependencies = [
12-
"click >= 7.0,<8.1.8",
12+
"click >= 8.3.1",
1313
"cryptography >= 1.0.0",
1414
"Pygments>=1.6",
1515
"prompt_toolkit>=3.0.6,<4.0.0",

0 commit comments

Comments
 (0)