Skip to content

Commit

Permalink
Merge branch 'main' into drogers-strip-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored Nov 15, 2022
2 parents 3ab1f91 + 47512c8 commit e1c090f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ instruments = [
test = [
"opentelemetry-instrumentation-fastapi[instruments]",
"opentelemetry-test-utils == 0.36b0.dev",
"requests ~= 2.23.0", # needed for testclient
"requests ~= 2.23", # needed for testclient
"httpx ~= 0.22", # needed for testclient
]

[project.entry-points.opentelemetry_instrumentor]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ instruments = [
test = [
"opentelemetry-instrumentation-starlette[instruments]",
"opentelemetry-test-utils == 0.36b0.dev",
"requests ~= 2.23.0", # needed for testclient
"requests ~= 2.23", # needed for testclient
"httpx ~= 0.22", # needed for testclient
]

[project.entry-points.opentelemetry_instrumentor]
Expand Down

0 comments on commit e1c090f

Please sign in to comment.