File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
instrumentation-genai/opentelemetry-instrumentation-mcp Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dynamic = ["version"]
88description = " OpenTelemetry Official MCP instrumentation"
99readme = " README.rst"
1010license = " Apache-2.0"
11- requires-python = " >=3.10"
11+ requires-python = " >=3.10, <3.14 "
1212authors = [
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 ]
3433instruments = [
35- " mcp >= 0.1.6 " ,
34+ " mcp >= 1.8.1 " ,
3635]
3736
3837[project .urls ]
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments