Skip to content

Commit 863d293

Browse files
committed
Rolling back the dependency update for trace.
This is so that an "off-master" release can be done without being gated on a `google-cloud-core` release.
1 parent 448b147 commit 863d293

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

trace/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
install_requires = [
1111
'google-gax>=0.15.7, <0.16dev',
12-
'google-cloud-core[grpc] >= 0.27.1, < 0.28dev',
12+
'googleapis-common-protos[grpc]>=1.5.2, <2.0dev',
13+
'google-cloud-core >= 0.27.0, < 0.28dev',
1314
]
1415

1516
setup(

0 commit comments

Comments
 (0)