Releases: dgilman/gspread_asyncio
Releases · dgilman/gspread_asyncio
1.5.0
- Support gspread 4.0.
- Fixed type hint for append_rows(). Thanks to @yevhen-molchanov for the bug report.
- Added worksheet.update() function. Thanks to @imasters11 for the patch.
1.4.0
1.3.0
1.2.0
- Fix bug with clearing of caches when deleting spreadsheets and worksheets
- Add PEP-484 function signature type hints to the API
- Remove setup.py dependency on oauth2client. gspread 3.6 allows you to use objects from the new google.auth library.
- Miscellaneous documentation fixes