Jeffrey Lai
Jeffrey Lai
In [flow.py](https://github.com/googleapis/google-auth-library-python-oauthlib/blob/master/google_auth_oauthlib/flow.py), `scopes` are incorrectly documented as `Sequence[str]` in the classmethod documentation. As far as I can tell, following the code path back up to [oauthlib](https://github.com/oauthlib/oauthlib/blob/master/oauthlib/oauth2/rfc6749/clients/web_application.py), `scopes` ends up being...
Hi, I recently came across this comment by chance: https://github.com/okta/okta-sdk-python/issues/340#issuecomment-1468520171 > currently, we have migrated our .NET, Java, and Golang SDK's to OASv3. As I mentioned, we do not have...
**Describe the bug** It's not explicitly [documented](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.from_dict.html), but `Dataframe.from_dict` allows for a Sequence of values to be passed in for `data`. Is this something we want to annotate? It's fairly...