Skip to content

Commit 92d9dfd

Browse files
authored
⬆️ Allow SQLAlchemy v1.4 (#64)
1 parent 32a145f commit 92d9dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# note: we do not yet pin to higher, since there are reports of issues with 0.3
4242
# see: https://github.com/jupyter/nbclient/issues/58
4343
"nbclient>=0.2,<0.6",
44-
"sqlalchemy~=1.3.12",
44+
"sqlalchemy>=1.3.12,<1.5",
4545
],
4646
extras_require={
4747
"cli": ["click", "click-completion", "click-log", "tabulate", "pyyaml"],

0 commit comments

Comments
 (0)