Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit d2bb926

Browse files
authored
Update module ibmcloudsql to v0.4.9. (#122)
1 parent e9156ea commit d2bb926

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

python3.7/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# IBM Functions Python 3.7 Runtime Container
22

3+
## 1.20.0
4+
Changes:
5+
- update ibmcloudsql from `0.4.2` to `0.4.9`
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+
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
12+
Ensure that you only use packages mentioned there.<br/>
13+
Other python packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the referring package anymore.
14+
15+
316
## 1.19.0
417
Changes:
518
- update httplib2 from `0.13.0` to `0.18.1`

python3.7/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ibm_db == 3.0.1
3737
cloudant == 2.12.0
3838
watson-developer-cloud == 2.8.1
3939
ibm-cos-sdk == 2.5.1
40-
ibmcloudsql == 0.4.2
40+
ibmcloudsql == 0.4.9
4141

4242
# Compose Libs
4343
psycopg2 == 2.8.2

0 commit comments

Comments
 (0)