From db63b63cfd762c19467adf385863152abda0f5f6 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 4 Oct 2014 16:35:26 -0400 Subject: [PATCH] Fix crash in PE when reading some EXIF tags The crash was caused by ObjP, which crashed when converting `NSDictionary` containing unsupported types. Updating ObjP to v1.3.1 does the trick. fixes #263 fixes #265 --- requirements-osx.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-osx.txt b/requirements-osx.txt index 216d0667..a3c0de49 100644 --- a/requirements-osx.txt +++ b/requirements-osx.txt @@ -1,4 +1,5 @@ -r requirements.txt -objp>=1.2.0 +objp>=1.3.1 appscript>=1.0.0 xibless>=0.4.1 +