Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
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
15 changes: 15 additions & 0 deletions python3.11/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@
- [pypi ibm-watson](https://pypi.org/project/ibm-watson/)
- [github ibm-watson](https://github.com/watson-developer-cloud/python-sdk)

## 1.1.0
Changes:
- Bump to newer parent image (vulnerability fixes).
- Bump tornado from 6.2 to 6.3.2 (vulnerability fixes).
- Bump requests from 2.28.2 to 2.31.0 (vulnerability fixes).
- Bump flask from 2.2.3 to 2.3.2 (vulnerability fixes).

Python version:
- [3.11.3](https://www.python.org/downloads/release/python-3113/)

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.0.0
Changes:
- actionloop proxy version 1.20@1.22.0
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:48b8a60
FROM openwhisk/action-python-v3.11:3ed072d

COPY requirements.txt requirements.txt

Expand Down
18 changes: 9 additions & 9 deletions python3.11/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@

# Setup modules
gevent == 22.10.2
flask == 2.2.3
flask == 2.3.2

# default available packages for python3action
beautifulsoup4 == 4.11.2
httplib2 == 0.21.0
kafka_python == 2.0.2
lxml == 4.9.2
python-dateutil == 2.8.2
requests == 2.28.2
scrapy == 2.8.0
simplejson == 3.18.3
virtualenv == 20.20.0
twisted == 22.10.0
PyJWT == 2.6.0
python-dateutil == 2.8.2
requests == 2.31.0
scrapy == 2.8.0
simplejson == 3.18.3
virtualenv == 20.20.0
twisted == 22.10.0
PyJWT == 2.6.0

# packages for numerics
numpy == 1.24.2
Expand Down Expand Up @@ -50,7 +50,7 @@ etcd3 == 0.12.0

# Other required modules
botocore == 1.29.86
tornado == 6.2
tornado == 6.3.2

# required for etcd3 to work correctly can be removed at any time do not use in your own actions
protobuf==4.22.1