From 04587e4dd8ca1e8bf22ca2149d5b612995791c52 Mon Sep 17 00:00:00 2001 From: Adam Kariv Date: Wed, 13 Mar 2024 10:05:52 +0200 Subject: [PATCH] v1.20.8 use tabulator fork instead of archived one --- setup.py | 2 +- tableschema/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6dbdcca..217a1a8 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(*paths): 'unicodecsv>=0.14', 'isodate>=0.5.4', 'rfc3986>=1.1.0', - 'tabulator>=1.51.3', + 'dataflows-tabulator>=1.54.0', ] TESTS_REQUIRE = [ 'mock', diff --git a/tableschema/VERSION b/tableschema/VERSION index 6597009..337af2c 100644 --- a/tableschema/VERSION +++ b/tableschema/VERSION @@ -1 +1 @@ -1.20.7 \ No newline at end of file +1.20.8 \ No newline at end of file