dependabot[bot] opened a new pull request, #41891: URL: https://github.com/apache/superset/pull/41891
Updates the requirements on [sqlalchemy-cratedb](https://github.com/crate/sqlalchemy-cratedb) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate/sqlalchemy-cratedb/releases">sqlalchemy-cratedb's releases</a>.</em></p> <blockquote> <h2>0.43.1</h2> <h2>What's Changed</h2> <ul> <li>Documentation: Add "Used by" section by <a href="https://github.com/amotl"><code>@amotl</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/275">crate/sqlalchemy-cratedb#275</a></li> <li>CI: Stop testing Python 3.7 through 3.9 on nightly runs by <a href="https://github.com/amotl"><code>@amotl</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/277">crate/sqlalchemy-cratedb#277</a></li> <li>Introduce pre-commit configuration by <a href="https://github.com/bgunebakan"><code>@bgunebakan</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/280">crate/sqlalchemy-cratedb#280</a></li> <li>Fix `AttributeError: 'CrateCompilerSA20' object by <a href="https://github.com/bgunebakan"><code>@bgunebakan</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/278">crate/sqlalchemy-cratedb#278</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crate/sqlalchemy-cratedb/compare/0.43.0...0.43.1">https://github.com/crate/sqlalchemy-cratedb/compare/0.43.0...0.43.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crate/sqlalchemy-cratedb/blob/main/CHANGES.md">sqlalchemy-cratedb's changelog</a>.</em></p> <blockquote> <h2>2026/06/22 0.43.1</h2> <ul> <li>Compiler: Fixed <code>AttributeError: 'CrateCompilerSA20' object has no attribute 'visit_on_conflict_do_update'</code> by forwarding calls to <code>PGCompiler.visit_on_conflict_do_update</code></li> </ul> <h2>2026/06/17 0.43.0</h2> <ul> <li>Types: Improved support for FLOAT type, converging to FLOAT vs. DOUBLE</li> <li>Types: Added method <code>ObjectArray.as_generic</code> for better reverse type lookups</li> <li>Types: Improved type mappings for better reverse type lookups / reflections <ul> <li>Consequently used upper-case type definitions from <code>sqlalchemy.types</code></li> <li>Added <code>timestamp without time zone</code> types (scalar and array)</li> <li>On SQLAlchemy 2, mapped <code>real</code> and <code>double{_precision}</code> types to the newly introduced <code>sqltypes.{DOUBLE,DOUBLE_PRECISION}</code> types</li> </ul> </li> <li>Compiler: Made <code>CREATE INDEX</code> a no-op, only emitting <code>SELECT 1</code>, because CrateDB does not support that statement</li> <li>Dialect: Added methods concerned with isolation levels as no-ops</li> <li>Types: Started emulating PostgreSQL's <code>JSON(B)</code> types using CrateDB's <code>OBJECT</code></li> <li>Dialect: now uses <code>paramstyle = "pyformat"</code> supported in crate-python 2.2.1. Because of this the SQL statements logged or inspected will contain <code>%(name)s</code> placeholders instead of <code>?</code>.</li> <li>Removed support for Python versions < 3.10</li> </ul> <h2>2026/05/28 0.42.0</h2> <ul> <li>Added support for SQL Alchemy 2.1</li> <li>Added support for Python 3.14</li> <li>Added canonical <a href="https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION">PostgreSQL client parameter <code>sslmode</code></a>, implementing <code>sslmode=require</code> to connect to SSL-enabled CrateDB instances without verifying the host name. The previous <code>ssl=true</code> parameter is flagged for deprecation, therefore <code>sslmode</code> takes precedence while both options coexist.</li> </ul> <h2>2025/01/30 0.41.0</h2> <ul> <li>Dependencies: Updated to <code>crate-2.0.0</code>, which uses <code>orjson</code> for JSON marshalling</li> </ul> <h2>2024/11/04 0.40.1</h2> <ul> <li>CI: Verified support on Python 3.13</li> <li>Dependencies: Updated to <code>crate-1.0.0.dev2</code></li> </ul> <h2>2024/10/07 0.40.0</h2> <ul> <li>Propagate error traces properly, using the <code>error_trace</code> <code>connect_args</code> option, by using <code>crate-1.0.0.dev1</code></li> <li>Use slightly amended <code>do_execute</code>, <code>do_execute_no_params</code>, <code>do_executemany</code> to store their responses into the request context instance</li> </ul> <h2>2024/08/29 0.39.0</h2> <ul> <li>Added <code>quote_relation_name</code> support utility function</li> </ul> <h2>2024/06/25 0.38.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/8f8b24811128e818501feed544618988811ba029"><code>8f8b248</code></a> Update changelog for version 0.43.1</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/48cae8d280f13ec2be67bbf362a0acd01494e8c1"><code>48cae8d</code></a> Fix AttributeError in CrateCompiler and add test (<a href="https://redirect.github.com/crate/sqlalchemy-cratedb/issues/278">#278</a>)</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/d4b5ae9ffc632df4884e5179d8c3d7e518931143"><code>d4b5ae9</code></a> Introduce pre-commit configuration (<a href="https://redirect.github.com/crate/sqlalchemy-cratedb/issues/280">#280</a>)</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/4b4a27833a795ef0a479f3337aca918add43a0d6"><code>4b4a278</code></a> CI: Stop testing Python 3.7 through 3.9 on nightly runs (<a href="https://redirect.github.com/crate/sqlalchemy-cratedb/issues/277">#277</a>)</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/49a8c701d9c247f2b05540fb0695db0725a6ba5f"><code>49a8c70</code></a> Documentation: Add "Used by" section (<a href="https://redirect.github.com/crate/sqlalchemy-cratedb/issues/275">#275</a>)</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/b37b135cdfea84f652af5e6100e90b0f4cf64ae2"><code>b37b135</code></a> Add changelogs of version 0.43.0 (<a href="https://redirect.github.com/crate/sqlalchemy-cratedb/issues/272">#272</a>)</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/beef8d21113b1fda606873d7da8b5877784731d9"><code>beef8d2</code></a> Migrate to <code>paramstyle="pyformat"</code>, following crate-python 2.2.0 (<a href="https://redirect.github.com/crate/sqlalchemy-cratedb/issues/266">#266</a>)</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/f9d1d986cf432dbb9997eb4ab91c1e5f47b9e633"><code>f9d1d98</code></a> Types: Improve support for FLOAT type, converging to FLOAT vs. DOUBLE (<a href="https://redirect.github.com/crate/sqlalchemy-cratedb/issues/265">#265</a>)</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/6d78dc420e80f11ae86e4d08faad96f47722ddee"><code>6d78dc4</code></a> Types: Emulate PostgreSQL's <code>JSON(B)</code> types using CrateDB's <code>OBJECT</code> (<a href="https://redirect.github.com/crate/sqlalchemy-cratedb/issues/27">#27</a>)</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/8c215f9ed915c14b382b326607129f072d2d59bd"><code>8c215f9</code></a> Documentation: Add "General Notes" section, about unsupported features (<a href="https://redirect.github.com/crate/sqlalchemy-cratedb/issues/268">#268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/crate/sqlalchemy-cratedb/compare/0.41.0...0.43.1">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]
