chore(deps): bump clickhouse-connect from 0.7.16 to 0.11.0 in /templates - #3515
chore(deps): bump clickhouse-connect from 0.7.16 to 0.11.0 in /templates#3515dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| python-dateutil>=2.8.2 | ||
| kafka-python-ng==2.2.2 | ||
| clickhouse-connect==0.7.16 | ||
| clickhouse-connect==0.11.0 |
There was a problem hiding this comment.
Version mismatch between setup.py and requirements.txt
Medium Severity
The requirements.txt was updated to clickhouse-connect==0.11.0, but setup.py in the same template still pins clickhouse_connect==0.7.16. This version conflict means the installed version depends on which file is used, leading to unpredictable behavior — especially since 0.7.16→0.11.0 includes multiple breaking changes (dropped Python 3.8, changed IPv6 behavior, removed SQLAlchemy 1.3 support).
Triggered by team rule: Pragmatic Developper
72fec79 to
459c859
Compare
459c859 to
21eb33d
Compare
Bumps [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect) from 0.7.16 to 0.11.0. - [Release notes](https://github.com/ClickHouse/clickhouse-connect/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-connect/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-connect@v0.7.16...v0.11.0) --- updated-dependencies: - dependency-name: clickhouse-connect dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
21eb33d to
cd88528
Compare
|
Looks like clickhouse-connect is up-to-date now, so this is no longer needed. |


Bumps clickhouse-connect from 0.7.16 to 0.11.0.
Release notes
Sourced from clickhouse-connect's releases.
... (truncated)
Changelog
Sourced from clickhouse-connect's changelog.
... (truncated)
Commits
eef09a90.11.0 release prep (#647)b08a429Fix mypy typing errors by explicitly exporting Client (#643)fe36fd9raise operationalerror when hitting network failure prior to receiving data i...713c9b4Joe/626 add support for mid stream exception detection via x clickhouse excep...5d89074auto enable cancel readonly queries on client close (#642)f5934abfix: handle Etc/UTC timezone equivalence for naive datetime conversion (#621)ff094f7ensure utc-equivalent timezones are recognized (#630)5990dc5Joe/610 drop python39 support (#628)fe1654fMisc. test workflow cleanup/improvements (#631)c0f7bdeupdate test matrix (#627)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Dependency-only change limited to template
requirements.txtfiles; main risk is template-generated projects encountering behavior changes or incompatibilities inclickhouse-connect0.11.0.Overview
Updates Python template dependencies by bumping
clickhouse-connectfrom0.7.16to0.11.0across all affected templaterequirements.txtfiles (includingpython-*templates andlive-heartrate-leaderboard).No code changes are included; this only changes the version that newly generated template projects will install for ClickHouse connectivity.
Written by Cursor Bugbot for commit cd88528. This will update automatically on new commits. Configure here.