Skip to content

Commit

Permalink
fix: bump minimum version for openinference-instrumentation (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Aug 7, 2024
1 parent d3808c4 commit 12e11ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"opentelemetry-api",
"opentelemetry-instrumentation",
"opentelemetry-semantic-conventions",
"openinference-instrumentation>=0.1.7",
"openinference-instrumentation>=0.1.12",
"openinference-semantic-conventions",
"wrapt",
"typing-extensions",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"opentelemetry-api",
"opentelemetry-instrumentation",
"opentelemetry-semantic-conventions",
"openinference-instrumentation>=0.1.7",
"openinference-instrumentation>=0.1.12",
"openinference-semantic-conventions",
"wrapt",
"typing-extensions",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"opentelemetry-api",
"opentelemetry-instrumentation",
"opentelemetry-semantic-conventions",
"openinference-instrumentation>=0.1.7",
"openinference-instrumentation>=0.1.12",
"openinference-semantic-conventions",
"wrapt",
"typing-extensions",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"opentelemetry-api",
"opentelemetry-instrumentation",
"opentelemetry-semantic-conventions",
"openinference-instrumentation>=0.1.7",
"openinference-instrumentation>=0.1.12",
"openinference-semantic-conventions",
"wrapt",
]
Expand Down

0 comments on commit 12e11ea

Please sign in to comment.