You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues, it hasn't been reported yet
Issue description
In v2023.7.9 of Pipenv they have removed the --keep-outdated flag. serverless-python-requirements uses this flag to generate the requirements.txt so using the latest vrsion of pipenv to do this now fails.
Stumbled over the same issue, downgrading to pipenv 2023.7.4 helps for now.
fwiw here's a more informative deprecation notice:
The flag --keep-outdated has been deprecated for removal. The flag does not respect package resolver results and leads to inconsistent lock files. Consider using the new `pipenv upgrade` command to selectively upgrade packages.
Are you certain it's a bug?
Are you using the latest plugin release?
Is there an existing issue for this?
Issue description
In v2023.7.9 of Pipenv they have removed the
--keep-outdated
flag. serverless-python-requirements uses this flag to generate the requirements.txt so using the latest vrsion of pipenv to do this now fails.Service configuration (serverless.yml) content
Command name and used flags
sls deploy --stage staging --verbose
Command output
Environment information
The text was updated successfully, but these errors were encountered: