Skip to content

Commit 0c1abe1

Browse files
committed
chore: Bump sqlglot version to 30.9.0
- Update sqlglot dependency from ~=30.8.0 to ~=30.9.0 - This makes sqlglot 30.9.0 the officially supported version - Works in conjunction with the alias_tokens parameter fix - Enables full sqlglot 30.9.0 feature support Signed-off-by: Awanish Gupta <awanishgupta159@gmail.com>
1 parent fca58e1 commit 0c1abe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"requests",
2525
"rich[jupyter]",
2626
"ruamel.yaml",
27-
"sqlglot~=30.8.0",
27+
"sqlglot~=30.9.0",
2828
"tenacity",
2929
"time-machine",
3030
"json-stream"

0 commit comments

Comments
 (0)