diff --git a/python3.11/CHANGELOG.md b/python3.11/CHANGELOG.md index e1f94dc..97f48ac 100644 --- a/python3.11/CHANGELOG.md +++ b/python3.11/CHANGELOG.md @@ -9,6 +9,18 @@ - [pypi ibm-watson](https://pypi.org/project/ibm-watson/) - [github ibm-watson](https://github.com/watson-developer-cloud/python-sdk) +## 1.4.2 +Changes: + - Bump to newer parent image (vulnerability fixes) f707898 + +Python version: + - [3.11.9](https://www.python.org/downloads/release/python-3119/) + +Python packages: + - The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.
+ Ensure that you only use packages mentioned there.
+ 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. + # 1.4.1 Changes: - Bump to newer parent image (vulnerability fixes) 1389697 diff --git a/python3.11/Dockerfile b/python3.11/Dockerfile index 2b7993a..4b0713c 100644 --- a/python3.11/Dockerfile +++ b/python3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM openwhisk/action-python-v3.11:1389697 +FROM openwhisk/action-python-v3.11:f707898 COPY requirements.txt requirements.txt