fix: update silo submodule — delete_bom_entry error normalization (#59) #77
Reference in New Issue
Block a user
Delete Branch "fix/delete-bom-entry-request"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates silo submodule (silo-mod -> silo-client) to fix
delete_bom_entry()which used rawurllib.requestinstead ofSiloClient._request(), bypassing 401 auth clearing and standard error normalization. Now usesself._request('DELETE', ..., raw=True), matching all other BOM methods.Closes #59