Skip to content

Commit

Permalink
sqlglot==18.13.0
Browse files Browse the repository at this point in the history
This was causing a bug, since blendsql doesn't work with the latest version of sqlglot
  • Loading branch information
parkervg authored May 9, 2024
1 parent 727ed68 commit a76dcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def find_version(*file_paths):
"pandas>=2.0.0",
"bottleneck>=1.3.6",
"python-dotenv==1.0.1",
"sqlglot==18.13.0",
"platformdirs",
"sqlglot",
"pre-commit",
"attrs",
"tqdm",
Expand Down

0 comments on commit a76dcf1

Please sign in to comment.