python-sqlalchemy
python-sqlalchemy copied to clipboard
Add support for opentracing <=1.3
Hi, can you make this supported by opentracing<=1.3?
This makes sure it's up to date with the jaeger-client opentracing requirement.
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 I guess they need to bump up the version
Do you mean
opentracing>=1.3? 🤔 I'm gettingERROR: 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