vincentfenet
Results
2
issues of
vincentfenet
### Is there an existing issue for this? - [x] I have searched the existing issues ### Package ecosystem pip ### Package manager version _No response_ ### Language version _No...
T: bug 🐞
L: ruby:bundler
L: docker
L: python
google.oauth2.service_account.Credentials is not assignable to google.oauth2.credentials.Credentials
3
Hi, While migrating from 2.0.7 to 2.0.8, i got a [pyright](https://github.com/microsoft/pyright) check error. Using a very simple test: ``` from google.oauth2 import service_account from pyfcm import FCMNotification gcp_json_credentials_dict = {}...