diff --git a/CHANGES b/CHANGES index cc20771..f2e4a13 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,10 @@ Unreleased - Prepare on-premise 23.10 - Drop python 3.6 and python 3.7 support, add python 3.12 support +1.19.9 +------ +- Fix certificate issue by adding pip-system-certs to requirements + 1.19.8 ------ - Add download sha256 sample with zip password protected diff --git a/intezer_sdk/__init__.py b/intezer_sdk/__init__.py index efbb247..b930294 100644 --- a/intezer_sdk/__init__.py +++ b/intezer_sdk/__init__.py @@ -1 +1 @@ -__version__ = '1.19.8' +__version__ = '1.19.9' diff --git a/requirements.txt b/requirements.txt index 58c142c..8639dc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ requests>=2.29.0,<3 +pip-system-certs==4.0 responses==0.23.3 pytest==7.4.4 \ No newline at end of file