File tree 2 files changed +4
-2
lines changed
opentelemetry-instrumentation-fastapi
opentelemetry-instrumentation-starlette
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ instruments = [
39
39
test = [
40
40
" opentelemetry-instrumentation-fastapi[instruments]" ,
41
41
" opentelemetry-test-utils == 0.36b0.dev" ,
42
- " requests ~= 2.23.0" , # needed for testclient
42
+ " requests ~= 2.23" , # needed for testclient
43
+ " httpx ~= 0.22" , # needed for testclient
43
44
]
44
45
45
46
[project .entry-points .opentelemetry_instrumentor ]
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ instruments = [
39
39
test = [
40
40
" opentelemetry-instrumentation-starlette[instruments]" ,
41
41
" opentelemetry-test-utils == 0.36b0.dev" ,
42
- " requests ~= 2.23.0" , # needed for testclient
42
+ " requests ~= 2.23" , # needed for testclient
43
+ " httpx ~= 0.22" , # needed for testclient
43
44
]
44
45
45
46
[project .entry-points .opentelemetry_instrumentor ]
You can’t perform that action at this time.
0 commit comments