Skip to content

Commit

Permalink
chore(deps): 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 13, 2024
1 parent 0dc9215 commit 0935189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/configuration/databases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ We recommend adding something like the following
text to your requirements file:

```
crate[sqlalchemy]==0.26.0
sqlalchemy-cratedb>=0.37,<0.38
```

The expected connection string is formatted as follows:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ bigquery = [
clickhouse = ["clickhouse-connect>=0.5.14, <1.0"]
cockroachdb = ["cockroachdb>=0.3.5, <0.4"]
cors = ["flask-cors>=2.0.0"]
crate = ["crate[sqlalchemy]>=0.26.0, <0.27"]
crate = ["sqlalchemy-cratedb>=0.37.0, <0.38"]
databend = ["databend-sqlalchemy>=0.3.2, <1.0"]
databricks = [
"databricks-sql-connector>=2.0.2, <3",
Expand Down

0 comments on commit 0935189

Please sign in to comment.