dependabot[bot] opened a new pull request, #42904: URL: https://github.com/apache/superset/pull/42904
Updates the requirements on [sqlalchemy-risingwave](https://github.com/risingwavelabs/sqlalchemy-risingwave) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/risingwavelabs/sqlalchemy-risingwave/blob/main/CHANGELOG.md">sqlalchemy-risingwave's changelog</a>.</em></p> <blockquote> <h2>2.1.0 - 2026-06-18</h2> <p>Adds the psycopg3 driver path — synchronous and asynchronous — to the existing psycopg2 sync dialect. No behaviour on the existing <code>risingwave+psycopg2://</code> URL changes; 2.1.0 is a backwards-compatible addition.</p> <h3>Added</h3> <ul> <li>psycopg3 driver support via <code>risingwave+psycopg://</code> URLs. Sync engines resolve to <code>RisingWaveDialect_psycopg</code>; async engines resolve to <code>RisingWaveDialect_psycopg_async</code> via the sync class's <code>get_async_dialect_cls</code> override, keeping every RisingWave behaviour (compilers, capability flags, reflection, Superset cancel-query shim) consistent across both paths.</li> <li>SQLAlchemy <code>create_async_engine("risingwave+psycopg://...")</code> is now supported. The sync <code>RisingWaveDialect_psycopg.get_async_dialect_cls(...)</code> dispatches to <code>RisingWaveDialect_psycopg_async</code> so both sync and async paths share the <code>_RisingWaveCommon</code> overrides.</li> <li>Optional <code>psycopg3</code> extras: <code>pip install "sqlalchemy-risingwave[psycopg3]"</code>.</li> <li>A documentation page at <code>docs/async.md</code> 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.</li> <li>A runnable <code>examples/async_usage.py</code> script covering minimal SELECT, write → explicit FLUSH → read, and <code>asyncio.gather</code> concurrency.</li> <li>README "Async support" section.</li> </ul> <h3>Changed</h3> <ul> <li>The driver-agnostic RisingWave behaviour has moved from the <code>RisingWaveDialect</code> class into a new <code>_RisingWaveCommon</code> mixin. The <code>RisingWaveDialect</code> name is preserved as an import alias on the psycopg2 path; downstream code that imports it from <code>sqlalchemy_risingwave.base</code> continues to work without modification.</li> </ul> <h3>Tests</h3> <p>The new merge-gating integration tests land alongside the dialect. They run against a real RisingWave instance via <code>.github/workflows/test.yml</code> and a failure blocks merge. The <code>compliance.yml</code> workflow remains advisory and is unchanged.</p> <ul> <li>Cross-driver round trip: data written via psycopg2 sync is read back identically through psycopg3 sync and psycopg3 async, with an explicit <code>FLUSH</code> so RisingWave's streaming visibility window can't mask a driver-level mismatch.</li> <li>Parametrised type round-trip matrix across driver (psycopg2, psycopg) × type (Integer, BigInteger, Float, String ASCII / unicode, UUID, Boolean true/false, LargeBinary).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/risingwavelabs/sqlalchemy-risingwave/commit/f23e5e0f1cb03d96be58c6024b1260076f931893"><code>f23e5e0</code></a> docs: add runnable async usage example (<a href="https://redirect.github.com/risingwavelabs/sqlalchemy-risingwave/issues/62">#62</a>)</li> <li><a href="https://github.com/risingwavelabs/sqlalchemy-risingwave/commit/4a418e40349b86757a9448701228fbae378e4c81"><code>4a418e4</code></a> fix: pull greenlet into [psycopg3] extras for async path (<a href="https://redirect.github.com/risingwavelabs/sqlalchemy-risingwave/issues/61">#61</a>)</li> <li><a href="https://github.com/risingwavelabs/sqlalchemy-risingwave/commit/19cd2a2bc4cc4e43d5f923f23f67d54bd7fe970d"><code>19cd2a2</code></a> docs: v2.1.0 release prep (PR γ of <a href="https://redirect.github.com/risingwavelabs/sqlalchemy-risingwave/issues/57">#57</a>) (<a href="https://redirect.github.com/risingwavelabs/sqlalchemy-risingwave/issues/60">#60</a>)</li> <li><a href="https://github.com/risingwavelabs/sqlalchemy-risingwave/commit/9f09fa50fd354363502404198e8195075146ce0a"><code>9f09fa5</code></a> feat: async psycopg3 dialect (PR β of <a href="https://redirect.github.com/risingwavelabs/sqlalchemy-risingwave/issues/57">#57</a>) (<a href="https://redirect.github.com/risingwavelabs/sqlalchemy-risingwave/issues/59">#59</a>)</li> <li><a href="https://github.com/risingwavelabs/sqlalchemy-risingwave/commit/8008f6a48265b7e4a6a968044e24dc4995a89e8b"><code>8008f6a</code></a> feat: psycopg3 sync dialect (PR α of <a href="https://redirect.github.com/risingwavelabs/sqlalchemy-risingwave/issues/57">#57</a>) (<a href="https://redirect.github.com/risingwavelabs/sqlalchemy-risingwave/issues/58">#58</a>)</li> <li>See full diff in <a href="https://github.com/risingwavelabs/sqlalchemy-risingwave/compare/v2.0.0...v2.1.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
