Skip to content

Releases: serverless/serverless-python-requirements

Version 5.1.0

22 Feb 17:08
Compare
Choose a tag to compare

Changes:

  • Removes compatibility with pre-release poetry. (Minor version bump.)
  • Bump werkzeug version to address security issue.
  • Correct word splitting on pip commands.
  • circle CI is working again; much thanks to @miketheman

Known risks:

  • Windows CI is still down

version 5.0.1

29 Oct 13:04
Compare
Choose a tag to compare

fix support for package indvidually when using sls dashboard

Version 5.0.0

07 Aug 14:51
Compare
Choose a tag to compare
  • Support for git based dependencies with poetry
  • Don't omit any packages by default following AWS recommendations
  • Option not to strip binaries when using the slim option
  • support for extra docker arguments
  • support for extracting additional files (such as *.so deps) from docker images
  • use junctions in windows instead of copying files
  • better check for poetry, not incorrectly relying on the very existence of pyproject.toml
  • caching options enabled by default