From cd32087b36816c24fe56b5d3659ec21ecbcf5d8a Mon Sep 17 00:00:00 2001 From: Ron Rademaker Date: Fri, 16 Feb 2024 10:14:38 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2751ea7..27e9608 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" -sqlalchemy = ">=1.0.16, < 1.4" +sqlalchemy = ">=1.0.16, < 2.0" six = "^1.16.0" mysql-connector-python-rf = { version = "2.2.2", optional = true } psycopg2-binary = { version = "2.9.1", optional = true } @@ -30,4 +30,4 @@ mysql = ["mysql-connector-python-rf"] postgresql = ["psycopg2-binary"] [tool.poe.tasks] -test = "pytest test" \ No newline at end of file +test = "pytest test"