Skip to content

Commit

Permalink
fix: increase version lower bound for openinference-instrumentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Sep 10, 2024
1 parent 34ff091 commit 3236d27
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
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.15",
"openinference-instrumentation>=0.1.17",
"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.12",
"openinference-instrumentation>=0.1.17",
"openinference-semantic-conventions>=0.1.7",
"wrapt",
]
Expand Down
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.12",
"openinference-instrumentation>=0.1.17",
"openinference-semantic-conventions",
"wrapt",
"typing-extensions",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"opentelemetry-api",
"opentelemetry-instrumentation",
"opentelemetry-semantic-conventions",
"openinference-instrumentation>=0.1.12",
"openinference-instrumentation>=0.1.17",
"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.12",
"openinference-instrumentation>=0.1.17",
"openinference-semantic-conventions",
"wrapt",
"typing-extensions",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"opentelemetry-api",
"opentelemetry-instrumentation",
"opentelemetry-semantic-conventions",
"openinference-instrumentation>=0.1.12",
"openinference-instrumentation>=0.1.17",
"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.15",
"openinference-instrumentation>=0.1.17",
"openinference-semantic-conventions",
"wrapt",
"typing-extensions",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"opentelemetry-api",
"opentelemetry-instrumentation",
"opentelemetry-semantic-conventions",
"openinference-instrumentation>=0.1.12",
"openinference-instrumentation>=0.1.17",
"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.12",
"openinference-instrumentation>=0.1.17",
"openinference-semantic-conventions>=0.1.9",
"wrapt",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"opentelemetry-api",
"opentelemetry-sdk",
"opentelemetry-instrumentation",
"openinference-instrumentation>=0.1.12",
"openinference-instrumentation>=0.1.17",
"openinference-semantic-conventions>=0.1.9",
"wrapt",
]
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.12",
"openinference-instrumentation>=0.1.17",
"openinference-semantic-conventions>=0.1.9",
"typing-extensions",
"wrapt",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"opentelemetry-api",
"opentelemetry-instrumentation",
"opentelemetry-semantic-conventions",
"openinference-instrumentation>=0.1.12",
"openinference-instrumentation>=0.1.17",
"openinference-semantic-conventions",
"wrapt",
]
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.12",
"openinference-instrumentation>=0.1.17",
"openinference-semantic-conventions>=0.1.9",
"typing-extensions",
"wrapt",
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.12",
"openinference-instrumentation>=0.1.17",
"openinference-semantic-conventions",
"wrapt",
]
Expand Down

0 comments on commit 3236d27

Please sign in to comment.