The opentelemetry_exporter has a transitive dependency on chatterbox, whose module names h2_* clash with h2.
opentelemetry_exporter <- grpcbox <- chatterbox
Unfortunately, both ' chatterboxandgrpcbox` do not appear to be actively maintained. Will it be possible to rename the newly introduced h2 library such that the module naming conflict situation can be resolved swiftly?
Related: joedevivo/chatterbox#154
Very much appreciated for looking into this. This will allow people who depend on both to upgrade their hackney version to resolve the recent CVEs.
The
opentelemetry_exporterhas a transitive dependency on chatterbox, whose module namesh2_*clash with h2.Unfortunately, both ' chatterbox
andgrpcbox` do not appear to be actively maintained. Will it be possible to rename the newly introduced h2 library such that the module naming conflict situation can be resolved swiftly?Related: joedevivo/chatterbox#154
Very much appreciated for looking into this. This will allow people who depend on both to upgrade their hackney version to resolve the recent CVEs.