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 6ae5e34 commit ecd2211Copy full SHA for ecd2211
instrumentation-genai/opentelemetry-instrumentation-vertexai/pyproject.toml
@@ -26,7 +26,8 @@ classifiers = [
26
dependencies = [
27
"opentelemetry-api ~= 1.28",
28
"opentelemetry-instrumentation ~= 0.58b0",
29
- "opentelemetry-util-genai == 0.1b0.dev",
+ # TODO: restrict version after the first release
30
+ "opentelemetry-util-genai",
31
"opentelemetry-semantic-conventions ~= 0.58b0",
32
]
33
0 commit comments