Why FutureWarning: pickle support for Storage will be removed in 1.5?

pytorch seems plan to drop pickle support for torch.Tensor, why?
This will cause problems in my code. For example, I need to replace all pickle.dumps/pickle.loads in my RPC based application with torch.save/torch.load, which shouldn’t have any dependency with deeplearning frameworks.