Skip to content

Commit

Permalink
Merge pull request #127 from intezer/fix/windows-system-certs
Browse files Browse the repository at this point in the history
add requirement for pip-system-certs to fix issues encountered with certificates
  • Loading branch information
itamarga authored Jan 10, 2024
2 parents f565ca6 + 7d2b6fe commit 46f2375
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.19.8'
__version__ = '1.19.9'
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
requests>=2.29.0,<3
pip-system-certs==4.0
responses==0.23.3
pytest==7.4.4

0 comments on commit 46f2375

Please sign in to comment.