From 563a886243d49af35fb77e02470af719f7dea371 Mon Sep 17 00:00:00 2001 From: Philipp A Date: Sat, 30 Sep 2023 17:58:01 +0200 Subject: [PATCH] SQLAlchemy 2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b15d4ba..bcca101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ [tool.poetry.dependencies] python = "<4,>=3.6.0" graphql-core = ">=3.0.0,<4" -SQLAlchemy = "^1.3.0" +SQLAlchemy = ">=1.3.0" sphinx = {version = "==3.*,>=3.5.3", optional = true} sphinx-rtd-theme = {version = "==0.*,>=0.5.1", optional = true} pygments-graphql = {version = "==1.*,>=1.0.0", optional = true}