From fa585f24ca84bd1c377b43c7a184fc9de21e94e9 Mon Sep 17 00:00:00 2001 From: David Antolin Alvarez Date: Thu, 21 Sep 2023 17:03:32 +0200 Subject: [PATCH] [OPT-1001] Fixed version of setuptools_scm to 8.0.2 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c4059551..46fe3924 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ 'vsdx==0.5.13', 'python-magic==0.4.27', 'setuptools==67.8.0', + 'setuptools-scm==8.0.2', 'defusedxml==0.7.1', 'networkx==3.1', 'dependency-injector==4.41.0',