Skip to content

Commit

Permalink
Relax httpx version to allow 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipuniverse committed Apr 12, 2023
1 parent a7a4f71 commit 86f6723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [

[project.optional-dependencies]
instruments = [
"httpx >= 0.18.0, <= 0.23.0",
"httpx >= 0.18.0",
]
test = [
"opentelemetry-instrumentation-httpx[instruments]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"instrumentation": "opentelemetry-instrumentation-grpc==0.39b0.dev",
},
"httpx": {
"library": "httpx >= 0.18.0, <= 0.23.0",
"library": "httpx >= 0.18.0",
"instrumentation": "opentelemetry-instrumentation-httpx==0.39b0.dev",
},
"jinja2": {
Expand Down

0 comments on commit 86f6723

Please sign in to comment.