Skip to content

Commit b8779f8

Browse files
authored
release v8.116.0 with [email protected] (#671)
1 parent fba070d commit b8779f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datadog_lambda/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "8.116.0.dev0"
1+
__version__ = "8.116.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datadog_lambda"
3-
version = "8.116.0.dev0"
3+
version = "8.116.0"
44
description = "The Datadog AWS Lambda Library"
55
authors = ["Datadog, Inc. <[email protected]>"]
66
license = "Apache-2.0"
@@ -28,7 +28,7 @@ classifiers = [
2828
python = ">=3.8.0,<4"
2929
datadog = ">=0.51.0,<1.0.0"
3030
wrapt = "^1.11.2"
31-
ddtrace = ">=3.11.0,<4"
31+
ddtrace = ">=3.16.2,<4"
3232
ujson = ">=5.9.0"
3333
botocore = { version = "^1.34.0", optional = true }
3434
requests = { version ="^2.22.0", optional = true }

0 commit comments

Comments
 (0)