Commit dca0c27
authored
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.1 parent 2d42884 commit dca0c27
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments