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 8f074f6 commit 84b77e5Copy full SHA for 84b77e5
instrumentation-genai/opentelemetry-instrumentation-openai-agents-v2/pyproject.toml
@@ -25,9 +25,9 @@ classifiers = [
25
"Programming Language :: Python :: 3.13",
26
]
27
dependencies = [
28
- "opentelemetry-api ~= 1.37",
29
- "opentelemetry-instrumentation >=0.58b0, <2",
30
- "opentelemetry-semantic-conventions >=0.58b0, <2",
+ "opentelemetry-api >= 1.37",
+ "opentelemetry-instrumentation >= 0.58b0",
+ "opentelemetry-semantic-conventions >= 0.58b0",
31
"opentelemetry-util-genai"
32
33
@@ -49,7 +49,6 @@ path = "src/opentelemetry/instrumentation/openai_agents/version.py"
49
[tool.hatch.build.targets.sdist]
50
include = [
51
"/src",
52
- "/tests",
53
54
55
[tool.hatch.build.targets.wheel]
0 commit comments