Skip to content

Commit 61537ca

Browse files
committed
revert upstream change to depend on opencensus >0.12 because it is not released yet
1 parent fbdd428 commit 61537ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/opencensus-ext-azure/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
install_requires=[
4444
'azure-core >= 1.12.0, < 2.0.0',
4545
'azure-identity >= 1.5.0, < 2.0.0',
46-
'opencensus >= 0.12.dev0, < 1.0.0',
46+
'opencensus >= 0.11.0, < 1.0.0',
4747
'psutil >= 5.6.3',
4848
'requests >= 2.19.0',
4949
],

0 commit comments

Comments
 (0)