Skip to content

Commit 53163ef

Browse files
committed
chore: add sqlglot major version constraint
Signed-off-by: Wei-Chun, Chang <[email protected]>
1 parent 9f486ab commit 53163ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def _get_version():
4646
"python-multipart",
4747
"GitPython",
4848
"PyGithub",
49-
"sqlglot",
49+
"sqlglot<28",
5050
"pytz",
5151
"packaging",
5252
],

0 commit comments

Comments
 (0)