Skip to content

Commit

Permalink
fix(deps): update dependency sqlglot to >=23.4,<25.30 (#10444)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Phillip Cloud <[email protected]>
  • Loading branch information
renovate[bot] and cpcloud authored Nov 6, 2024
1 parent af9c2a2 commit 72e6f7b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions ibis/backends/sql/dialects.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Generator(_ClickHouse.Generator):
sge.ArraySort: rename_func("arraySort"),
sge.LogicalAnd: rename_func("min"),
sge.LogicalOr: rename_func("max"),
sge.Median: rename_func("median"),
}

def except_op(self, expression: sge.Except) -> str:
Expand All @@ -54,6 +55,7 @@ class Generator(Postgres.Generator):
sge.Array: rename_func("make_array"),
sge.ArrayContains: rename_func("array_has"),
sge.ArraySize: rename_func("array_length"),
sge.Median: rename_func("median"),
}


Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ atpublic = ">=2.3,<6"
parsy = ">=2,<3"
python-dateutil = ">=2.8.2,<3"
pytz = ">=2022.7"
sqlglot = ">=23.4,<25.29"
sqlglot = ">=23.4,<25.30"
toolz = ">=0.11,<2"
typing-extensions = ">=4.3.0,<5"
numpy = { version = ">=1.23.2,<3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72e6f7b

Please sign in to comment.