File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 9
9
- [ pypi ibm-watson] ( https://pypi.org/project/ibm-watson/ )
10
10
- [ github ibm-watson] ( https://github.com/watson-developer-cloud/python-sdk )
11
11
12
+ ## 1.0.1
13
+ Changes:
14
+ - update pip packages in requirements.txt
15
+ - lxml 4.7.1 -> 4.9.1
16
+ - twisted 21.7.0 -> 22.4.0
17
+ - PyJWT 2.3.0 -> 2.4.0
18
+ - Pillow = 9.0.0 -> 9.0.1
19
+
20
+ Python version:
21
+ - [ 3.9.13] ( https://www.python.org/downloads/release/python-3913/ )
22
+
12
23
## 1.0.0
13
24
Changes:
14
25
- update all packages to their lates versions
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ flask == 2.0.2
14
14
beautifulsoup4 == 4.10.0
15
15
httplib2 == 0.20.2
16
16
kafka_python == 2.0.2
17
- lxml == 4.7 .1
17
+ lxml == 4.9 .1
18
18
python-dateutil == 2.8.2
19
19
requests == 2.27.1
20
20
scrapy == 2.5.1
21
21
simplejson == 3.17.6
22
22
virtualenv == 20.13.0
23
- twisted == 21.7 .0
24
- PyJWT == 2.3 .0
23
+ twisted == 22.4 .0
24
+ PyJWT == 2.4 .0
25
25
26
26
# packages for numerics
27
27
numpy == 1.22.0
@@ -30,7 +30,7 @@ scipy == 1.7.3
30
30
pandas == 1.3.5
31
31
32
32
# packages for image processing
33
- Pillow == 9.0.0
33
+ Pillow == 9.0.1
34
34
35
35
# IBM specific python modules
36
36
ibm_db == 3.1.1
You can’t perform that action at this time.
0 commit comments