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

Commit 4de5179

Browse files
authored
update ibmcloudsql from 0.4.9 to 0.4.11 (#126)
1 parent be8bca6 commit 4de5179

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

python3.7/CHANGELOG.md

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

3+
## 1.22.0
4+
Changes:
5+
- update ibmcloudsql from `0.4.9` to `0.4.11`
6+
7+
Python version:
8+
- [3.7.9](https://github.com/docker-library/python/blob/7392a0441706ffe66862c37e6d8ceb4d5b1c4389/3.7/buster/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+
315
## 1.21.0
416
Changes:
517
- Update to new parent image to continue getting security fixes.

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.9
40+
ibmcloudsql == 0.4.11
4141

4242
# Compose Libs
4343
psycopg2 == 2.8.2

0 commit comments

Comments
 (0)