diff --git a/changelog.md b/changelog.md index c6b33abc..9d8d4db0 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ Internal * Work on passing `ruff check` linting. * Relax expectation for unreliable test. +* Bump sqlglot version to v26 and add rs extras. 1.31.2 (2025/05/01) diff --git a/pyproject.toml b/pyproject.toml index 1276512c..8fc08700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "prompt_toolkit>=3.0.6,<4.0.0", "PyMySQL >= 0.9.2", "sqlparse>=0.3.0,<0.6.0", - "sqlglot>=5.1.3", + "sqlglot[rs] == 26.*", "configobj >= 5.0.5", "cli_helpers[styles] >= 2.2.1", "pyperclip >= 1.8.1", diff --git a/requirements-dev.txt b/requirements-dev.txt index abf92d3b..327238d6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,5 +14,5 @@ sshtunnel==0.4.0 pyperclip>=1.8.1 importlib_resources>=5.0.0 pyaes>=1.6.1 -sqlglot>=5.1.3 +sqlglot[rs] == 26.* setuptools<=71.1.0