Commit 187632f
committed
[serverless-python-requirements] Make plugin compatible with version
With version `6.0.0` of `serverless-python-requirements` they switched to use official AWS docker images.
More info can be found in serverless/serverless-python-requirements#724
So we don’t need `lambci/lambda` anymore.
With this change everyone who is using `serverless-python-requirements` plugin and will update `serverless-builder`, would have to upgrade `serverless-python-requirements` itself.
I was considering two less breaking change approach like:
1. Introduce new plugin class
```
class PythonRequirements600 {
}
```
2. Modification of `PythonRequirements.__init__` and add `version` parameter
But to be honest I don’t think it’s worth to maintain this backward compatibility.6.0.0
1 parent 6b4546f commit 187632f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
0 commit comments