Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/opentelemetry-instrumentation-crewai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ crewai = "opentelemetry.instrumentation.crewai:CrewAIInstrumentor"
[dependency-groups]
dev = [
"autopep8>=2.2.0,<3",
"pytest-sugar==1.0.0",
"pytest>=8.2.2,<9",
"pytest>=8.2.2,<10",
"pytest>=8.2.2,<10",
"ruff>=0.4.0",
]
test = [
"crewai>=1.0.0,<2",
"opentelemetry-sdk>=1.38.0,<2",
"pytest-recording>=0.13.1,<0.14.0",
"pytest-sugar==1.0.0",
"pytest>=8.2.2,<9",
"pytest>=8.2.2,<10",
]

[build-system]
Expand Down
348 changes: 173 additions & 175 deletions packages/opentelemetry-instrumentation-crewai/uv.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/opentelemetry-instrumentation-mcp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ mcp = "opentelemetry.instrumentation.mcp:McpInstrumentor"
dev = [
"autopep8>=2.2.0,<3",
"opentelemetry-exporter-otlp>=1.34.1,<2",
"pytest-sugar==1.0.0",
"pytest>=8.2.2,<9",
"pytest>=8.2.2,<10",
"pytest>=8.2.2,<10",
"ruff>=0.4.0",
]
test = [
Expand All @@ -40,7 +40,7 @@ test = [
"pytest-asyncio>=1.2.0,<2",
"pytest-recording>=0.13.1,<0.14.0",
"pytest-sugar==1.0.0",
"pytest>=8.2.2,<9",
"pytest>=8.2.2,<10",
]

[build-system]
Expand Down
243 changes: 114 additions & 129 deletions packages/opentelemetry-instrumentation-mcp/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ openai_agents = "opentelemetry.instrumentation.openai_agents:OpenAIAgentsInstrum
[dependency-groups]
dev = [
"autopep8>=2.2.0,<3",
"pytest-sugar==1.0.0",
"pytest>=8.2.2,<9",
"pytest>=8.2.2,<10",
"pytest>=8.2.2,<10",
"ruff>=0.4.0",
]
test = [
Expand All @@ -39,7 +39,7 @@ test = [
"pytest-asyncio>=1.0.0,<2",
"pytest-recording>=0.13.1,<0.14.0",
"pytest-sugar==1.0.0",
"pytest>=8.2.2,<9",
"pytest>=8.2.2,<10",
"vcrpy>=8.0.0,<9",
]

Expand Down
332 changes: 165 additions & 167 deletions packages/opentelemetry-instrumentation-openai-agents/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test = [
"opentelemetry-sdk>=1.38.0,<2",
"pytest-recording>=0.13.1,<0.14.0",
"pytest-sugar==1.0.0",
"pytest>=8.2.2,<9",
"pytest>=8.2.2,<10",
"vcrpy>=8.0.0,<9",
]

Expand Down
10 changes: 5 additions & 5 deletions packages/opentelemetry-instrumentation-sagemaker/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ voyageai = "opentelemetry.instrumentation.voyageai:VoyageAIInstrumentor"
[dependency-groups]
dev = [
"autopep8>=2.2.0,<3",
"pytest-sugar==1.0.0",
"pytest>=8.2.2,<9",
"pytest>=8.2.2,<10",
"pytest>=8.2.2,<10",
"ruff>=0.4.0",
]
test = [
Expand All @@ -37,7 +37,7 @@ test = [
"pytest-asyncio>=1.2.0,<2",
"pytest-recording>=0.13.1,<0.14.0",
"pytest-sugar==1.0.0",
"pytest>=8.2.2,<9",
"pytest>=8.2.2,<10",
"vcrpy>=8.0.0,<9",
]

Expand Down
418 changes: 208 additions & 210 deletions packages/opentelemetry-instrumentation-voyageai/uv.lock

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions packages/opentelemetry-instrumentation-writer/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/sample-app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ traceloop-sdk = { path = "../traceloop-sdk", editable = true }
dev = [
"autopep8>=2.3.1,<3",
"ruff>=0.4.0",
"pytest>=8.3.3,<9",
"pytest>=9.0.3,<10",
"pytest-sugar==1.0.0",
"pytest-cov==4.1.0",
"pytest-html==4.1.1",
Expand Down
480 changes: 244 additions & 236 deletions packages/sample-app/uv.lock

Large diffs are not rendered by default.

Loading