-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fixes and fix Unit test pipeline (#79)
* Allow UTF-8 surrogate characters when decoding (and encoding) TEXT properties in db and ndb * Update README to add instruction for consuming pre-release versions of the SDK. * Add constraint for protobuf version in tox.ini, since 'protobuf >= 4' has breaking changes that breaks our CI tests.
- Loading branch information
Showing
4 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ deps = | |
google-auth | ||
mock | ||
Pillow | ||
protobuf | ||
protobuf < 4 | ||
pytz | ||
requests | ||
ruamel.yaml | ||
|