We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a145f commit 92d9dfdCopy full SHA for 92d9dfd
1 file changed
setup.py
@@ -41,7 +41,7 @@
41
# note: we do not yet pin to higher, since there are reports of issues with 0.3
42
# see: https://github.com/jupyter/nbclient/issues/58
43
"nbclient>=0.2,<0.6",
44
- "sqlalchemy~=1.3.12",
+ "sqlalchemy>=1.3.12,<1.5",
45
],
46
extras_require={
47
"cli": ["click", "click-completion", "click-log", "tabulate", "pyyaml"],
0 commit comments