Skip to content

Commit 1bee53d

Browse files
authored
Revert 2 latest changes (#558)
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent fc74134 commit 1bee53d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
2222
- Refactor configuration for adding Application Signals Dimensions to EMF exporter
2323
([#552](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/552))
2424
- Fix CVE-2025-66471. No associated PR since `urllib3` dependency will auto-bump to `2.6.x` upon release.
25-
- Update opentelemetry-sdk-extension-aws to version 2.1.0
26-
([#500](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/500))
2725

2826
## v0.14.0 - 2025-11-19
2927
- Add Resource and CFN Attributes for Bedrock AgentCore spans

aws-opentelemetry-distro/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"opentelemetry-propagator-b3 == 1.33.1",
3434
"opentelemetry-propagator-jaeger == 1.33.1",
3535
"opentelemetry-exporter-otlp-proto-common == 1.33.1",
36-
"opentelemetry-sdk-extension-aws == 2.1.0",
36+
"opentelemetry-sdk-extension-aws == 2.0.2",
3737
"opentelemetry-propagator-aws-xray == 1.0.1",
3838
"opentelemetry-distro == 0.54b1",
3939
"opentelemetry-processor-baggage == 0.54b1",

0 commit comments

Comments
 (0)