From a8fb4c8daa7801d8dceab6572ba72262c3c1f429 Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Sun, 5 May 2024 08:41:47 -0700 Subject: [PATCH] bump sqlalchemy --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f906052..5ec4014 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ package_dir = # For more information, check out https://semver.org/. install_requires = importlib-metadata; python_version<"3.8" - sqlalchemy>=1.4,<2.0 + sqlalchemy>=2,<2.1 [options.packages.find] where = src