hackgvl / events-api

API for Greenville Tech Calendar events
MIT License
11 stars 6 forks source link

Update Flask and packages #72

Closed ramonaspence closed 1 year ago

ramonaspence commented 1 year ago

Closes #71

allella commented 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?

allella commented 1 year ago

I pulled this live and ran pipenv install and all seems well.

Thanks

allella commented 1 year ago

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.