Skip to content

Commit 25ead47

Browse files
committed
chore: Update SQLAlchemy dependency version constraint
1 parent 0a256a9 commit 25ead47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
]
1616
keywords = ["sqlalchemy", "serialize", "to_dict", "JSON"]
1717
dependencies = [
18-
"SQLAlchemy==2.0.45",
18+
"SQLAlchemy>=2.0.29,<3.0.0",
1919
"psycopg2-binary==2.9.11",
2020
"pytz>=2025.2",
2121
"setuptools>=80.9.0",

0 commit comments

Comments
 (0)