Skip to content

Commit de8a00a

Browse files
committed
bump version and removed mcp instrumentation from excludes
1 parent d93eec6 commit de8a00a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

instrumentation-genai/opentelemetry-instrumentation-mcp/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "OpenTelemetry Official MCP instrumentation"
99
readme = "README.rst"
1010
license = "Apache-2.0"
11-
requires-python = ">=3.10"
11+
requires-python = ">=3.10, <3.14"
1212
authors = [
1313
{ name = "OpenTelemetry Authors", email = "[email protected]" },
1414
]
@@ -18,7 +18,6 @@ classifiers = [
1818
"License :: OSI Approved :: Apache Software License",
1919
"Programming Language :: Python",
2020
"Programming Language :: Python :: 3",
21-
2221
"Programming Language :: Python :: 3.10",
2322
"Programming Language :: Python :: 3.11",
2423
"Programming Language :: Python :: 3.12",
@@ -32,7 +31,7 @@ dependencies = [
3231

3332
[project.optional-dependencies]
3433
instruments = [
35-
"mcp >= 0.1.6",
34+
"mcp >= 1.8.1",
3635
]
3736

3837
[project.urls]

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,4 @@ exclude = [
216216
"instrumentation-genai/opentelemetry-instrumentation-langchain/examples/**/*.py",
217217
"instrumentation-genai/opentelemetry-instrumentation-weaviate/tests/**/*.py",
218218
"instrumentation-genai/opentelemetry-instrumentation-weaviate/examples/**/*.py",
219-
"instrumentation-genai/opentelemetry-instrumentation-mcp/tests/**/*.py",
220-
"instrumentation-genai/opentelemetry-instrumentation-mcp/examples/**/*.py",
221219
]

0 commit comments

Comments
 (0)