Skip to content

Update dependency clickhouse-driver to v0.2.10#155

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 8, 2026

This PR contains the following updates:

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

Release Notes

mymarilyn/clickhouse-driver (clickhouse-driver)

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
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.10', '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.10', '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.10', '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