Skip to content

Commit

Permalink
Merge pull request #28 from intezer/fix/offline-scans
Browse files Browse the repository at this point in the history
Fix handling of large offline scan info files
  • Loading branch information
itamarga authored Jul 16, 2024
2 parents 972d27f + 5fe1bac commit 45b798b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion intezer_analyze_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.11'
__version__ = '1.11.1'
2 changes: 1 addition & 1 deletion requirements-prod.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
click==7.1.2
intezer-sdk==1.19.13
intezer-sdk==1.21.2

0 comments on commit 45b798b

Please sign in to comment.