Skip to content

Commit 53e9fd6

Browse files
authored
chore: pin 'google-cloud-core' to allow 2.x versions (#66)
1 parent 1acc0e5 commit 53e9fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-dns/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# 'Development Status :: 4 - Beta'
2929
# 'Development Status :: 5 - Production/Stable'
3030
release_status = "Development Status :: 3 - Alpha"
31-
dependencies = ["google-cloud-core >= 1.3.0, < 2.0dev"]
31+
dependencies = ["google-cloud-core >= 1.3.0, < 3.0dev"]
3232
extras = {}
3333

3434

0 commit comments

Comments
 (0)