Skip to content

Commit 6239454

Browse files
committed
Support CrewAI Tracing
1 parent a6c4b52 commit 6239454

5 files changed

Lines changed: 272 additions & 250 deletions

File tree

instrumentation-loongsuite/loongsuite-instrumentation-crewai/pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "OpenTelemetry CrewAI instrumentation"
99
readme = "README.md"
1010
license = "Apache-2.0"
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.10,<4"
1212
authors = [
1313
{ name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" },
1414
]
@@ -25,8 +25,12 @@ classifiers = [
2525
"Programming Language :: Python :: 3.12",
2626
]
2727
dependencies = [
28-
"opentelemetry-api <= 1.35.0",
28+
"opentelemetry-api ~= 1.34.0",
2929
"wrapt >= 1.0.0, < 2.0.0",
30+
# "opentelemetry-api ~=1.37",
31+
# "opentelemetry-instrumentation >=0.58b0, <2",
32+
# "opentelemetry-semantic-conventions >=0.58b0, <2",
33+
"opentelemetry-util-genai ~= 0.1b0",
3034
]
3135

3236
[project.optional-dependencies]

0 commit comments

Comments
 (0)