You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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 -->
0 commit comments