Commit 0406024
fix: use exact word boundary in built-in module check
grep -q "^re" was matching 'requests' since it starts with 're'.
Use a regex that requires the module name to be followed by a
version specifier, whitespace, or end-of-line.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 626c949 commit 0406024
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments