Skip to content

Commit 5e1a6bc

Browse files
partheavchudnov-g
andauthored
fix: resolve issues where pre-release versions of dependencies are installed (#313)
Co-authored-by: Victor Chudnovsky <[email protected]>
1 parent bafe394 commit 5e1a6bc

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
@@ -42,7 +42,7 @@
4242
# NOTE: Maintainers, please do not require google-cloud-core>=2.x.x
4343
# Until this issue is closed
4444
# https://github.com/googleapis/google-cloud-python/issues/10566
45-
"google-cloud-core >= 1.4.4, < 3.0dev",
45+
"google-cloud-core >= 1.4.4, < 3.0.0",
4646
]
4747
extras = {}
4848

0 commit comments

Comments
 (0)