Closed ramonaspence closed 1 year ago
@ramonaspence thanks. I forgot the commands to run the update since we moved to pipenv.
Is it pipenv install ? Any other steps before or after?
I pulled this live and ran pipenv install
and all seems well.
Thanks
Well, our product server has an older version of openssl, so that produced an error message from urllib3 version 2.0 because it wants openssl 1.1.1+ on the server.
I think I got lucky and got it back to stable using a suggestion from another person having the issue.
I'll create a new PR that locks the Pipfile on older version of urllib3 and requests.
Closes #71