We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba070d commit b8779f8Copy full SHA for b8779f8
datadog_lambda/version.py
@@ -1 +1 @@
1
-__version__ = "8.116.0.dev0"
+__version__ = "8.116.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "datadog_lambda"
3
-version = "8.116.0.dev0"
+version = "8.116.0"
4
description = "The Datadog AWS Lambda Library"
5
authors = ["Datadog, Inc. <[email protected]>"]
6
license = "Apache-2.0"
@@ -28,7 +28,7 @@ classifiers = [
28
python = ">=3.8.0,<4"
29
datadog = ">=0.51.0,<1.0.0"
30
wrapt = "^1.11.2"
31
-ddtrace = ">=3.11.0,<4"
+ddtrace = ">=3.16.2,<4"
32
ujson = ">=5.9.0"
33
botocore = { version = "^1.34.0", optional = true }
34
requests = { version ="^2.22.0", optional = true }
0 commit comments