From 0558f5bf17264fa67efce2c18fb85b1e471d7f58 Mon Sep 17 00:00:00 2001 From: Thomas Kinnen Date: Tue, 26 Sep 2023 13:28:06 +0200 Subject: [PATCH] Update gitdb dependency --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a9dc694..fa91acd 100644 --- a/setup.py +++ b/setup.py @@ -23,10 +23,7 @@ 'teamscale-client==7.1.1', 'gitpython==3.1.35', - # Required for gitpython, build fails without specifying a fixed version. - # 2.0.6 is the latest version working with python 2.7 according to - # https://github.com/gitpython-developers/gitdb/issues/61#issuecomment-590275845 - 'gitdb2==2.0.6', + 'gitdb2==4.0.10', # Required to compile to a native binary 'nuitka==1.5.5'