Dependencies for `csprng` becoming untenable?

Hi, so I am using Opacus and PyTorch in a package I am building, and I would like to be able to ensure some level of long term support for the dependencies of the project. I want to use Opacus fully and so would like to utilise the torchcsprng package, but it is still requiring v1.8.1 of PyTorch which is now pretty old. Is there any plan to continually support torchcsprng? I see it hasn’t received much maintenance in a while, but there is a pretty loud warning from Opacus when you don’t use secure_rng, so I am not sure how best to plan the development of my package with these conflicting issues in mind. I would ideally like to use PyTorch 2.0 and the latest version of Opacus…

Thanks!