diff --git a/CHANGES.txt b/CHANGES.txt index c717378f..417624aa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Changes ------- +next (unreleased) +^^^^^^^^^^^^^^^^^^ + +* Bump minimal SQLAlchemy version to 1.3 #815 + 0.1.1 (2022-05-08) ^^^^^^^^^^^^^^^^^^ diff --git a/setup.cfg b/setup.cfg index 5b8c7d34..13611524 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = [options.extras_require] sa = - sqlalchemy>=1.0,<1.4 + sqlalchemy>=1.3,<1.4 rsa = PyMySQL[rsa]>=1.0