Skip to content

Commit 31001df

Browse files
authored
Merge pull request #1478 from dbcli/RW/upgrade-helpers-binary-value-rendering
Simplify binary value rendering
2 parents 4accc18 + 25b8d62 commit 31001df

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Bug Fixes
1313
* Let favorite queries contain special commands.
1414

1515

16+
Bug Fixes
17+
--------
18+
* Render binary values more consistently as hex literals.
19+
20+
1621
1.47.0 (2026/01/24)
1722
==============
1823

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"sqlparse>=0.3.0,<0.6.0",
1818
"sqlglot[rs] == 27.*",
1919
"configobj >= 5.0.5",
20-
"cli_helpers[styles] >= 2.8.0",
20+
"cli_helpers[styles] >= 2.8.1",
2121
"pyperclip >= 1.8.1",
2222
"pycryptodomex",
2323
"pyfzf >= 0.3.1",

0 commit comments

Comments
 (0)