Skip to content

Commit 1f36b90

Browse files
authored
Pin protobuf to 3.20.0 in python layer (#268)
1 parent 75d17e7 commit 1f36b90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-python.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ name: "Pull Request (Python)"
33
on:
44
pull_request:
55
paths:
6-
- 'python/**'
6+
- 'python/**'
77
branches:
88
- main
99

1010
env:
1111
AWS_REGION: us-east-1
12-
CORE_REPO_SHA: 281c97bf8f9e31392859e006e13c9c8eac8967c3
1312

1413
jobs:
1514
PR-Python:
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
opentelemetry-exporter-otlp-proto-http==1.11.1
22
opentelemetry-distro==0.30b1
3-
opentelemetry-instrumentation-aws-lambda==0.30b1
3+
opentelemetry-instrumentation-aws-lambda==0.30b1
4+
protobuf==3.20.0

0 commit comments

Comments
 (0)