Skip to content

Conversation

@dd-octo-sts
Copy link
Contributor

@dd-octo-sts dd-octo-sts bot commented Oct 21, 2025

Backport 0b0f0d3 from #14971 to 3.15.

Description

ddapm-test-agent installs vcrpy which installs "wrapt" with no constraints. This meant we were still install wrapt 2.0 in our hatch lint environment causing us to type against wrapt 2 even though we updated pyproject.toml to be "wrapt>=1,<2".

Testing

Risks

Additional Notes

@dd-octo-sts dd-octo-sts bot requested a review from a team as a code owner October 21, 2025 15:43
@dd-octo-sts dd-octo-sts bot added the changelog/no-changelog A changelog entry is not required for this PR. label Oct 21, 2025
@dd-octo-sts dd-octo-sts bot requested a review from ZStriker19 October 21, 2025 15:43
@github-actions
Copy link
Contributor

CODEOWNERS have been resolved as:

hatch.toml                                                              @DataDog/python-guild

## Description

ddapm-test-agent installs vcrpy which installs "wrapt" with no
constraints. This meant we were still install wrapt 2.0 in our hatch
lint environment causing us to type against wrapt 2 even though we
updated pyproject.toml to be "wrapt>=1,<2".

## Testing

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

## Risks

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

## Additional Notes

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

(cherry picked from commit 0b0f0d3)
@brettlangdon brettlangdon force-pushed the backport-14971-to-3.15 branch from d20a193 to 81138f1 Compare October 21, 2025 15:56
@brettlangdon brettlangdon merged commit 5a5365e into 3.15 Oct 21, 2025
63 of 557 checks passed
@brettlangdon brettlangdon deleted the backport-14971-to-3.15 branch October 21, 2025 16:04
@github-actions
Copy link
Contributor

github-actions bot commented Oct 21, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

The average import time from this PR is: 272 ± 3 ms.

The average import time from base is: 273 ± 3 ms.

The import time difference between this PR and base is: -0.9 ± 0.1 ms.

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 1.910 ms (0.70%)
ddtrace.bootstrap.sitecustomize 1.238 ms (0.45%)
ddtrace.bootstrap.preload 1.238 ms (0.45%)
ddtrace.internal.remoteconfig.client 0.624 ms (0.23%)
ddtrace 0.672 ms (0.25%)
ddtrace.internal._unpatched 0.027 ms (0.01%)
json 0.027 ms (0.01%)
json.decoder 0.027 ms (0.01%)
re 0.027 ms (0.01%)
enum 0.027 ms (0.01%)
types 0.027 ms (0.01%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog A changelog entry is not required for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants