Skip to content

chore(deps-dev): bump sqlalchemy-cratedb from 0.42.0 to 0.43.1#1081

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/sqlalchemy-cratedb-0.43.1
Open

chore(deps-dev): bump sqlalchemy-cratedb from 0.42.0 to 0.43.1#1081
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/sqlalchemy-cratedb-0.43.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps sqlalchemy-cratedb from 0.42.0 to 0.43.1.

Release notes

Sourced from sqlalchemy-cratedb's releases.

0.43.1

What's Changed

Full Changelog: crate/sqlalchemy-cratedb@0.43.0...0.43.1

0.43.0

What's Changed

Full Changelog: crate/sqlalchemy-cratedb@0.42.0...0.43.0

Changelog

Sourced from sqlalchemy-cratedb's changelog.

2026/06/22 0.43.1

  • Compiler: Fixed AttributeError: 'CrateCompilerSA20' object has no attribute 'visit_on_conflict_do_update' by forwarding calls to PGCompiler.visit_on_conflict_do_update

2026/06/17 0.43.0

  • Types: Improved support for FLOAT type, converging to FLOAT vs. DOUBLE
  • Types: Added method ObjectArray.as_generic for better reverse type lookups
  • Types: Improved type mappings for better reverse type lookups / reflections
    • Consequently used upper-case type definitions from sqlalchemy.types
    • Added timestamp without time zone types (scalar and array)
    • On SQLAlchemy 2, mapped real and double{_precision} types to the newly introduced sqltypes.{DOUBLE,DOUBLE_PRECISION} types
  • Compiler: Made CREATE INDEX a no-op, only emitting SELECT 1, because CrateDB does not support that statement
  • Dialect: Added methods concerned with isolation levels as no-ops
  • Types: Started emulating PostgreSQL's JSON(B) types using CrateDB's OBJECT
  • Dialect: now uses paramstyle = "pyformat" supported in crate-python 2.2.1. Because of this the SQL statements logged or inspected will contain %(name)s placeholders instead of ?.
  • Removed support for Python versions < 3.10
Commits
  • 8f8b248 Update changelog for version 0.43.1
  • 48cae8d Fix AttributeError in CrateCompiler and add test (#278)
  • d4b5ae9 Introduce pre-commit configuration (#280)
  • 4b4a278 CI: Stop testing Python 3.7 through 3.9 on nightly runs (#277)
  • 49a8c70 Documentation: Add "Used by" section (#275)
  • b37b135 Add changelogs of version 0.43.0 (#272)
  • beef8d2 Migrate to paramstyle="pyformat", following crate-python 2.2.0 (#266)
  • f9d1d98 Types: Improve support for FLOAT type, converging to FLOAT vs. DOUBLE (#265)
  • 6d78dc4 Types: Emulate PostgreSQL's JSON(B) types using CrateDB's OBJECT (#27)
  • 8c215f9 Documentation: Add "General Notes" section, about unsupported features (#268)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [sqlalchemy-cratedb](https://github.com/crate/sqlalchemy-cratedb) from 0.42.0 to 0.43.1.
- [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.43.1)

---
updated-dependencies:
- dependency-name: sqlalchemy-cratedb
  dependency-version: 0.43.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants