Skip to content

Commit

Permalink
Dependencies: Migrate from crate[sqlalchemy] to sqlalchemy-cratedb
Browse files Browse the repository at this point in the history
The CrateDB SQLAlchemy dialect needs more love, so it was separated from
the DBAPI HTTP driver.
  • Loading branch information
amotl committed Jun 11, 2024
1 parent 8435457 commit 9b0598a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ dynamic = [

dependencies = [
"crash",
"crate[sqlalchemy]>=0.34",
"cratedb-toolkit==0.0.12",
"crate==1.0.0dev0",
"cratedb-toolkit>=0.0.13,<0.1",
"dask>=2024.4.1",
"joblib!=1.4.0,<1.5",
"mlflow==2.13.1",
"sqlalchemy-cratedb>=0.36.0,<1",
"sqlparse<0.6",
]

Expand Down

0 comments on commit 9b0598a

Please sign in to comment.