Skip to content

Commit 1433704

Browse files
partheavchudnov-g
andauthored
fix: resolve issues where pre-release versions of dependencies are installed (#318)
Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
1 parent bdf01f9 commit 1433704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# NOTE: Maintainers, please do not require google-cloud-core>=2.x.x
3939
# Until this issue is closed
4040
# https://github.com/googleapis/google-cloud-python/issues/10566
41-
"google-cloud-core >= 1.4.4, < 3.0dev",
41+
"google-cloud-core >= 1.4.4, < 3.0.0",
4242
]
4343
extras = {}
4444

0 commit comments

Comments
 (0)