-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove system-certs dependency TKT-2097 (#133)
* 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
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.19.13' | ||
__version__ = '1.19.14' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |