Skip to content

Commit bb57d1c

Browse files
committed
Remove wrapt from httpx
1 parent 1ff9cba commit bb57d1c

File tree

2 files changed

+0
-2
lines changed
  • instrumentation/opentelemetry-instrumentation-httpx

2 files changed

+0
-2
lines changed

instrumentation/opentelemetry-instrumentation-httpx/setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ install_requires =
4242
opentelemetry-api ~= 1.3
4343
opentelemetry-instrumentation == 0.24b0
4444
opentelemetry-semantic-conventions == 0.24b0
45-
wrapt >= 1.0.0, < 2.0.0
4645

4746
[options.extras_require]
4847
test =

instrumentation/opentelemetry-instrumentation-httpx/src/opentelemetry/instrumentation/httpx/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import typing
1717

1818
import httpx
19-
import wrapt
2019

2120
from opentelemetry import context
2221
from opentelemetry.instrumentation.httpx.package import _instruments

0 commit comments

Comments
 (0)