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
The type annotations for the http_* methods need to be updated.
In reality they return more than just aDict[str, Any] but can also return aList[Any]. For example theissues.particpants() call returns a list of dictionaries.