Skip to content

Commit a6d2c74

Browse files
committed
change strict version on sqlalchemy
1 parent 6a9bd5d commit a6d2c74

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
@@ -35,7 +35,7 @@ classifiers = [
3535
]
3636

3737
dependencies = [
38-
"SQLAlchemy >=2.0.14,<2.1.0",
38+
"SQLAlchemy >=2.0.14,<2.2.0",
3939
"pydantic>=2.11.0",
4040
"typing-extensions>=4.5.0",
4141
]

0 commit comments

Comments
 (0)