Skip to content

Commit 04c0dab

Browse files
committed
elastic-opentelemetry-instrumentation-openai: relax api requirements
Relax requirements so that the upcoming 1.29.0 will be fine too. Keep the comment signaling that you want at least 1.28.2.
1 parent 00183a6 commit 04c0dab

File tree

1 file changed

+2
-2
lines changed
  • instrumentation/elastic-opentelemetry-instrumentation-openai

1 file changed

+2
-2
lines changed

instrumentation/elastic-opentelemetry-instrumentation-openai/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ classifiers = [
2525
"Programming Language :: Python :: 3.12",
2626
]
2727
dependencies = [
28-
# 1.28.2 is required for Events API/SDK
29-
"opentelemetry-api ~= 1.28.2",
28+
# 1.28.2 is required for *robust* Events API/SDK
29+
"opentelemetry-api ~= 1.28",
3030
"opentelemetry-instrumentation ~= 0.49b2",
3131
"opentelemetry-semantic-conventions ~= 0.49b2",
3232
"wrapt >= 1.0.0, < 2.0.0",

0 commit comments

Comments
 (0)