File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
13
## [ 2.0.0] - 2018-08-02
8
14
### Changed
9
15
- Renamed module to open_py
@@ -33,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
33
39
- Get all transactions API
34
40
- Tests
35
41
42
+ [ 2.0.1 ] : https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v2.0.1...v2.0.0
36
43
[ 2.0.0 ] : https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v2.0.0...v1.0.1
37
44
[ 1.0.1 ] : https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v1.0.1...v1.0.0
38
45
[ 1.0.1 ] : https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v1.0.1...v1.0.0
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments