Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit caac0c3

Browse files
committed
Merge pull request GoogleCloudPlatform#267 from pcostell/deps
Update dependency to be production version of googledatastore.
2 parents 4a56329 + 3e23606 commit caac0c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020

2121

2222
REQUIREMENTS = [
23-
# This requirement will eventually be 'googledatastore==4.0.0b1'.
24-
'testing-v1beta3-googledatastore==4.0.0b4',
23+
'googledatastore==5.0.0b0',
2524
]
2625
TEST_REQUIREMENTS = [
2726
'portpicker',

0 commit comments

Comments
 (0)