Python library requirement files version update causes failure in AWS Glue Jobs. causes random package errors like this
error: Could not find suitable distribution for Requirement.parse('pandas==1.1.5')
How to lock the version for particular version, any future updates should not throw error in glue jobs. Any solution to this?