Skip to content

Latest commit

 

History

History
86 lines (67 loc) · 4.57 KB

CHANGELOG.md

File metadata and controls

86 lines (67 loc) · 4.57 KB

IBM Functions Python 3.11 Runtime Container

Migrating from Python:3.9 to Python:3.11

  • Replaced cloudant with ibmcloudant
    • The cloudant sdk has moved to the new ibmcloudant sdk. It includes a number of breaking changes. See migration guide for more information.
    • pypi cloudant
  • Replaced watson-developer-cloud with ibm-watson

1.4.1

Changes:

  • Bump to newer parent image (vulnerability fixes) 1389697

Python version:

Python packages:

  • The file 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.0

Changes:

  • Bump to newer parent image (vulnerability fixes) c0a1e6d

Python version:

Python packages:

  • The file 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.3.0

Changes:

  • Bump to newer parent image (vulnerability fixes) 4546acf

Python version:

Python packages:

  • The file 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.2.0

Changes:

  • Bump to newer parent image (vulnerability fixes) b5b65de

Python version:

Python packages:

  • The file 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.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:

Python packages:

  • The file 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.0.0

Changes:

  • actionloop proxy version 1.20@1.22.0
  • update all packages to their lates versions

Python version:

Python packages:

  • The file 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.