Tim Sweña (Swast)
Tim Sweña (Swast)
Output of `sample.py` showing the default name is None: ``` (dev-3.10-pip) ➜ pandas-stubs-804 python sample.py [None] ['idx'] ['idx2'] [None] [None] ```
@junpeng-jp This makes some sense to me, but I'd like to understand more. Is there a specific use case you have in mind / problem you're having that this would...
Thanks for the report! I'm not super satisfied with versioneer, either. I've used https://github.com/googleapis/release-please/tree/main?tab=readme-ov-file#setting-up-release-please in other repos. Do you have any other recommendations?
Thanks! Looks like we already don't require it in setup.py, so I believe you're fixing a bug. https://github.com/pydata/pydata-google-auth/blob/main/setup.py
@MeggyCal could you please include this in the changelog? https://github.com/pydata/pydata-google-auth/blob/main/docs/source/changelog.rst Since this is a bug fix, I think this can go into 1.8.3
I'll see what I can do to get the app re-verified for this scope. FWIW, I'd expect `https://www.googleapis.com/auth/cloud-platform` scope to work which provides a similar level of access.
I'm not sure how much broader it is. It's actually quite difficult to verify what access is and isn't granted with regards to scopes. For this reason, Google Cloud hasn't...
That all said, I can request `"https://www.googleapis.com/auth/devstorage.read_write"` permissions for the `pydata-google-auth` app. I'll just need to provide sufficient justification and check that our privacy policy is up-to-date.
Looks like I need to re-submit for verification anyway. Somehow it lost it.
> From the link, I believe you can convert the returned datetime to timezone-aware datetime by: Yes, I'm now doing that in our code samples. This feature request is to...