Skip to content

Commit f3cd533

Browse files
committed
Merge branch 'requests_update' into 'master'
Update requests library See merge request open-platform/sdk/python!8
2 parents a62197f + 3272c42 commit f3cd533

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.1] - 2018-11-14
8+
### Changed
9+
- Updated dependency library [requests](#http://docs.python-requests.org/en/master/) to newer version 2.20.0
10+
- Made dependency libraries to accept new patches for update
11+
12+
713
## [2.0.0] - 2018-08-02
814
### Changed
915
- Renamed module to open_py
@@ -33,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3339
- Get all transactions API
3440
- Tests
3541

42+
[2.0.1]: https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v2.0.1...v2.0.0
3643
[2.0.0]: https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v2.0.0...v1.0.1
3744
[1.0.1]: https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v1.0.1...v1.0.0
3845
[1.0.1]: https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v1.0.1...v1.0.0

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
certifi==2018.4.16
2-
chardet==3.0.4
3-
idna==2.7
4-
requests==2.19.1
5-
urllib3==1.23
1+
certifi>=2018.4.16,<2018.5.0
2+
chardet>=3.0.4,<3.1.0
3+
idna>=2.7,<2.8
4+
requests>=2.20.0,<2.21.0
5+
urllib3>=1.23,<1.24

0 commit comments

Comments
 (0)