Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 604343c

Browse files
brianquinlanliyanhui1228
authored andcommitted
Support the 0.19 version of google-cloud-trace (#174)
1 parent 53f7aaa commit 604343c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from setuptools import setup, find_packages
1919

2020
extras = {
21-
"stackdriver": ['google-cloud-trace>=0.17.0, <0.18dev']
21+
"stackdriver": ['google-cloud-trace>=0.17.0, <0.20dev']
2222
}
2323

2424
install_requires = [

0 commit comments

Comments
 (0)