Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pixi.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ extra-dependencies = [
"sqlglot[rs]>=26.2.0",
"sqlalchemy>=2.0.40",
"pyiceberg>=0.9.0",
# TODO: Remove pydantic or upgrade pyiceberg once upstream is fixed https://github.com/apache/iceberg-python/issues/2590
"pydantic<2.12.0",
# For testing clickhouse
"chdb>=3; platform_system != 'Windows'", # there is no suitable wheel for windows
"clickhouse-connect>=0.8.18",
Expand Down Expand Up @@ -518,6 +520,7 @@ Nd = "Nd" # Confused with And
pn = "pn" # Panel
caf = "caf" # cafe
ser = "ser" # Used in pydantic-core package as part of a function name
oint = "oint" # Contour integrals in markdown completions

[tool.typos.files]
extend-exclude = [
Expand Down
Loading