Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

Commit 2ceaf84

Browse files
carlosalbertoyurishkuro
authored andcommitted
Update our opentracing dependency to be >=1.21 and < 2.0. (opentracing#27)
This way we will get the latest version of the 1.x series, which should be just fine, as no API breakage should happen.
1 parent 7cd6fa7 commit 2ceaf84

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
@@ -22,7 +22,7 @@
2222
platforms='any',
2323
install_requires=[
2424
'protobuf>=3.0.0b2.post2',
25-
'opentracing>=1.2.1,<1.3',
25+
'opentracing>=1.2.1,<2.0',
2626
'six>=1.10.0,<2.0',
2727
],
2828
extras_require={

0 commit comments

Comments
 (0)