You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it safe to upgrade opentracing dependency to 2.2.0?
I'm trying to use jaeger_client latest (4.0.0, which needs opentracing <3.0,>=2.1) in my Flask app. Unfortunately, that won't work because flask-opentracing 1.0.0 requires opentracing<2.1,>=2.0.
The text was updated successfully, but these errors were encountered:
Is it safe to upgrade opentracing dependency to
2.2.0
?I'm trying to use jaeger_client latest (
4.0.0
, which needsopentracing <3.0,>=2.1
) in my Flask app. Unfortunately, that won't work becauseflask-opentracing 1.0.0
requiresopentracing<2.1,>=2.0
.The text was updated successfully, but these errors were encountered: