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 bda5fe3 commit c59c332Copy full SHA for c59c332
instrumentation-genai/opentelemetry-instrumentation-openai-v2/pyproject.toml
@@ -25,9 +25,9 @@ classifiers = [
25
"Programming Language :: Python :: 3.13",
26
]
27
dependencies = [
28
- "opentelemetry-api >= 1.35.0",
29
- "opentelemetry-instrumentation ~= 0.56b0",
30
- "opentelemetry-semantic-conventions ~= 0.56b0"
+ "opentelemetry-api >= 1.37.0",
+ "opentelemetry-instrumentation ~= 0.58b0",
+ "opentelemetry-semantic-conventions ~= 0.58b0"
31
32
33
[project.optional-dependencies]
0 commit comments