Gspread 5.0 compatibility
See original GitHub issueThere have been various changes in the gspread
library in the past year or so, including some breaking import changes in v5. We need to investigate what changes affect us and update gspread-pandas
to match.
We’ll need a major version release with the changes.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
gspread 5.0.0 documentation
gspread is a Python API for Google Sheets. Features: Google Sheets API v4. Open a spreadsheet by title, key or url. Read, write,...
Read more >gspread/HISTORY.rst at master - GitHub
Some methods are not backward compatible, so there's no support for this compatibility in gspread either. These methods and properties are not supported...
Read more >0 - Stack Overflow
"App not compatible with buildpack: ... Selenium Python gspread script Deploy ... async-generator==1.10 attrs==21.4.0 cachetools==5.0.0 ...
Read more >Arch Linux User Repository - AUR (en) - Packages
Name Version Votes Popularity ? Maintainer
raider 0.13.2‑1 1 0.04 severach
radioedit 0.1.4‑1 1 0.00 dos1
racer‑nocg 0.8.44‑1 1 0.00 PhotonX
Read more >conda-forge - :: Anaconda.org
acme-tiny, 5.0.1, MIT, X, A tiny script to issue and renew TLS certs from ... Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples,....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
v3 is now released and works with gspread >= 5 and also removes python 2 support, along with removing a couple dependencies.
nice, that should work as well!