We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4452b8b commit 2e84f95Copy full SHA for 2e84f95
2 files changed
changelog.md
@@ -7,6 +7,10 @@ Bug Fixes
7
* Don't diagnose free-entry sections such as `[favorite_queries]` in `--checkup`.
8
* When accepting a filename completion, fill in leading `./` if given.
9
10
+Internal
11
+--------
12
+* Bump `cli_helpers` to non-yanked version.
13
+
14
15
1.54.1 (2026/02/17)
16
==============
pyproject.toml
@@ -17,7 +17,7 @@ dependencies = [
17
"sqlparse>=0.3.0,<0.6.0",
18
"sqlglot[rs] == 27.*",
19
"configobj ~= 5.0.9",
20
- "cli_helpers[styles] ~= 2.10.0",
+ "cli_helpers[styles] ~= 2.10.1",
21
"pyperclip ~= 1.11.0",
22
"pycryptodomex ~= 3.23.0",
23
"pyfzf ~= 0.3.1",
0 commit comments