Skip to content

Commit d2af4bd

Browse files
committed
[jk] Make sqlalchemy a required dependency
1 parent e0bfc35 commit d2af4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ s3fs = { version = ">=2023.1.0,<2024.1.0", optional = true }
7676
adlfs = { version = ">=2023.1.0,<2024.8.0", optional = true }
7777
gcsfs = { version = ">=2023.1.0,<2024.1.0", optional = true }
7878
psycopg2-binary = { version = ">=2.9.6", optional = true }
79-
sqlalchemy = { version = "^2.0.18", optional = true }
79+
sqlalchemy = ">=1.4.20,<2.0.0"
8080
getdaft = { version = ">=0.2.12", optional = true }
8181
cachetools = "^5.5.0"
8282

0 commit comments

Comments
 (0)