dependabot[bot] opened a new pull request, #40549: URL: https://github.com/apache/superset/pull/40549
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.41.0</h2> <h2>What's Changed</h2> <ul> <li>Dependencies: Updated to <code>crate-2.0.0</code>, which uses <code>orjson</code> for JSON marshalling</li> </ul> <h2>Details</h2> <ul> <li>Chore(deps): Update validate-pyproject requirement from <0.23 to <0.24 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/177">crate/sqlalchemy-cratedb#177</a></li> <li>Chore(deps): Update poethepoet requirement from <0.30 to <0.31 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/178">crate/sqlalchemy-cratedb#178</a></li> <li>Documentation: Improve page about migrating to <code>sqlalchemy-cratedb</code> by <a href="https://github.com/amotl"><code>@amotl</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/179">crate/sqlalchemy-cratedb#179</a></li> <li>Chore(deps): Update poethepoet requirement from <0.31 to <0.32 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/180">crate/sqlalchemy-cratedb#180</a></li> <li>Chore(deps): Update ruff requirement from <0.8 to <0.9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/181">crate/sqlalchemy-cratedb#181</a></li> <li>Chore(deps): Bump codecov/codecov-action from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/182">crate/sqlalchemy-cratedb#182</a></li> <li>Chore(deps): Update twine requirement from <6 to <7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/183">crate/sqlalchemy-cratedb#183</a></li> <li>Chore(deps): Update mypy requirement from <1.14 to <1.15 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/192">crate/sqlalchemy-cratedb#192</a></li> <li>Chore(deps): Update poethepoet requirement from <0.32 to <0.33 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/193">crate/sqlalchemy-cratedb#193</a></li> <li>Chore(deps): Update ruff requirement from <0.9 to <0.10 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/194">crate/sqlalchemy-cratedb#194</a></li> <li>Dependencies: Update to <code>crate>=2.0.0.dev6</code> by <a href="https://github.com/amotl"><code>@amotl</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/196">crate/sqlalchemy-cratedb#196</a></li> <li>Dependencies: Update to crate-2.0.0 by <a href="https://github.com/amotl"><code>@amotl</code></a> in <a href="https://redirect.github.com/crate/sqlalchemy-cratedb/pull/198">crate/sqlalchemy-cratedb#198</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crate/sqlalchemy-cratedb/compare/0.40.1...0.41.0">https://github.com/crate/sqlalchemy-cratedb/compare/0.40.1...0.41.0</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>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> <ul> <li>Added/reactivated documentation as <code>sqlalchemy-cratedb</code></li> <li>Added <code>CrateIdentifierPreparer</code>, in order to quote reserved words like <code>object</code> properly, for example when used as column names.</li> <li>Fixed <code>CrateDialect.get_pk_constraint</code> to return <code>list</code> instead of <code>set</code> type</li> <li>Added re-usable patches and polyfills from application adapters. New utilities: <code>patch_autoincrement_timestamp</code>, <code>refresh_after_dml</code>, <code>check_uniqueness_factory</code></li> <li>Added <code>table_kwargs</code> context manager to enable pandas/Dask to support CrateDB dialect table options.</li> <li>Fixed SQL rendering of special DDL table options in <code>CrateDDLCompiler</code>. Before, configuring <code>crate_"translog.durability"</code> was not possible.</li> <li>Unlocked supporting timezone-aware <code>DateTime</code> fields</li> <li>Added support for marshalling Python <code>datetime.date</code> values on <code>sa.DateTime</code> fields</li> </ul> <h2>2024/06/13 0.37.0</h2> <ul> <li>Added support for CrateDB's <a href="https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html#float-vector">FLOAT_VECTOR</a> data type and its accompanying <a href="https://cratedb.com/docs/crate/reference/en/latest/general/builtins/scalar-functions.html#scalar-knn-match">KNN_MATCH</a> function, for HNSW matches. For SQLAlchemy column definitions, you can use it like <code>FloatVector(dimensions=1536)</code>.</li> <li>Fixed <code>get_table_names()</code> reflection method to respect the <code>schema</code> query argument in SQLAlchemy connection URLs.</li> </ul> <h2>2024/06/11 0.36.1</h2> <ul> <li>Dependencies: Use <code>crate==1.0.0dev0</code></li> </ul> <h2>2024/06/11 0.36.0</h2> <ul> <li>Dependencies: Use <code>dask[dataframe]</code></li> <li>Maintenance release after splitting packages <code>crate-python</code> vs. <code>sqlalchemy-cratedb</code></li> </ul> <h2>2023/09/29 0.34.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/946b07f211f047b75a950d95e161c6430c49b9c9"><code>946b07f</code></a> Release 0.41.0</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/073725678bbb2f68ec0114ab98517a2c1a9c717f"><code>0737256</code></a> Dependencies: Update to crate-2.0.0</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/5e5c0d4ac852ddb16ef2d59908b8b40e8cd7ccbd"><code>5e5c0d4</code></a> Dependencies: Update to <code>crate>=2.0.0.dev6</code></li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/f149dd41d9326c766b0db6468b1a72b170d07351"><code>f149dd4</code></a> Update to <code>crate-2.0.0</code>, which uses <code>orjson</code> for JSON marshalling</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/e2606ad2ca35e526f20767450e642346b6ba2831"><code>e2606ad</code></a> Chore: Format code using Ruff 0.9</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/cc3fa8d422352e6065e5d83e4ea7fb420f06820d"><code>cc3fa8d</code></a> Chore(deps): Update ruff requirement from <0.9 to <0.10</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/24c4707dee4798abf562d95586e42d1598a9f8e3"><code>24c4707</code></a> Chore(deps): Update poethepoet requirement from <0.32 to <0.33</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/f9f33d30127e1e02b6bbc7328323a2e86e739312"><code>f9f33d3</code></a> Chore(deps): Update mypy requirement from <1.14 to <1.15</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/76434e381955b31b5e3a73a0c43850fcde12ca0f"><code>76434e3</code></a> Chore(deps): Update twine requirement from <6 to <7</li> <li><a href="https://github.com/crate/sqlalchemy-cratedb/commit/318047a0188dfb3fc2c6b0ce1b5294c496219274"><code>318047a</code></a> Chore(deps): Bump codecov/codecov-action from 4 to 5</li> <li>Additional commits viewable in <a href="https://github.com/crate/sqlalchemy-cratedb/compare/0.40.1...0.41.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]
