From e992d7147e8cee628389b5ea397f9e8d1108c515 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Wed, 22 Mar 2023 10:15:57 +0100 Subject: [PATCH] fix(installer): bump setuptools to ~=67.3 (#2387) --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 5163cf7c3..b56f904da 100755 --- a/install +++ b/install @@ -576,7 +576,7 @@ section "Python3" install_packages python3 python3-pip python3-wheel info "upgrading python3 tools" -$PIP install --upgrade setuptools~=58.0 +$PIP install --upgrade setuptools~=67.3 # Install Shared and API client ########################################################################################