diff --git a/setup.py b/setup.py index acd4bef..60280a6 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def run_tests(self): 'PyYAML~=5.4.1', 'python-multipart~=0.0.5', 'tqdm~=4.60.0', - 'delta-task==0.1.0' + 'delta-task==0.1.1' ], tests_require=["pytest"], cmdclass={"test": PyTest},