diff --git a/changelog.rst b/changelog.rst index aac79aaa1..e09a3251e 100644 --- a/changelog.rst +++ b/changelog.rst @@ -7,6 +7,7 @@ Features: * Add `verbose_errors` config and `\v` special command which enable the displaying of all Postgres error fields received. * Show Postgres notifications. +* Support sqlparse 0.5.x Bug fixes: ---------- diff --git a/setup.py b/setup.py index 640dca00f..f4606c2ba 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "prompt_toolkit>=2.0.6,<4.0.0", "psycopg >= 3.0.14; sys_platform != 'win32'", "psycopg-binary >= 3.0.14; sys_platform == 'win32'", - "sqlparse >=0.3.0,<0.5", + "sqlparse >=0.3.0,<0.6", "configobj >= 5.0.6", "cli_helpers[styles] >= 2.2.1", ]