Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit ff8e8a2

Browse files
authored
Pin SQLAlchemy 1.4.41 (#520)
1 parent 385f3fd commit ff8e8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_packages(package):
4747
author_email="[email protected]",
4848
packages=get_packages("databases"),
4949
package_data={"databases": ["py.typed"]},
50-
install_requires=["sqlalchemy>=1.4,<1.5"],
50+
install_requires=["sqlalchemy>=1.4,<=1.4.41"],
5151
extras_require={
5252
"postgresql": ["asyncpg"],
5353
"asyncpg": ["asyncpg"],

0 commit comments

Comments
 (0)