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