Skip to content

Commit

Permalink
chore: Pin sqlglot to <23
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor-Avila committed Apr 16, 2024
1 parent 85e0590 commit 7fbe8a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ numpy==1.23.1
packaging==21.3
pandas==1.4.3
pep517==0.13.0
pip-tools==6.8.0
pip-tools==6.13.0
platformdirs==2.5.2
pluggy==1.0.0
pre-commit==2.20.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-annotate
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ install_requires =
requests>=2.26.0
rich>=12.3.0
sqlalchemy>=1.4,<2
sqlglot>=19
sqlglot>=19,<23
tabulate>=0.8.9
typing-extensions>=4.0.1
yarl>=1.7.2
Expand Down

0 comments on commit 7fbe8a1

Please sign in to comment.