Skip to content

Commit

Permalink
Merge pull request #93 from intezer/fix/send-api-param-to-from-analys…
Browse files Browse the repository at this point in the history
…is-id

fix/latest-url-send-api-param
  • Loading branch information
matany90 authored May 9, 2023
2 parents d67541a + 5ae6dd2 commit f52e18c
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.16.8
____
- Get latest URL analysis bugfix

1.16.7
____
- Support latest analysis for URL analysis
Expand Down
2 changes: 1 addition & 1 deletion intezer_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.16.7'
__version__ = '1.16.8'
2 changes: 1 addition & 1 deletion intezer_sdk/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def from_latest_analysis(cls,
if not analyses_ids:
return None

return cls.from_analysis_id(analyses_ids[0])
return cls.from_analysis_id(analyses_ids[0], api=api)

def _set_report(self, report: dict):
super()._set_report(report)
Expand Down

0 comments on commit f52e18c

Please sign in to comment.