File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ marimo_converter = "marimo._utils.docs:MarimoConverter"
8484sql = [
8585 " duckdb>=1.0.0" ,
8686 " polars[pyarrow]>=1.9.0" ,
87- " sqlglot>=25.32 "
87+ " sqlglot>=26.2.0 "
8888]
8989
9090# List of deps that are recommended for most users
@@ -94,7 +94,7 @@ recommended = [
9494 " duckdb>=1.0.0" , # SQL cells
9595 " altair>=5.4.0" , # Plotting in datasource viewer
9696 " polars[pyarrow]>=1.9.0" , # SQL output back in Python
97- " sqlglot>=25.32 " , # SQL cells parsing
97+ " sqlglot>=26.2.0 " , # SQL cells parsing
9898 " openai>=1.55.3" , # AI features
9999 " ruff" , # Formatting
100100 " nbformat>=5.7.0" , # Export as IPYNB
@@ -108,7 +108,7 @@ dev = [
108108 " opentelemetry-sdk~=1.26.0" ,
109109 # For SQL
110110 " duckdb>=1.0.0" ,
111- " sqlglot>=25.32 " ,
111+ " sqlglot>=26.2.0 " ,
112112 # For linting
113113 " ruff~=0.9.1" ,
114114 # For AI
@@ -180,7 +180,7 @@ dependencies = [
180180 # Types in 2.2.0 don't work great with mypy
181181 " narwhals>=1.34.1, <2.2.0" ,
182182 " matplotlib>=3.8.0" ,
183- " sqlglot>=25.32 " ,
183+ " sqlglot>=26.2.0 " ,
184184 " sqlalchemy>=2.0.40" ,
185185 " google-genai>=1.0.0" ,
186186 " openai>=1.55.3" ,
@@ -262,7 +262,7 @@ extra-dependencies = [
262262 " altair>=5.4.0" ,
263263 " plotly>=5.14.0" ,
264264 " polars>=1.32.2" ,
265- " sqlglot>=25.32 " ,
265+ " sqlglot>=26.2.0 " ,
266266 " sqlalchemy>=2.0.40" ,
267267 " pyiceberg>=0.9.0" ,
268268 # For testing clickhouse
You can’t perform that action at this time.
0 commit comments