Skip to content

Update dependency clickhouse-driver to v0.2.11#155

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clickhouse-driver-0.x
Open

Update dependency clickhouse-driver to v0.2.11#155
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clickhouse-driver-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
clickhouse-driver (changelog) ==0.2.6==0.2.11 age adoption passing confidence

Release Notes

mymarilyn/clickhouse-driver (clickhouse-driver)

v0.2.11

Compare Source

Added
  • PyArrow support. Install with pip install clickhouse-driver[arrow]. Solves issue #​375.
  • Native JSON support. Solves issue #​473 and #​460. Pull request #​503 by khvn26, gsergey418.
  • Writing JSON columns nested in Array, Tuple and Map columns. Solves issue #​511.
Fixed
  • Escaping of list/tuple parameters with server_side_params=True. Solves issue #​497. Pull request #​507 by khvn26.
  • Sparse deserialization of IPv6 columns. Solves issue #​480. Pull request #​508 by khvn26.
Changed
  • Minimum clickhouse-cityhash version raised to 1.0.2.6: first release that builds on Python 3.13+.

v0.2.10

Compare Source

Added
  • Wheels for Python 3.13 and 3.14.
  • Tunable parameter check_hostname for host checking in SSL. Enabled by default.
  • Support for encrypted keyfiles. Pull request #​485 by TheMysteriousX.
  • Optional automatic reconnect disabling. Solves issue #​452. Pull request #​453 by crazyproger.
Fixed
  • conneciton.ping() on not established connection. Pull request #​465 by azat.
  • getuser() exception in Python 3.13. Pull request #​462 by darkydash.
Changed
Removed
  • Python 3.7 and 3.8 support.

v0.2.9

Compare Source

Added
  • Debug logging on columns read/write. Solves issue #​404.
  • Separate parse_url function for external tools. Solves issue #​438.
  • [NumPy] Support for pandas StringArray and ArrowStringArray writing. Solves issue #​337. Pull request #​441 by Simon-Chenzw.
Fixed
  • ssl.PROTOCOL_TLS deprecation warning for Python 3.10+.
  • Trailing spaces in external tables declaration. Solves issue #​385.
  • [Tests] Skip certificate validation test during run on local machine. Solves issue #​442.
  • Handle special enum values: 'mro' and ''. Solves issue #​333.
  • [NumPy] Do not localize already localized pandas datetime. Solves issue #​444.
  • [Tests] Run tests for server 24+.
Changed
  • Protocol version bumped to 54468.

v0.2.8

Compare Source

Added
Fixed
  • TCP keepalive idle_time_sec, interval_sec type to integer. Solves issue #​432.
  • Empty Map type read IndexError. Solves issue #​433.
  • Test on current versions of PyPy. Pull request #​424 by cclauss.
  • Connection verify=False ignoring. Solves issue #​420. Pull request #​421 by akurdyukov.

v0.2.7

Compare Source

Added
  • Wheels for Python 3.12.
  • Toggle hostname verification with verify option. Solves issue #​378. Pull request #​379 by adamleko.
Fixed
  • Date32 start interval changed to 1900-01-01. Solves issue #​409.
  • Memory leak when clickhouse raise exception on BufferedSocketWriter.write_into_stream. Solves issue #​406. Pull request #​407 by pulina.
  • input_format_null_as_default option for UUID produce 00000000-0000-0000-0000-000000000000 if set to true. Solves issue #​401.
  • [Tests] Remove MemoryTracker asserting on INSERT statements. Solves issue #​403.
  • Store "progress" and "profile" stats on INSERT statements. Solves issue #​391. Pull request #​392 by insomnes.
  • Add send_logs_level=test log level support. Solves issue #​383. Pull request #​395 by the-horhe.
  • self in int128_from_quads, int128_to_quads, int256_from_quads, int256_to_quads. Solves issue #​400.
Changed
  • Server-side parameters substitution is turned off by default. You can't mix client-side and server-side formatting in one query. Solves issue #​376 and #​410.
  • Protocol version bumped to 54462.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Comment thread setup.py Fixed
Comment thread setup.py Fixed
Comment thread setup.py Fixed
@renovate renovate Bot changed the title Update dependency clickhouse-driver to v0.2.10 Update dependency clickhouse-driver to v0.2.11 Jul 17, 2026
@renovate
renovate Bot force-pushed the renovate/clickhouse-driver-0.x branch from 058e21f to 5e00e71 Compare July 17, 2026 22:12
@guardrails

guardrails Bot commented Jul 17, 2026

Copy link
Copy Markdown

⚠️ We detected 1 security issue in this pull request:

Vulnerable Libraries (1)
Severity Details
High pkg:pypi/click@8.1.3 upgrade to: 8.3.3

More info on how to fix Vulnerable Libraries in Python.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

Comment thread setup.py
version='0.0.1',
py_modules=['scsctl'],
install_requires=['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'],
install_requires=['click==8.1.3', 'clickhouse-driver==0.2.11', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'],
Comment thread setup.py
version='0.0.1',
py_modules=['scsctl'],
install_requires=['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'],
install_requires=['click==8.1.3', 'clickhouse-driver==0.2.11', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'],
Comment thread setup.py
version='0.0.1',
py_modules=['scsctl'],
install_requires=['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'],
install_requires=['click==8.1.3', 'clickhouse-driver==0.2.11', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant