serverless-python-requirements icon indicating copy to clipboard operation
serverless-python-requirements copied to clipboard

⚡️🐍📦 Serverless plugin to bundle Python packages

Results 165 serverless-python-requirements issues
Sort by recently updated
recently updated
newest added

Reproduced on the latest version: 5.4.0 It stopped logging the docker command's stdout and stderr, hiding actual underlying error. To reproduce try: ``` dockerizePip: true dockerImage: not-existing-image:123 ``` Actual log...

Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.19 to 0.12.20. Commits a2b0ee6 Release of 0.12.20 04b27f1 Merge branch 'release-0.12+cheroot' of https://github.com/juergh/bottle into ... e140e1b Gracefully handle errors during early request binding. 6e9c55a Added depr...

dependencies

When deploying the service to AWS lambda, serverless uploads a zip, as expected, to S3. The size of the lambda was unusualy big, resulting in a failed deployment, so i...

needs feedback

If you are using the latest serverless (I have tried 2.34 and above) with this plugin and try and update one function you get `TypeError: Cannot read property 'runtime' of...

Hi, I am having issue deploying a service with some poetry [path dependencies](https://python-poetry.org/docs/versions/#path-dependencies) and the option `dockerizePip: true`. Here is my project structure: ``` repository-root ├── lambdas │ ├── serverless.yaml...

Hello. I am using the plugin to install pandas and numpy. But still get `Original error was: No module named 'numpy.core._multiarray_umath' error` Device : MacOs x Monterey 12.3.1 Python runtime:...

When I try to create a layer with the retain option in true the plugin doesnt allow me to do my deploy, is this is going to be fixed? My...

*This issue is caused by a bug in a dependency, not by serverless-python-requirements. However it took quite a bit of digging to track down this issue, so maybe this will...

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.0. Changelog Sourced from fs-extra's changelog. 10.0.0 / 2021-05-03 Breaking changes Require Node.js v12+ (#886, #893, #890, #894, #895) Allow copying broken symlinks (#779, #765,...

dependencies
javascript

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies
python