diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 02ffca64..470991f2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,9 @@ Changelog Next ==== +Version 1.2.19 - 2024-04-03 +=========================== + - Relax ``tabulate`` dependency for Apache Superset (#443) Version 1.2.18 - 2024-03-27 diff --git a/setup.cfg b/setup.cfg index 8175424f..a03b0229 100644 --- a/setup.cfg +++ b/setup.cfg @@ -95,7 +95,7 @@ testing = pytest>=7.2.0 python-jsonpath>=0.10.3 requests-mock>=1.8.0 - tabulate==0.8.9 + tabulate>=0.8.9 yarl>=1.8.1 all = PyYAML>=5.4 @@ -121,7 +121,7 @@ console = appdirs>=1.4.4 prompt_toolkit>=3 pygments>=2.8 - tabulate==0.8.9 + tabulate>=0.8.9 genericjsonapi = prison>=0.2.1 python-jsonpath>=0.10.3