This repository was archived by the owner on Jan 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +86
-1
lines changed Expand file tree Collapse file tree 2 files changed +86
-1
lines changed Original file line number Diff line number Diff line change 1
1
# IBM Functions Python 3.7 Runtime Container
2
2
3
+ ## 1.16.0
4
+ Changes:
5
+ - update ibmcloudsql from ` 0.2.23 ` to ` 0.3.13 `
6
+
7
+ Python version:
8
+ - [ 3.7.5] ( https://github.com/docker-library/python/blob/ab8b829cfefdb460ebc17e570332f0479039e918/3.7/stretch/Dockerfile )
9
+
10
+ Python packages:
11
+ - attrs==19.3.0
12
+ - Automat==0.8.0
13
+ - beautifulsoup4==4.8.0
14
+ - botocore==1.15.5
15
+ - cassandra-driver==3.18.0
16
+ - certifi==2019.11.28
17
+ - cffi==1.13.2
18
+ - chardet==3.0.4
19
+ - Click==7.0
20
+ - cloudant==2.12.0
21
+ - constantly==15.1.0
22
+ - cryptography==2.8
23
+ - cssselect==1.1.0
24
+ - docutils==0.15.2
25
+ - elasticsearch==6.3.1
26
+ - etcd3==0.10.0
27
+ - Flask==1.0.2
28
+ - gevent==1.4.0
29
+ - greenlet==0.4.15
30
+ - grpcio==1.27.2
31
+ - httplib2==0.13.0
32
+ - hyperlink==19.0.0
33
+ - ibm-cos-sdk==2.5.1
34
+ - ibm-cos-sdk-core==2.6.0
35
+ - ibm-cos-sdk-s3transfer==2.6.0
36
+ - ibm-db==3.0.1
37
+ - ibmcloudsql==0.3.13
38
+ - idna==2.7
39
+ - incremental==17.5.0
40
+ - itsdangerous==1.1.0
41
+ - Jinja2==2.11.1
42
+ - jmespath==0.9.4
43
+ - kafka-python==1.4.6
44
+ - lxml==4.3.4
45
+ - MarkupSafe==1.1.1
46
+ - numpy==1.16.4
47
+ - pandas==0.24.2
48
+ - parsel==1.5.2
49
+ - pika==1.0.1
50
+ - Pillow==6.2.2
51
+ - pip==20.0.2
52
+ - protobuf==3.11.3
53
+ - psycopg2==2.8.2
54
+ - pyarrow==0.16.0
55
+ - pyasn1==0.4.8
56
+ - pyasn1-modules==0.2.7
57
+ - pycparser==2.19
58
+ - PyDispatcher==2.0.5
59
+ - PyHamcrest==1.9.0
60
+ - PyJWT==1.7.1
61
+ - pymongo==3.8.0
62
+ - pyOpenSSL==19.1.0
63
+ - python-dateutil==2.8.0
64
+ - pytz==2019.3
65
+ - queuelib==1.5.0
66
+ - redis==3.2.1
67
+ - requests==2.22.0
68
+ - scikit-learn==0.20.3
69
+ - scipy==1.2.1
70
+ - Scrapy==1.6.0
71
+ - service-identity==18.1.0
72
+ - setuptools==45.2.0
73
+ - simplejson==3.16.0
74
+ - six==1.14.0
75
+ - soupsieve==2.0
76
+ - tenacity==6.0.0
77
+ - tornado==4.5.2
78
+ - Twisted==20.3.0
79
+ - urllib3==1.23
80
+ - virtualenv==16.7.1
81
+ - w3lib==1.21.0
82
+ - watson-developer-cloud==2.8.1
83
+ - websocket-client==0.48.0
84
+ - Werkzeug==1.0.0
85
+ - wheel==0.33.6
86
+ - zope.interface==4.7.1
87
+
3
88
## 1.15.0
4
89
Changes:
5
90
- update Twisted from ` 19.7.0 ` to ` 20.3.0 ` (security fixes)
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ibm_db == 3.0.1
31
31
cloudant == 2.12.0
32
32
watson-developer-cloud == 2.8.1
33
33
ibm-cos-sdk == 2.5.1
34
- ibmcloudsql == 0.2.23
34
+ ibmcloudsql == 0.3.13
35
35
36
36
# Compose Libs
37
37
psycopg2 == 2.8.2
You can’t perform that action at this time.
0 commit comments