We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771dd50 commit 2ddb0ebCopy full SHA for 2ddb0eb
setup.py
@@ -54,7 +54,8 @@
54
"pydata-google-auth >=1.8.2",
55
"requests >=2.27.1",
56
"shapely >=1.8.5",
57
- "sqlglot >=25.18.0",
+ # 25.20.0 introduces this fix https://github.com/TobikoData/sqlmesh/issues/3095 for rtrim/ltrim.
58
+ "sqlglot >=25.20.0",
59
"tabulate >=0.9",
60
"ipywidgets >=7.7.1",
61
"humanize >=4.6.0",
testing/constraints-3.9.txt
@@ -21,7 +21,7 @@ pydata-google-auth==1.8.2
21
requests==2.27.1
22
scikit-learn==1.2.2
23
shapely==1.8.5
24
-sqlglot==25.18.0
+sqlglot==25.20.0
25
tabulate==0.9
26
ipywidgets==7.7.1
27
humanize==4.6.0
0 commit comments