File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.21.14
2+ -------
3+ - Add max retry
4+
151.21.13
26-------
37- Send `exact_match` parameter of `UrlAnalysis.from_latest_analysis` to the backend
Original file line number Diff line number Diff line change 1- __version__ = '1.21.13 '
1+ __version__ = '1.21.14 '
Original file line number Diff line number Diff line change @@ -235,14 +235,16 @@ def __init__(self,
235235 on_premise_version : OnPremiseVersion = None ,
236236 user_agent : str = None ,
237237 proxies : Dict [str , str ] = None ,
238- timeout_in_seconds : Optional [int ] = None ):
238+ timeout_in_seconds : Optional [int ] = None ,
239+ max_retry :int = 3 ):
239240 super ().__init__ (api_key = api_key ,
240241 base_url = base_url ,
241242 verify_ssl = verify_ssl ,
242243 user_agent = user_agent ,
243244 api_version = api_version ,
244245 on_premise_version = on_premise_version ,
245246 proxies = proxies ,
247+ max_retry = max_retry ,
246248 timeout_in_seconds = timeout_in_seconds )
247249
248250 @deprecated ('IntezerApi is deprecated and will be removed in the future' )
You can’t perform that action at this time.
0 commit comments