We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9735283 commit 6cd9cffCopy full SHA for 6cd9cff
pyproject.toml
@@ -6,9 +6,6 @@ authors = ["Datadog, Inc. <dev@datadoghq.com>"]
6
7
[project]
8
name = "datadog_lambda"
9
-version = "8.121.0.dev0"
10
-description = "The Datadog AWS Lambda Library"
11
-authors = [{ name = "Datadog, Inc.", email = "dev@datadoghq.com" }]
12
license = "Apache-2.0"
13
readme = "README.md"
14
requires-python = ">=3.8.0,<4"
@@ -40,6 +37,8 @@ classifiers = [
40
37
"Programming Language :: Python :: 3.14",
41
38
]
42
39
+# can remove tool.poetry.depencies and tool.poetry.extras
+# after deprecation of Python 3.8
43
[tool.poetry.dependencies]
44
python = ">=3.8.0,<4"
45
datadog = ">=0.51.0,<1.0.0"
0 commit comments