| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| chdb-4.2.1-py3-none-any.whl | 2026-07-13 | 1.6 MB | |
| README.md | 2026-07-13 | 1.2 kB | |
| v4.2.1 source code.tar.gz | 2026-07-13 | 8.8 MB | |
| v4.2.1 source code.zip | 2026-07-13 | 9.1 MB | |
| Totals: 4 Items | 19.5 MB | 2 | |
chdb 4.2.1
Requires chdb-core>=26.5.0.
New
- clickhouse-connect backend (#593) — use chDB as a drop-in execution backend for clickhouse-connect:
clickhouse_connect.get_client("chdb://memory")(in-memory) orget_client("chdb:///path/to/data.db")(on-disk) returns a client backed by the embedded engine instead of an HTTP server. Ships aschdb.cc_backendplus aclickhouse_connect.backendsentry point; install withpip install "chdb[clickhouse-connect]". End-to-end usage requires a clickhouse-connect release that includes the pluggable-backend mechanism (ClickHouse/clickhouse-connect#811). chdb.agentscontract 0.2.0 (#602) — descriptors as the single source of truth,capabilities(),acall(), hardened descriptor and dispatch edges, external-session probing, allowlist scanner fixes.
Docs
llms.txt/llms-full.txt— LLM-friendly index for chDB, gated in CI (#598, [#599], [#600]).
CI
- Pin
pyarrow<25in the Linux arm64 DataStore test environment to work around a pyarrow 25.0.0 parquet read corruption on linux-aarch64; the pin will be removed once a fixed pyarrow release is out (#605).