Skip to content

Commit

Permalink
[DEV-5271] Pin SQLAlchemy < 1.4.42
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetano-guerriero committed Nov 4, 2022
1 parent f9240ae commit 107e188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -47,7 +47,7 @@ def get_packages(package):
author_email="tom@tomchristie.com",
packages=get_packages("morcilla"),
package_data={"morcilla": ["py.typed"]},
install_requires=["sqlalchemy>=1.3,<1.5"],
install_requires=["sqlalchemy>=1.3,<1.4.42"],
extras_require={
"postgresql": ["asyncpg-rkt"],
"mysql": ["aiomysql"],
Expand Down

0 comments on commit 107e188

Please sign in to comment.