Skip to content

Commit

Permalink
Fix conflit with botocore instrumentation
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Silva <[email protected]>
  • Loading branch information
rapphil committed Aug 21, 2024
1 parent 3c054a4 commit b88ff13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions python/src/otel/otel_sdk/nodeps-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TODO: move this dependency to requirements.txt when this dependency gets updated to 0.48b0
# This has to be done because 0.47b0 is pinning a specific version of opentelemetry-propagator-aws-xray
# causing dependency resolution conflicts.
# TODO: move these dependencies to requirements.txt when they stopped relying on a pinned version of
# opentelemetry-propagator-aws-xray
opentelemetry-instrumentation-aws-lambda==0.47b0
opentelemetry-instrumentation-botocore==0.47b0
1 change: 0 additions & 1 deletion python/src/otel/otel_sdk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ opentelemetry-instrumentation-asgi==0.47b0
opentelemetry-instrumentation-asyncpg==0.47b0
opentelemetry-instrumentation-boto==0.47b0
opentelemetry-instrumentation-boto3sqs==0.47b0
opentelemetry-instrumentation-botocore==0.47b0
opentelemetry-instrumentation-celery==0.47b0
opentelemetry-instrumentation-dbapi==0.47b0
opentelemetry-instrumentation-django==0.47b0
Expand Down

0 comments on commit b88ff13

Please sign in to comment.