-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dependencies)!: Upgrade to google-cloud-datastore 2.x (#841)
* feat(dependencies)!: Upgrade to google-cloud-datastore >= 2.7.2 This is the first version of google-cloud-datastore that does not support Python 3.6, which aligns it with our supported versions. Also upgrade some other minimum dependencies to align. BREAKING CHANGE: If you are using both the NDB and the base google-cloud-datastore classes in your codebase, you will have to update your use of those google-cloud-datastore classes. See https://github.com/googleapis/python-datastore/blob/main/UPGRADING.md for recommendations for upgrading to google-cloud-datastore 2.x. tweak deps * fix: Update module imports * fix: Fix enum namespaces * fix: Update datastore stub creation * fix: Update API capitalization/casing The new Datastore GRPC transport has different method naming conventions than the old stub did. * fix: Correct access to SerializeToString, CopyFrom, and MergeFromString * test: Fix tests
- Loading branch information
Showing
12 changed files
with
171 additions
and
145 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
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
Oops, something went wrong.