Skip to content

Commit

Permalink
Fix httpx version
Browse files Browse the repository at this point in the history
Fixes #1459
  • Loading branch information
ocelotl committed Nov 18, 2022
1 parent be4ceec commit 049ef2a
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",
"httpx >= 0.18.0, <= 0.23.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.36b0.dev",
},
"httpx": {
"library": "httpx >= 0.18.0",
"library": "httpx >= 0.18.0, <= 0.23.0",
"instrumentation": "opentelemetry-instrumentation-httpx==0.36b0.dev",
},
"jinja2": {
Expand Down

0 comments on commit 049ef2a

Please sign in to comment.