You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah had the same thing with django-query-capture, depends on tabulate (>=0.8.9,<0.9.0). I've just opened PR #35 I hope @bitprophet has time to have a look at it.
The tabulate package is pinned to
==0.7.5
which is a version released back in 2015.Is it possible to change the restraint to
>=0.7.5
? I'm using thedatabricks-cli
package which has a pin that requires>=0.7.7
.As far as I can tell, there is no breaking changes since
0.7.5
.Thanks!
The text was updated successfully, but these errors were encountered: