From 5ea1f6f1428cf5924da1c22a6d10315033570acd Mon Sep 17 00:00:00 2001 From: "Wit, Allard de" <allard.dewit@wur.nl> Date: Mon, 3 Jul 2023 13:07:33 +0000 Subject: [PATCH] Update pyproject.toml to indicate that SQLAlchemy version should be < 2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea4d3fe..c3d371f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires = [ "click>=7.1", "geopandas>= 0.8", "pyyaml>= 5.3", - "sqlalchemy>= 1.4", + "sqlalchemy>= 2.0", ] requires-python=">= 3.6" -- GitLab