Skip to content

Commit dca0c27

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-instrumentation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
dependencies = [
2828
"opentelemetry-api ~= 1.4",
2929
"opentelemetry-semantic-conventions == 0.60b0.dev",
30-
"wrapt >= 1.0.0, < 2.0.0",
30+
"wrapt >= 1.0.0, < 3.0.0",
3131
"packaging >= 18.0",
3232
]
3333

0 commit comments

Comments
 (0)