Skip to content

Commit d413a20

Browse files
committed
require a more recent version of wcwidth
The transitive version through cli_helpers is not always up to date.
1 parent 17d63ce commit d413a20

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Upcoming (TBD)
2+
==============
3+
4+
Internal
5+
---------
6+
* Require a more recent version of the `wcwidth` library.
7+
8+
19
1.61.0 (2026/03/07)
210
==============
311

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies = [
1717
"sqlglot[rs] == 27.*",
1818
"configobj ~= 5.0.9",
1919
"cli_helpers[styles] ~= 2.11.0",
20+
"wcwidth ~= 0.6.0",
2021
"pyperclip ~= 1.11.0",
2122
"pycryptodomex ~= 3.23.0",
2223
"pyfzf ~= 0.3.1",

0 commit comments

Comments
 (0)