diff --git a/pyproject.toml b/pyproject.toml index e3b1d3c279..e0b3d56a9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.6.1" -SQLAlchemy = ">=1.4.17,<=1.4.41" +SQLAlchemy = ">=1.4.17,<1.4.46" pydantic = "^1.8.2" sqlalchemy2-stubs = {version = "*", allow-prereleases = true}