vincentfenet

Results 5 comments of 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 ```

you want me to change `from google.oauth2.credentials import Credentials` to something like `from google.oauth2.service_account import Credentials` ?