Commit 0b0f0d3
authored
ci: pin wrapt<2 in typing checker (#14971)
## 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 -->1 parent e1b6efa commit 0b0f0d3
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
0 commit comments