Skip to content

Commit 4bb6cdb

Browse files
committed
bump sqlglot
1 parent 7b0b303 commit 4bb6cdb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ marimo_converter = "marimo._utils.docs:MarimoConverter"
8484
sql = [
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

0 commit comments

Comments
 (0)