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

update tag to f707898 #281

Merged
merged 5 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions python3.11/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>
Ensure that you only use packages mentioned there.<br/>
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
Expand Down
2 changes: 1 addition & 1 deletion python3.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openwhisk/action-python-v3.11:1389697
FROM openwhisk/action-python-v3.11:f707898

COPY requirements.txt requirements.txt

Expand Down
Loading