python-sqlalchemy icon indicating copy to clipboard operation
python-sqlalchemy copied to clipboard

Add support for opentracing <=1.3

Open Coder-DG opened this issue 7 years ago • 3 comments
trafficstars

Hi, can you make this supported by opentracing<=1.3? This makes sure it's up to date with the jaeger-client opentracing requirement.

Coder-DG avatar Sep 27 '18 19:09 Coder-DG

Do you mean opentracing>=1.3? :thinking: I'm getting ERROR: sqlalchemy-opentracing 0.1.6 has requirement opentracing<=1.3,>=1.1, but you'll have opentracing 2.0.0 which is incompatible. when trying to use this with the latest version of jaeger-client-python.

r0fls avatar May 30 '19 16:05 r0fls

@r0fls I guess they need to bump up the version

Coder-DG avatar May 31 '19 09:05 Coder-DG

Do you mean opentracing>=1.3? 🤔 I'm getting ERROR: sqlalchemy-opentracing 0.1.6 has requirement opentracing<=1.3,>=1.1, but you'll have opentracing 2.0.0 which is incompatible. when trying to use this with the latest version of jaeger-client-python.

me too. how to fix it? cc @carlosalberto

willy182 avatar May 13 '20 15:05 willy182