V4: Update on serverless-python-requirements plugin

Hi all,

I was wondering if there were any issues with the serverless-python-requirements plugin after the V4 release. I’m suddenly experiencing issues in v4 which I didn’t have in v3.

The specific issue is that my requirements.txt file is not copied into the .serverless folder. So a sls package fails since it can’t find the file in the folder.

Looking for people who are in the same boat.
Any feedback, solutions,… are of course welcome :slight_smile:

Bumping this…
Still experiencing the issue where my requirements file is not found in the .serverless folder.

Right now, I’m experiencing this in a CI environment (Github Actions). I’m also using the compose feature of V4. Has anyone experienced a similar issue?