Problem with google module import at different stages in python

In our SLS project, we use separate stages one for development and one for testing. The project uses the google-cloud-bigquery library. At my stage - test, the lambda function returns in the logs: No module named ‘google.protobuf’. I have updated the code as well as the python requirements. The strange thing is that our service packages differ in size:

Also I’m using python 3.8.12 and on dev stage where everything works 3.8.10.
My SLS version:

Framework Core: 2.54.0 (standalone)
Plugin: 5.4.3
SDK: 4.2.6
Components: 3.15.0

I will be grateful for your help :slight_smile: