Gspread

Latest version: v6.1.2

Safety actively analyzes 630450 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 12

6.1.2

------------------

* add note about runnings tests to contrib guide by alifeee in https://github.com/burnash/gspread/pull/1465
* Some updates on `get_notes` by nbwzx in https://github.com/burnash/gspread/pull/1461

6.1.1

------------------

* Add some missing typing in code by lavigne958 in https://github.com/burnash/gspread/pull/1448
* More fixes for `Worksheet.update` argument ordering & single cell updating (i.e. now `Worksheet.update_acell`) by alexmalins in https://github.com/burnash/gspread/pull/1449
* Added 'add_data_validation` to `Workhsheet` [Issue 1420] by muddi900 in https://github.com/burnash/gspread/pull/1444
* Bump typing-extensions from 4.10.0 to 4.11.0 by dependabot in https://github.com/burnash/gspread/pull/1450
* Bump black from 23.3.0 to 24.4.0 by dependabot in https://github.com/burnash/gspread/pull/1452
* Fix incorrect version number in HISTORY.rst from 6.0.1 to 6.1.0 by yhay81 in https://github.com/burnash/gspread/pull/1455
* add `get_notes` by nbwzx in https://github.com/burnash/gspread/pull/1451
* Bump mypy from 1.9.0 to 1.10.0 by dependabot in https://github.com/burnash/gspread/pull/1459
* Bump black from 24.4.0 to 24.4.2 by dependabot in https://github.com/burnash/gspread/pull/1460
* bugfix: handle domain name in spreadsheet copy permissions by lavigne958 in https://github.com/burnash/gspread/pull/1458
* Fix/api key auth version by alifeee in https://github.com/burnash/gspread/pull/1463
* Ignore pip vulnerabilities in CI. by lavigne958 in https://github.com/burnash/gspread/pull/1464
* Remove StrEnum dependency and added custom class[issue 1462] by muddi900 in https://github.com/burnash/gspread/pull/1469

6.1.0

------------------

* Add py.typed marker by lavigne958 in https://github.com/burnash/gspread/pull/1422
* Improve back-off client by lavigne958 in https://github.com/burnash/gspread/pull/1415
* Add new auth method API key by lavigne958 in https://github.com/burnash/gspread/pull/1428
* Bugfix/add set timeout by lavigne958 in https://github.com/burnash/gspread/pull/1417
* Fix wrapper `cast_to_a1_notation` by lavigne958 in https://github.com/burnash/gspread/pull/1427
* Bump bandit from 1.7.5 to 1.7.8 by dependabot in https://github.com/burnash/gspread/pull/1433
* Bump mypy from 1.6.1 to 1.9.0 by dependabot in https://github.com/burnash/gspread/pull/1432
* Bump typing-extensions from 4.8.0 to 4.10.0 by dependabot in https://github.com/burnash/gspread/pull/1424
* Bump flake8 from 5.0.4 to 7.0.0 by dependabot in https://github.com/burnash/gspread/pull/1375
* fix error message readability by imrehg in https://github.com/burnash/gspread/pull/1435
* Add missing method `import_csv()` by lavigne958 in https://github.com/burnash/gspread/pull/1426
* update readme examples by alifeee in https://github.com/burnash/gspread/pull/1431
* Add user friendly message when we can't override a test cassette by lavigne958 in https://github.com/burnash/gspread/pull/1438
* Allow "warning" type protected ranges by alifeee in https://github.com/burnash/gspread/pull/1439
* Improve README and documentation with value render options by lavigne958 in https://github.com/burnash/gspread/pull/1446

6.0.2

------------------

* Fixup gspread client init arguments by lavigne958 in https://github.com/burnash/gspread/pull/1412

6.0.1

------------------

* Allow client to use external Session object by lavigne958 in https://github.com/burnash/gspread/pull/1384
* Remove-py-3.7-support by alifeee in https://github.com/burnash/gspread/pull/1396
* bugfix/client export by lavigne958 in https://github.com/burnash/gspread/pull/1392
* Fix oauth flow typo by alifeee in https://github.com/burnash/gspread/pull/1397
* check oauth creds type using `isinstance` by alifeee in https://github.com/burnash/gspread/pull/1398
* Fix type hints at find method in worksheet.py by deftfitf in https://github.com/burnash/gspread/pull/1407
* Fixup get empty cell value is `None` by lavigne958 in https://github.com/burnash/gspread/pull/1404
* Fix missing attribute `spreadsheet` in `Worksheet`. by lavigne958 in https://github.com/burnash/gspread/pull/1402
* update migration guide by alifeee in https://github.com/burnash/gspread/pull/1409

6.0.0

------------------

* Remove deprecated method delete_row by cgkoutzigiannis in https://github.com/burnash/gspread/pull/1062
* Initial typing in client.py by OskarBrzeski in https://github.com/burnash/gspread/pull/1159
* Split client http client by lavigne958 in https://github.com/burnash/gspread/pull/1190
* Spelling fix & update docs with date_time_render_option behaviour by alifeee in https://github.com/burnash/gspread/pull/1187
* 966 Add sketch typing for utils.py by butvinm in https://github.com/burnash/gspread/pull/1196
* Remove accepted_kwargs decorator by lavigne958 in https://github.com/burnash/gspread/pull/1229
* Remove/python-3.7 by alifeee in https://github.com/burnash/gspread/pull/1234
* Bump isort from 5.11.4 to 5.12.0 by dependabot in https://github.com/burnash/gspread/pull/1165
* bump flake8 to 6.0.0 by alifeee in https://github.com/burnash/gspread/pull/1236
* merge master into 6.0.0 by lavigne958 in https://github.com/burnash/gspread/pull/1241
* Remplace named tuples with enums by lavigne958 in https://github.com/burnash/gspread/pull/1250
* Feature/add type hints worksheets by lavigne958 in https://github.com/burnash/gspread/pull/1254
* Implement hex color conversion by idonec in https://github.com/burnash/gspread/pull/1270
* remove lastUpdateTime by alifeee in https://github.com/burnash/gspread/pull/1295
* Merge `master` into `feature/release_6_0_0` by alifeee in https://github.com/burnash/gspread/pull/1320
* Add type checking to lint by alifeee in https://github.com/burnash/gspread/pull/1337
* Warning/update swapped args by alifeee in https://github.com/burnash/gspread/pull/1336
* Improve `Worksheet.sort()` signature by lavigne958 in https://github.com/burnash/gspread/pull/1342
* Make `get_values` and alias of `get` by alifeee in https://github.com/burnash/gspread/pull/1296
* fix type issue (remove `.first()` function) by alifeee in https://github.com/burnash/gspread/pull/1344
* Remove/get records use index by alifeee in https://github.com/burnash/gspread/pull/1345
* increase warning stacklevel from 1 to 2 by alifeee in https://github.com/burnash/gspread/pull/1361
* Feature/merge master by lavigne958 in https://github.com/burnash/gspread/pull/1371
* feature/merge master by lavigne958 in https://github.com/burnash/gspread/pull/1372
* Simplify get records by alifeee in https://github.com/burnash/gspread/pull/1374
* Add util function `to_records` to build records by lavigne958 in https://github.com/burnash/gspread/pull/1377
* feature/add utils get records by lavigne958 in https://github.com/burnash/gspread/pull/1378
* Add migration guide for get_all_records by lavigne958 in https://github.com/burnash/gspread/pull/1379
* feature/merge master into release 6 0 0 by lavigne958 in https://github.com/burnash/gspread/pull/1381
* Feature/release 6 0 0 by lavigne958 in https://github.com/burnash/gspread/pull/1382

Page 1 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.