Skip to content
Merged
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
([#741](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/741))
- fix(mcp-instrumentation): suppress MCP `/ping` spans when agent observability is enabled
([#748](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/748))
- fix: pin urllib3 to 2.7.0 to fix CVE-2026-44431 and CVE-2026-44432
([#753](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/753))

## v0.17.0 - 2026-04-08

Expand Down
1 change: 1 addition & 0 deletions aws-opentelemetry-distro/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ dependencies = [
"opentelemetry-instrumentation-cassandra == 0.61b0",
"opentelemetry-instrumentation-openai-agents-v2 == 0.1.0",
"cachetools == 6.2.4",
"urllib3 >= 2.7.0; python_version >= '3.10'",
"protobuf == 6.33.5",
"pyyaml == 6.0.3",
]
Expand Down
Loading