From b87e443c15d5746e955e84fca793e5ae01e6bfbb Mon Sep 17 00:00:00 2001 From: m1stadev Date: Tue, 16 Apr 2024 22:07:49 -0500 Subject: [PATCH] requirements: pyimg4 == 0.8 PyIMG4 0.8.2+ currently has a bug where it generates invalid kernelcaches, preventing a device from entering restore mode successfully. A temporary solution is to pin the PyIMG4 version used by 0.8 (0.8.1 was never pushed to PyPI) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c9e2b55..0109f339 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ wsproto nest_asyncio>=1.5.5 Pillow inquirer3>=0.1.0 -pyimg4>=0.8 +pyimg4==0.8 ipsw_parser>=1.1.2 remotezip zeroconf