pyinvoke / invocations

Reusable Invoke tasks
http://invocations.readthedocs.io
BSD 2-Clause "Simplified" License
163 stars 28 forks source link

Loosen pin on tabulate package #34

Open tinycogio opened 1 year ago

tinycogio commented 1 year ago

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 the databricks-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!

shanx commented 1 year ago

Hey!

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.