Comparing v8.120.0...v8.121.0 · DataDog/datadog-lambda-python
Commits on Dec 12, 2025
Commits on Dec 16, 2025
-
Running Gitlab jobs based on skip_e2e_tests variable (#700)
* Running Gitlab jobs based on upstream pipeline existence * check value of env var * more prints * removing gate on e2e tests * another print * print * using upstream project name variable * colons * when on success * Replace commit branch with project name * force fail * remove force fail * Use skip e2e tests global variable * check skip_e2e_test=true explicitly * make variable a string
Commits on Dec 26, 2025
-
* Runtime dependent pyproject.toml * brackets * remove additional quotation marks * overwrote ddtrace value * refactoring pyproject.toml dependencies * rename to project * update authors * move python requirement * have tool.poetry and project * duplicate * fix python requires * have both tool.poetry.dependencies and project.dependencies * re-add tool.poetry.extras * optional dependencies in poetry * conditional ddtrace version * reducing diff * re-add python dependency in poetry * downgrade for python 3.9 * Use dd-trace-py v4.1.1 or above for runtime >= 3.10 * Removing duplicated sections