Clickhouse-connect

Latest version: v0.8.16

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 20

0.7.1

Bug Fixes
- Changed type hint of the `query` parameter in Client `query*` methods to `Optional[str]` to work correctly with type analyzers.
This also highlights that using a query_context instead of a query in these methods is supported (and preferred for repeated queries).
Thanks to [Avery Fischer](https://github.com/biggerfisch) for the PR!
- Fixed sending a full table name to the `insert_file` tools function. Closes https://github.com/ClickHouse/clickhouse-connect/issues/305

0.7.0

Breaking Change
- Python 3.7 builds are no longer part of the wheels deployed to PyPI

Bug Fix
- Due to a change in default ClickHouse settings, inserts with "named" Tuple types no longer worked with ClickHouse
version 24.1 and later. This has been fixed.

Improvements
- Some types of security and other proxies require additional query parameters on any call to ClickHouse server behind
such a proxy. Because the HTTPClient makes certain initialization queries to ClickHouse before any query parameters
are set, it was difficult or impossible to create a Client successfully. You can now modify the HTTPClient class level
properties `params` and `valid_transport_settings` before calling `get_client` so that such "special" query parameters will be
included even on initialization queries. Thanks to [Aleksey Astafiev](https://github.com/aastafiev) for highlighting
the problem and contributing a PR.
- In some cases the user make want to disable urllib3 timeout settings `connect_timeout` and `send_receive_timeout` by
setting them to none. The same PR from Aleksey Astafiev now allows setting to values to `None`
- Update to Cython 3.0.8

0.6.23

Bug Fix
- Add missing Nothing SQLAlchemy datatype, which fixes some edge case Superset queries.
Thanks to [elchyn-cheliabiyeu](https://github.com/elchyn-cheliabiyeu) for the PR!

Improvement
- Avoid concatenation of empty dataframes during `query_df` due to Pandas future warning. Thanks to [Dylan Modesitt](https://github.com/DylanModesitt)
for the PR!

0.6.22

Improvements
- Fix typo in log message for bad inserts. Thanks to [Stas](https://github.com/reijnnn) for the fix.
- Allow non ClickHouse Cloud tests to run on community Pull Requests
- Update to Cython 3.0.6

Bug Fix
- `ATTACH` queries were not be correctly processed as "commands". Thanks to [Aleksei Palshin](https://github.com/alekseipalshin)
for the PR!

0.6.21

Improvements
- Added support for Point type. Closes https://github.com/ClickHouse/clickhouse-connect/issues/151. Thanks to
[Dhruvit Maniya](https://github.com/Dhruvit96) for the PR!
- Upgraded to Cython 3.0.5
- Change exception handling in C API to stop spamming stderr

0.6.20

Bug Fix
- Fixed an issue where client side binding of datetimes with timezones would produce the incorrect time string if
timezones differed between the client and ClickHouse server. Closes https://github.com/ClickHouse/clickhouse-connect/issues/268

Page 7 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.