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
build: relief wrapt version constraint in pyproject.toml
Currently `opentelemetry-instrumentation` prevents wrapt 2.x, which is an unnecessary limit, because `opentelemetry-instrumentation` uses only `wrap_function_wrapper` and `ObjectProxy` from `wrapt`. Both APIs exist in wrapt.
0 commit comments