Skip to content

Commit

Permalink
Remove system-certs dependency TKT-2097 (#133)
Browse files Browse the repository at this point in the history
* Remove system-certs dependancy

Dependency causing issues on non-windows setups, and shouldn't be in the SDK to begin with

* Update CHANGES

* Update __init__.py
  • Loading branch information
itamarga authored Feb 12, 2024
1 parent 08e0eb4 commit e3c217f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.19.14
_______
- Remove pip-system-certs from dependecies

1.19.13
_______
- Configurable concurrency for scan uploads
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.13'
__version__ = '1.19.14'
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This is not used by the project, but is used by the CI/CD pipeline to install dependencies, update setup.py for package dependencies.
requests>=2.29.0,<3
pip-system-certs==4.0
responses==0.24.1
pytest==7.4.4
pytest==7.4.4

0 comments on commit e3c217f

Please sign in to comment.