-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge master
into feature/release_6_0_0
#1320
Merge master
into feature/release_6_0_0
#1320
Conversation
remove CellNotFound return SpreadsheetNotFound if spreadsheet not found (before it was returning API error, see #1244)
code by Ido Nechushtan <[email protected]> from #1270
Add deprecation warnings for colors
Add better Exceptions on opening spreadsheets
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ns/checkout-4 Bump actions/checkout from 3 to 4
remove Drive API access on Spreadsheet init (FIX - VERSION 5.11.1)
utils function
Fix merge_combined_cells in get_values (AND 5.11.2 RELEASE)
This test fails gspread/tests/worksheet_test.py Lines 148 to 172 in fc336cb
With the failure: if response.ok:
return response
else:
> raise APIError(response)
E gspread.exceptions.APIError: {'code': 400, 'message': 'Invalid value
at \'data.values\' (type.googleapis.com/google.protobuf.ListValue), "A1:D4"', 'status': 'INVALID_ARGUMENT', 'details': [{'@type': 'type.googleapis.com/google.rpc.BadRequest', 'fieldViolations': [{'field': 'data.values', 'description': 'Invalid value at \'data.values\' (type.googleapis.com/google.protobuf.ListValue), "A1:D4"'}]}]} Looks like setting the initial data isn't working. Ok, I realised this was because |
I have merged Pending @lavigne958's review. See changed files. |
hum true that 🤔 do we have a way to validate that ? something like checking the type of the values may be ? |
I think we can do that. Could you create another issue to track it? |
Co-authored-by: Alexandre Lavigne <[email protected]>
Done apart from one test fails. Not sure why.