Skip to content

Commit dee908f

Browse files
authored
Bump elastic-opentelemetry-instrumentation-openai dependency to 0.6.0 (#210)
1 parent 0d1b171 commit dee908f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ opentelemetry-instrumentation-urllib==0.49b2
5353
opentelemetry-instrumentation-urllib3==0.49b2
5454
opentelemetry-instrumentation-wsgi==0.49b2
5555

56-
elastic-opentelemetry-instrumentation-openai==0.5.0
56+
elastic-opentelemetry-instrumentation-openai==0.6.0

src/elasticotel/instrumentation/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
_EDOT_INSTRUMENTATIONS = [
3333
{
3434
"library": "openai >= 1.2.0",
35-
"instrumentation": "elastic-opentelemetry-instrumentation-openai==0.5.0",
35+
"instrumentation": "elastic-opentelemetry-instrumentation-openai==0.6.0",
3636
}
3737
]
3838

0 commit comments

Comments
 (0)