You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In several situations, and in particular on Mac, the requests library will time out trying to connect to the API with TLSv1. By adding requests[security] to requirements.txt, newer SSL libraries will be pulled.
In several situations, and in particular on Mac, the requests library will time out trying to connect to the API with TLSv1. By adding requests[security] to requirements.txt, newer SSL libraries will be pulled.