Skip to content

Commit 7771d93

Browse files
chore(deps): update dependency clickhouse-connect to >=0.8.17 (#4759)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [clickhouse-connect](https://redirect.github.com/ClickHouse/clickhouse-connect) | `>=0.8.16` -> `>=0.8.17` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/clickhouse-connect/0.8.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/clickhouse-connect/0.8.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/clickhouse-connect/0.8.16/0.8.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/clickhouse-connect/0.8.16/0.8.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ClickHouse/clickhouse-connect (clickhouse-connect)</summary> ### [`v0.8.17`](https://redirect.github.com/ClickHouse/clickhouse-connect/blob/HEAD/CHANGELOG.md#0817-2025-04-10) [Compare Source](https://redirect.github.com/ClickHouse/clickhouse-connect/compare/v0.8.16...v0.8.17) ##### Improvements - The parameter `transport_settings` has been added to the Client query and insert methods. For the HTTP client (currently the only option), this dictionary of string is directly translated into additional HTTP headers at a query level. This can be used to provide additional proxy directives or other extra 'non-ClickHouse' information that is passed via headers. Thanks to [Paweł Szczur](https://redirect.github.com/orian) of PostHog for the original PR! - There was previously no way to add a path to the ClickHouse server host in cases where the ClickHouse server was behind a proxy that used path based routing (such as ` https://big_proxy:8080/clickhouse). The new `proxy_path` `get_client\` argument can now be used to set that path. Closes[https://github.com/ClickHouse/clickhouse-connect/issues/486](https://redirect.github.com/ClickHouse/clickhouse-connect/issues/486)6 ##### Bug Fix - Version 0.8.16 introduced a bug where changing a Client setting value and then changing that setting value back to the original server value would fail to restore the original setting. This has been fixed. Clo[https://github.com/ClickHouse/clickhouse-connect/issues/487](https://redirect.github.com/ClickHouse/clickhouse-connect/issues/487)sues/487 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/marimo-team/marimo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 311968f commit 7771d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ extra-dependencies = [
259259
"pyiceberg>=0.9.0",
260260
# For testing clickhouse
261261
"chdb>=3; platform_system != 'Windows'", # there is no suitable wheel for windows
262-
"clickhouse-connect>=0.8.16",
262+
"clickhouse-connect>=0.8.17",
263263
"pandas>=1.5.3",
264264
"hvplot~=0.11.2",
265265
# Causes issues installing `shapely` (v2.0.7)

0 commit comments

Comments
 (0)