Commit 1d9b656
authored
fix(uv): Ensure normalization of build dep names (#742)
For consistency with the main uv.lock loading code and to avoid failures
to join annotations with their requirements we need to apply
normalization here. Otherwise we can generate a build graph with
inconsistent annotative deps.
### Changes are visible to end-users: yes
- Searched for relevant documentation and updated as needed: yes
- Breaking change (forces users to change their own code or config): yes
- Suggested release notes appear below: yes
Fixed the UV extension not normalizing annotative dependencies' names,
potentially leading to false missing definition errors.
### Test plan
- Manual testing1 parent 50bf6e1 commit 1d9b656
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
313 | 317 | | |
314 | 318 | | |
315 | 319 | | |
| |||
0 commit comments