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
{{ message }}
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
From version 0.28 onwards of httpx - a dependency used by this web service - passing a string-type (str) verify argument will be considered an error, as described in encode/httpx#3418
Describe the solution you'd like
To prepare for an upgrade to httpx v0.28 and beyond, we should begin creating a custom SSLContext and providing that during initialization of the HTTP client.