Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gspread-6.2.0-py3-none-any.whl | 2025-02-27 | 59.9 kB | |
gspread-6.2.0.tar.gz | 2025-02-27 | 82.0 kB | |
README.md | 2025-02-27 | 3.8 kB | |
v6.2.0 source code.tar.gz | 2025-02-27 | 348.6 kB | |
v6.2.0 source code.zip | 2025-02-27 | 560.9 kB | |
Totals: 5 Items | 1.1 MB | 0 |
What's Changed
- Add property expiry in gspread client by @lavigne958 in https://github.com/burnash/gspread/pull/1453
- Bump typing-extensions from 4.11.0 to 4.12.0 by @dependabot in https://github.com/burnash/gspread/pull/1471
- Fix code block formatting typo in README by @agrvz in https://github.com/burnash/gspread/pull/1474
- ignore jinja CVE by @lavigne958 in https://github.com/burnash/gspread/pull/1481
- Type part of test suite utils by @lavigne958 in https://github.com/burnash/gspread/pull/1483
- Remove passing exception as args to super in APIError by @mike-flowers-airbnb in https://github.com/burnash/gspread/pull/1477
- Bump mypy from 1.10.0 to 1.10.1 by @dependabot in https://github.com/burnash/gspread/pull/1488
- Update advanced.rst by @yatender-rjliving in https://github.com/burnash/gspread/pull/1492
- Bump bandit from 1.7.8 to 1.7.9 by @dependabot in https://github.com/burnash/gspread/pull/1485
- Bump flake8 from 7.0.0 to 7.1.0 by @dependabot in https://github.com/burnash/gspread/pull/1486
- Bump typing-extensions from 4.12.0 to 4.12.2 by @dependabot in https://github.com/burnash/gspread/pull/1480
- Bump mypy from 1.10.1 to 1.11.1 by @dependabot in https://github.com/burnash/gspread/pull/1497
- Bump black from 24.4.2 to 24.8.0 by @dependabot in https://github.com/burnash/gspread/pull/1499
- Bump flake8 from 7.1.0 to 7.1.1 by @dependabot in https://github.com/burnash/gspread/pull/1501
- Fix docstring about BackOffHTTPClient by @pataiji in https://github.com/burnash/gspread/pull/1502
- Fix comment to reflect correct google-auth package version requirement by @ikmals in https://github.com/burnash/gspread/pull/1503
- Doc/community addons orm package by @lavigne958 in https://github.com/burnash/gspread/pull/1506
- fix: fix type annotation for default_blank by @hiro-o918 in https://github.com/burnash/gspread/pull/1505
- Bump mypy from 1.11.1 to 1.11.2 by @dependabot in https://github.com/burnash/gspread/pull/1508
- better handler API error parsing. by @lavigne958 in https://github.com/burnash/gspread/pull/1510
- Add test on receiving an invalid JSON in the APIError exception handler. by @lavigne958 in https://github.com/burnash/gspread/pull/1512
- [feature] Add 'expand_table' feature by @lavigne958 in https://github.com/burnash/gspread/pull/1475
- Bump bandit from 1.7.9 to 1.7.10 by @dependabot in https://github.com/burnash/gspread/pull/1514
- Created a
batch_merge
function [Issue [#1473]] by @muddi900 in https://github.com/burnash/gspread/pull/1498 - Added a range option to
Worksheet.get_notes
[Issue [#1482]] by @muddi900 in https://github.com/burnash/gspread/pull/1487 - Documentation update for gspread.worksheet.Worksheet.get_all_records by @levon003 in https://github.com/burnash/gspread/pull/1529
- add example for
batch_merge
by @alifeee in https://github.com/burnash/gspread/pull/1542 - explicitly list exported package symbols by @alinsavix in https://github.com/burnash/gspread/pull/1531
New Contributors
- @agrvz made their first contribution in https://github.com/burnash/gspread/pull/1474
- @mike-flowers-airbnb made their first contribution in https://github.com/burnash/gspread/pull/1477
- @yatender-rjliving made their first contribution in https://github.com/burnash/gspread/pull/1492
- @pataiji made their first contribution in https://github.com/burnash/gspread/pull/1502
- @ikmals made their first contribution in https://github.com/burnash/gspread/pull/1503
- @hiro-o918 made their first contribution in https://github.com/burnash/gspread/pull/1505
- @levon003 made their first contribution in https://github.com/burnash/gspread/pull/1529
- @alinsavix made their first contribution in https://github.com/burnash/gspread/pull/1531
Full Changelog: https://github.com/burnash/gspread/compare/v6.1.4...v6.2.0