We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00183a6 commit 04c0dabCopy full SHA for 04c0dab
instrumentation/elastic-opentelemetry-instrumentation-openai/pyproject.toml
@@ -25,8 +25,8 @@ classifiers = [
25
"Programming Language :: Python :: 3.12",
26
]
27
dependencies = [
28
- # 1.28.2 is required for Events API/SDK
29
- "opentelemetry-api ~= 1.28.2",
+ # 1.28.2 is required for *robust* Events API/SDK
+ "opentelemetry-api ~= 1.28",
30
"opentelemetry-instrumentation ~= 0.49b2",
31
"opentelemetry-semantic-conventions ~= 0.49b2",
32
"wrapt >= 1.0.0, < 2.0.0",
0 commit comments