Skip to content

Commit c6c5f04

Browse files
authored
dependencies: add support for sqlparse 0.5.x (#1458)
1 parent 7f05cde commit c6c5f04

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Features:
77
* Add `verbose_errors` config and `\v` special command which enable the
88
displaying of all Postgres error fields received.
99
* Show Postgres notifications.
10+
* Support sqlparse 0.5.x
1011

1112
Bug fixes:
1213
----------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prompt_toolkit>=2.0.6,<4.0.0",
1515
"psycopg >= 3.0.14; sys_platform != 'win32'",
1616
"psycopg-binary >= 3.0.14; sys_platform == 'win32'",
17-
"sqlparse >=0.3.0,<0.5",
17+
"sqlparse >=0.3.0,<0.6",
1818
"configobj >= 5.0.6",
1919
"cli_helpers[styles] >= 2.2.1",
2020
]

0 commit comments

Comments
 (0)