Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

77 lines (60 loc) · 3.68 KB

IBM Functions Python 3.9 Runtime Container

Migrating from Python:3.7 to Python:3.9

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

Changes:

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:

  • Update baseimage to get latest security fixes and new python base (4707653)
  • actionloop proxy version [email protected]
  • Python Version at time of deployment >=3.9.16

1.1.1

Changes:

  • update baseimage tag to get latest security fixes and new python base (b74ffb7)

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:

  • Update to new parent image to get latest security fixes and to update to action proxy version [email protected].

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.1

Changes:

  • update pip packages in requirements.txt
  • lxml 4.7.1 -> 4.9.1
  • twisted 21.7.0 -> 22.4.0
  • PyJWT 2.3.0 -> 2.4.0
  • Pillow = 9.0.0 -> 9.0.1
  • Update to new parent image to get latest security fixes

Python version:

1.0.0

Changes:

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