Missing asgiref
dependency when installing fastapi instrumentation from 0.25b0
#764
Labels
bug
Something isn't working
Describe your environment Describe any aspect of your environment relevant to the problem, including your Python version, platform, version numbers of installed dependencies, information about your cloud hosting provider, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on main.
Here is a review of my environment:
requirements.txt
file:Steps to reproduce
I use the Fastapi Instrumentation which depends on the
opentelemetry-instrumentation-asgi
package. I run into an import error when I try to import the Fastapi instrumentation package:What is the expected behavior?
Not an import error 😛
What is the actual behavior?
An import error 😭
Additional context
I am fairly certain the breaking change is introduced in 0.25.b0 version of the opentelemtry python contrib package. I tested this by setting fixed versions to my
requirements.txt
file and going back a version each time while rebuilding the docker container.I tried looking into the diff between
0.24b0
and0.25b0
releases but couldn't find anything that would indicate some dependency import issues...The text was updated successfully, but these errors were encountered: