diff --git a/changelog.md b/changelog.md index dd2adb53..61136dae 100644 --- a/changelog.md +++ b/changelog.md @@ -10,7 +10,8 @@ Features Bug Fixes --------- -* Fix crash for completion edge case (#1668) +* Fix crash for completion edge case (#1668). +* Update to a `cli_helpers` version with a `tabulate` bugfix. 1.59.0 (2026/03/03) diff --git a/pyproject.toml b/pyproject.toml index c5486976..34b47744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "sqlparse>=0.3.0,<0.6.0", "sqlglot[rs] == 27.*", "configobj ~= 5.0.9", - "cli_helpers[styles] ~= 2.10.1", + "cli_helpers[styles] ~= 2.11.0", "pyperclip ~= 1.11.0", "pycryptodomex ~= 3.23.0", "pyfzf ~= 0.3.1",