-
Notifications
You must be signed in to change notification settings - Fork 814
Description
Describe your environment
This issue is created to kick off the discussion and lead to possible solution for the version conflict error.
After a new release in otel-python and otel-python-contrib the usage of the instrumentation in previous releases is leading to version conflct error. While using the instrumentations of previous release 1.12.0 has broken when using the current Release 1.13.0
it is suspected that pinned version requirement dependency of opentelemetry-sdk in opentelemetry-distro might be the reason.
Use compatible Runtime ~= for dependencies like here ? in opentelemetry-distro and any other similar places.
What is the expected behavior?
No Version conflict and ease to use the instrumentation of previous release version.
Additional context
For more context requirements.txt
Relevant slack thread
