vincentfenet
vincentfenet
In france, you have the official https://adresse.data.gouv.fr/ too
Could you please opensource your project ?
I needed to update dependabot's internal version to make it works: Dockerfile: ``` FROM ghcr.io/tinglesoftware/dependabot-updater-pip:1.45 RUN /usr/local/.pyenv/versions/3.12.5/bin/pip install pkginfo==1.12.1.2 ```
google.oauth2.service_account.Credentials is not assignable to google.oauth2.credentials.Credentials
you want me to change `from google.oauth2.credentials import Credentials` to something like `from google.oauth2.service_account import Credentials` ?