From 5fe1bacc441e3f9b4209cca48eb3eae2c0d2f8f4 Mon Sep 17 00:00:00 2001 From: Itamar Gafni Date: Tue, 16 Jul 2024 10:30:09 +0300 Subject: [PATCH] bump sdk for offline scan fix --- CHANGES | 4 ++++ intezer_analyze_cli/__init__.py | 2 +- requirements-prod.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index ceffd7a..28d73c1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1.11.1 +----- +- Fix handling of large endpoint scan info files + 1.11 ----- - Drop python 3.6 and python 3.7 support, add python 3.12 support diff --git a/intezer_analyze_cli/__init__.py b/intezer_analyze_cli/__init__.py index 05a8e3f..522ba08 100644 --- a/intezer_analyze_cli/__init__.py +++ b/intezer_analyze_cli/__init__.py @@ -1 +1 @@ -__version__ = '1.11' +__version__ = '1.11.1' diff --git a/requirements-prod.txt b/requirements-prod.txt index 9eeb3f5..8790200 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,2 +1,2 @@ click==7.1.2 -intezer-sdk==1.19.13 +intezer-sdk==1.21.2