We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189f49e commit fe3385fCopy full SHA for fe3385f
Dockerfile
@@ -14,7 +14,7 @@ ENV PATH=/root/.cargo/bin:$PATH
14
15
# Install datadog_lambda and dependencies from local
16
COPY . .
17
-RUN pip install . -t ./python/lib/$runtime/site-packages
+RUN pip install . ddtrace==2.21.3 -t ./python/lib/$runtime/site-packages
18
19
# Remove botocore (40MB) to reduce package size. aws-xray-sdk
20
# installs it, while it's already provided by the Lambda Runtime.
datadog_lambda/version.py
@@ -1 +1 @@
1
-__version__ = "6.105.0"
+__version__ = "6.106.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "datadog_lambda"
3
-version = "6.105.0"
+version = "6.106.0"
4
description = "The Datadog AWS Lambda Library"
5
authors = ["Datadog, Inc. <dev@datadoghq.com>"]
6
license = "Apache-2.0"
0 commit comments