Skip to content

Commit 0c4b1d1

Browse files
committed
Cap sqlglot dependency to <31
1 parent d81cc55 commit 0c4b1d1

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
@@ -9,7 +9,7 @@ authors = [
99
]
1010
requires-python = ">=3.9"
1111
dependencies = [
12-
"sqlglot>=29.0.0",
12+
"sqlglot>=29.0.0,<31",
1313
]
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)