We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bfc35 commit d2af4bdCopy full SHA for d2af4bd
pyproject.toml
@@ -76,7 +76,7 @@ s3fs = { version = ">=2023.1.0,<2024.1.0", optional = true }
76
adlfs = { version = ">=2023.1.0,<2024.8.0", optional = true }
77
gcsfs = { version = ">=2023.1.0,<2024.1.0", optional = true }
78
psycopg2-binary = { version = ">=2.9.6", optional = true }
79
-sqlalchemy = { version = "^2.0.18", optional = true }
+sqlalchemy = ">=1.4.20,<2.0.0"
80
getdaft = { version = ">=0.2.12", optional = true }
81
cachetools = "^5.5.0"
82
0 commit comments