Major changes
- types can be obtained using mypy to type code using gspread
- Add a new method to authenticate using API key for public spreadsheets
What's Changed
- Add py.typed marker by @lavigne958 in #1422
- Improve back-off client by @lavigne958 in #1415
- Add new auth method API key by @lavigne958 in #1428
- Bugfix/add set timeout by @lavigne958 in #1417
- Fix wrapper
cast_to_a1_notation
by @lavigne958 in #1427 - Bump bandit from 1.7.5 to 1.7.8 by @dependabot in #1433
- Bump mypy from 1.6.1 to 1.9.0 by @dependabot in #1432
- Bump typing-extensions from 4.8.0 to 4.10.0 by @dependabot in #1424
- Bump flake8 from 5.0.4 to 7.0.0 by @dependabot in #1375
- fix error message readability by @imrehg in #1435
- Add missing method
import_csv()
by @lavigne958 in #1426 - update readme examples by @alifeee in #1431
- Add user friendly message when we can't override a test cassette by @lavigne958 in #1438
- Allow "warning" type protected ranges by @alifeee in #1439
- Improce README and documentation with value render options by @lavigne958 in #1446
New Contributors
Full Changelog: v6.0.2...v6.1.0