From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> On Thu, 07 Nov 2024 14:50:01 -0600, Vincent Fazio wrote: > Starting in Python 3.12, extracting files from tarballs without a filter > specified generates a DeprecationWarning [0]. > > For Python >= 3.12, specify the `fully_trusted_filter` filter which > replicates the behavior from previous versions. > > This filter also makes sense as we should be able to trust the tarball > the maintainers generate after the hash has been verified. > > [...] Applied, thanks! [1/1] bindings: python: specify a tar extract filter commit: b66ebbbcf96f104b5d1d8f66c272f737cd8eed90 Best regards, -- Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>