Skip to content

Build(deps): Update sqlalchemy-cratedb requirement from >=0.42.0.dev2 to >=0.42.0 in /framework/mcp-ecosystem#1748

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/framework/mcp-ecosystem/sqlalchemy-cratedb-gte-0.42.0
Open

Build(deps): Update sqlalchemy-cratedb requirement from >=0.42.0.dev2 to >=0.42.0 in /framework/mcp-ecosystem#1748
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/framework/mcp-ecosystem/sqlalchemy-cratedb-gte-0.42.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Warning

Dependabot will stop supporting python v3.9!

Please upgrade to one of the following versions: v3.9, v3.10, v3.11, v3.12, v3.13, or v3.14.

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

Release notes

Sourced from sqlalchemy-cratedb's releases.

0.42.0

  • Added support for SQL Alchemy 2.1
  • Added support for Python 3.14
  • Added canonical PostgreSQL client parameter sslmode, implementing sslmode=require to connect to SSL-enabled CrateDB instances without verifying the host name. The previous ssl=true parameter is flagged for deprecation, therefore sslmode takes precedence while both options coexist.
Changelog

Sourced from sqlalchemy-cratedb's changelog.

2026/05/28 0.42.0

  • Added support for SQL Alchemy 2.1
  • Added support for Python 3.14
  • Added canonical PostgreSQL client parameter sslmode, implementing sslmode=require to connect to SSL-enabled CrateDB instances without verifying the host name. The previous ssl=true parameter is flagged for deprecation, therefore sslmode takes precedence while both options coexist.

2025/01/30 0.41.0

  • Dependencies: Updated to crate-2.0.0, which uses orjson for JSON marshalling

2024/11/04 0.40.1

  • CI: Verified support on Python 3.13
  • Dependencies: Updated to crate-1.0.0.dev2

2024/10/07 0.40.0

  • Propagate error traces properly, using the error_trace connect_args option, by using crate-1.0.0.dev1
  • Use slightly amended do_execute, do_execute_no_params, do_executemany to store their responses into the request context instance

2024/08/29 0.39.0

  • Added quote_relation_name support utility function

2024/06/25 0.38.0

  • Added/reactivated documentation as sqlalchemy-cratedb
  • Added CrateIdentifierPreparer, in order to quote reserved words like object properly, for example when used as column names.
  • Fixed CrateDialect.get_pk_constraint to return list instead of set type
  • Added re-usable patches and polyfills from application adapters. New utilities: patch_autoincrement_timestamp, refresh_after_dml, check_uniqueness_factory
  • Added table_kwargs context manager to enable pandas/Dask to support CrateDB dialect table options.
  • Fixed SQL rendering of special DDL table options in CrateDDLCompiler. Before, configuring crate_"translog.durability" was not possible.
  • Unlocked supporting timezone-aware DateTime fields
  • Added support for marshalling Python datetime.date values on sa.DateTime fields

2024/06/13 0.37.0

  • Added support for CrateDB's FLOAT_VECTOR data type and its accompanying [KNN_MATCH] function, for HNSW matches. For SQLAlchemy column definitions, you can use it like FloatVector(dimensions=1536).
  • Fixed get_table_names() reflection method to respect the schema query argument in SQLAlchemy connection URLs.

... (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-cratedb](https://github.com/crate/sqlalchemy-cratedb) to permit the latest version.
- [Release notes](https://github.com/crate/sqlalchemy-cratedb/releases)
- [Changelog](https://github.com/crate/sqlalchemy-cratedb/blob/main/CHANGES.md)
- [Commits](crate/sqlalchemy-cratedb@0.42.0...0.42.0)

---
updated-dependencies:
- dependency-name: sqlalchemy-cratedb
  dependency-version: 0.42.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Concerns of dependencies. python Pull requests that update Python code labels May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Concerns of dependencies. python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants