Although the issue seems to be caused by:
opentelemetry-instrumentation-test==1.0.0b.dev
the actual error originates from the sqlalchemy dependency (if included in your project):
; It appears to be the only module missing a version specifier (e.g., >= 3.0). Adding this version specifier resolves the issue on my end. Looks like something has changes in Python
packaging module recently as I don't see any changes in bootstrap_gen.py.
@emdneto, please hold off on merging your PR and consider fixing this line first.
Originally posted by @rayrapetyan in #2968 (comment)
the actual error originates from the
sqlalchemydependency (if included in your project):opentelemetry-python-contrib/opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py
Line 164 in 77613da
packagingmodule recently as I don't see any changes in bootstrap_gen.py.@emdneto, please hold off on merging your PR and consider fixing this line first.
Originally posted by @rayrapetyan in #2968 (comment)