From 8e2e4b657005746a412d60f953334366ae2bcfa5 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 30 Mar 2025 08:08:00 +0200 Subject: [PATCH] TEMP: Update to "sqlalchemy-cratedb>=0.42.0.dev2" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cb22235..3180e98e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dependencies = [ "python-dotenv<2", "python-slugify<9", "pyyaml<7", - "sqlalchemy-cratedb>=0.41.0", + "sqlalchemy-cratedb>=0.42.0.dev2", "sqlparse<0.6", "tqdm<5", "typing-extensions<5; python_version<='3.7'",