Skip to content

Commit 219b92d

Browse files
committed
build: fix broken serverless ci builds
1 parent 7c36e9a commit 219b92d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
[project]
2+
name = "datadog_lambda"
3+
version = "8.123.0.dev0"
4+
requires-python = ">=3.8.0,<4"
5+
dependencies = [
6+
"datadog>=0.51.0,<1.0.0",
7+
"wrapt>=1.11.2,<2",
8+
"ddtrace>=3.19.1,<4; python_version>='3.8' and python_version<'3.10'",
9+
"ddtrace>=4.1.1,<5; python_version>='3.10'",
10+
"ujson>=5.9.0",
11+
]
12+
113
[tool.poetry]
214
name = "datadog_lambda"
315
version = "8.123.0.dev0"

0 commit comments

Comments
 (0)