Skip to content

Commit

Permalink
Add a direct dependency on yarl to instrumentaton-aiohttp-client
Browse files Browse the repository at this point in the history
The minimum version ensures the expected URL string in the tests is
consistent; see
open-telemetry#1772.

The yarl dependency is needed both for the package and for the tests.
  • Loading branch information
musicinmybrain committed May 23, 2023
1 parent cae6ce4 commit 5b5a1ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies = [
"opentelemetry-semantic-conventions == 0.40b0.dev",
"opentelemetry-util-http == 0.40b0.dev",
"wrapt >= 1.0.0, < 2.0.0",
"yarl >= 1.9.1",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 5b5a1ea

Please sign in to comment.