Josh Carty

Results 14 comments of Josh Carty

Thanks for all the suggestions. I've set things up to release to PyPI with every new [release](https://github.com/joshcarty/google-searchconsole/releases). I've just released v0.1.0 which you can install with: ```bash $ pip install...

Sorry for the slow reply - thanks for this @TedTansley! Are you installing with `pip3 install git+https://github.com/joshcarty/google-searchconsole`?

Thanks @TedTansley and sorry for the slow replies! I've tried myself in Colab and now understand the issue. A few years ago we [pinned](https://github.com/joshcarty/google-searchconsole/blob/master/setup.py#L17) the version of `google-auth` to versions

This should now be fixed: ``` $ pip install --upgrade git+https://github.com/joshcarty/google-searchconsole ```