File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV PATH=/root/.cargo/bin:$PATH
14
14
15
15
# Install datadog_lambda and dependencies from local
16
16
COPY . .
17
- RUN pip install . -t ./python/lib/$runtime/site-packages
17
+ RUN pip install . ddtrace==2.21.3 -t ./python/lib/$runtime/site-packages
18
18
19
19
# Remove botocore (40MB) to reduce package size. aws-xray-sdk
20
20
# installs it, while it's already provided by the Lambda Runtime.
Original file line number Diff line number Diff line change 1
- __version__ = "6.105 .0"
1
+ __version__ = "6.106 .0"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " datadog_lambda"
3
- version = " 6.105 .0"
3
+ version = " 6.106 .0"
4
4
description = " The Datadog AWS Lambda Library"
5
5
authors = [" Datadog, Inc. <dev@datadoghq.com>" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments