Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 75d4cb1

Browse files
author
David Ginzbourg
committedSep 28, 2018
Change opentracing version
1 parent be9783d commit 75d4cb1

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
@@ -15,7 +15,7 @@
1515
platforms='any',
1616
install_requires=[
1717
'sqlalchemy',
18-
'opentracing>=1.1,<1.2'
18+
'opentracing>=1.1,<=1.3'
1919
],
2020
classifiers=[
2121
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)
Please sign in to comment.