Skip to content

clickhouse-connect: Add version 1.9.0 - #2227

Merged
luhenry merged 3 commits into
mainfrom
github-actions/nightly-upgrade/clickhouse-connect
Sep 24, 2026
Merged

luhenry merged 3 commits into
mainfrom
github-actions/nightly-upgrade/clickhouse-connect

Conversation

@riseproject-dev

Copy link
Copy Markdown
Contributor

Automatically generated by the nightly check_versions.py run.

clickhouse-connect v1.8.0 -> v1.9.0

Every - version: entry added to docs/packages/clickhouse-connect.yaml is built by this PR's own build-clickhouse-connect.yml run; merging publishes the wheels.

Signed-off-by: riseproject-dev[bot] <330740410+riseproject-dev[bot]@users.noreply.github.com>
@riseproject-dev
riseproject-dev Bot requested a review from luhenry September 23, 2026 07:26
@github-actions

github-actions Bot commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-09-24 12:47 UTC

1.9.0 added an async SQLAlchemy dialect (cc_sqlalchemy/asyncio.py) gated on
greenlet. SQLAlchemy's own `greenlet>=1; platform_machine == ...` marker
only lists aarch64/ppc64le/x86_64/amd64/win32, so pip never installs
greenlet on riscv64, and pypi.riseproject.dev carries no riscv64 greenlet
wheel either - the dialect module raises ImportError as designed.

Running the suite (not grepping) found one file that fails to collect and
two more tests, in otherwise-passing files, that import the dialect lazily
inside the test body:
- test_async_dialect.py: ImportError at collection - ignore the whole file.
- test_async_alembic.py::test_async_alembic_offline_context_compiles_without_client
  and test_async_dialect_version.py::test_async_dialect_sqlalchemy_version_guard:
  both reference the dialect module at call time - deselect just those.
Stage `examples` alongside `tests` so
test_checked_in_async_alembic_environment_carries_clickhouse_hooks can find
examples/alembic_async/env.py, and add pytest-mock (an upstream test
requirement already used by test_dns_connection_deadline's `mocker` fixture)
to CIBW_TEST_REQUIRES.
@luhenry
luhenry marked this pull request as ready for review September 24, 2026 12:44
@luhenry
luhenry merged commit 1832d8e into main Sep 24, 2026
9 checks passed
@luhenry
luhenry deleted the github-actions/nightly-upgrade/clickhouse-connect branch September 24, 2026 12:44
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