Skip to content

Commit 2652805

Browse files
yiyuan-hewangzlei
andauthored
Revert 2 latest changes (#558) (#559)
*Description of changes:* Applying #558 to release branch. Context is the upgrade was causing the custom metrics tests in our main build to fail. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Co-authored-by: Lei Wang <66336933+wangzlei@users.noreply.github.com>
1 parent 6ef3102 commit 2652805

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
- Fix CVE-2025-66471. No associated PR since `urllib3` dependency will auto-bump to `2.6.x` upon release.
2323
- [PATCH] Add safety check for bedrock ConverseStream responses
2424
([#547](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/547))
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)