fix: support ddtrace 3.x.x, including >=3.15 by c-wygoda · Pull Request #661 · DataDog/datadog-lambda-python

@c-wygoda

purple4reina

This was referenced

Oct 1, 2025

purple4reina added a commit to DataDog/dd-trace-py that referenced this pull request

Oct 6, 2025
…python still valid (#14746)

## Description

<!-- Provide an overview of the change and motivation for the change -->

Customer reported that a class name changed in the most recent version
of ddtrace which was then causing errors when attempting to import
`datadog_lambda`. See
DataDog/datadog-lambda-python#661 and
#14653.

## Testing

<!-- Describe your testing strategy or note what tests are included -->

## Risks

<!-- Note any risks associated with this change, or "None" if no risks
-->

It's just some tests, so risk is low.

## Additional Notes

<!-- Any other information that would be helpful for reviewers -->

Added additional tests on the `datadog_lambda` side as well, including
running our unit tests twice a day. See
DataDog/datadog-lambda-python#662.