Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.3 KB

File metadata and controls

22 lines (18 loc) · 1.3 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.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.