Skip to content

chore(deps-dev): update sqlalchemy-risingwave requirement from <2.0.0,>=1.4.1 to >=2.1.0,<3.0.0 - #42856

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/sqlalchemy-risingwave-gte-2.1.0-and-lt-3.0.0
Open

chore(deps-dev): update sqlalchemy-risingwave requirement from <2.0.0,>=1.4.1 to >=2.1.0,<3.0.0#42856
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/sqlalchemy-risingwave-gte-2.1.0-and-lt-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on sqlalchemy-risingwave to permit the latest version.

Changelog

Sourced from sqlalchemy-risingwave's changelog.

2.1.0 - 2026-06-18

Adds the psycopg3 driver path — synchronous and asynchronous — to the existing psycopg2 sync dialect. No behaviour on the existing risingwave+psycopg2:// URL changes; 2.1.0 is a backwards-compatible addition.

Added

  • psycopg3 driver support via risingwave+psycopg:// URLs. Sync engines resolve to RisingWaveDialect_psycopg; async engines resolve to RisingWaveDialect_psycopg_async via the sync class's get_async_dialect_cls override, keeping every RisingWave behaviour (compilers, capability flags, reflection, Superset cancel-query shim) consistent across both paths.
  • SQLAlchemy create_async_engine("risingwave+psycopg://...") is now supported. The sync RisingWaveDialect_psycopg.get_async_dialect_cls(...) dispatches to RisingWaveDialect_psycopg_async so both sync and async paths share the _RisingWaveCommon overrides.
  • Optional psycopg3 extras: pip install "sqlalchemy-risingwave[psycopg3]".
  • A documentation page at docs/async.md covering the async usage pattern, FastAPI sketch, the streaming visibility reminder, and the exact set of behaviours every PR validates against a real RisingWave instance in CI.
  • A runnable examples/async_usage.py script covering minimal SELECT, write → explicit FLUSH → read, and asyncio.gather concurrency.
  • README "Async support" section.

Changed

  • The driver-agnostic RisingWave behaviour has moved from the RisingWaveDialect class into a new _RisingWaveCommon mixin. The RisingWaveDialect name is preserved as an import alias on the psycopg2 path; downstream code that imports it from sqlalchemy_risingwave.base continues to work without modification.

Tests

The new merge-gating integration tests land alongside the dialect. They run against a real RisingWave instance via .github/workflows/test.yml and a failure blocks merge. The compliance.yml workflow remains advisory and is unchanged.

  • Cross-driver round trip: data written via psycopg2 sync is read back identically through psycopg3 sync and psycopg3 async, with an explicit FLUSH so RisingWave's streaming visibility window can't mask a driver-level mismatch.
  • Parametrised type round-trip matrix across driver (psycopg2, psycopg) × type (Integer, BigInteger, Float, String ASCII / unicode, UUID, Boolean true/false, LargeBinary).

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [sqlalchemy-risingwave](https://github.com/risingwavelabs/sqlalchemy-risingwave) to permit the latest version.
- [Changelog](https://github.com/risingwavelabs/sqlalchemy-risingwave/blob/main/CHANGELOG.md)
- [Commits](https://github.com/risingwavelabs/sqlalchemy-risingwave/commits/v2.1.0)

---
updated-dependencies:
- dependency-name: sqlalchemy-risingwave
  dependency-version: 2.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot pip Dependabot - pip related PRs labels Aug 6, 2026
@bito-code-review

bito-code-review Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Code Review Agent Run #e931d3

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: 69229f0..69229f0
    • pyproject.toml
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants