Skip to content

Commit 800c708

Browse files
authored
Relax openai dependency in boostrap (#264)
So we can release the elastic openai instrumentation without requiring a release of EDOT. While at it bump the elastic openai instrumentation version installed in the Dockerfile to latest.
1 parent b217d67 commit 800c708

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
@@ -55,4 +55,4 @@ opentelemetry-instrumentation-urllib==0.52b0
5555
opentelemetry-instrumentation-urllib3==0.52b0
5656
opentelemetry-instrumentation-wsgi==0.52b0
5757

58-
elastic-opentelemetry-instrumentation-openai==0.6.0
58+
elastic-opentelemetry-instrumentation-openai==0.6.1

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.6.0",
35+
"instrumentation": "elastic-opentelemetry-instrumentation-openai",
3636
}
3737
]
3838

0 commit comments

Comments
 (0)