oras-py
oras-py copied to clipboard
fix: add tls-verify parameters to request retry
Problem: the request retry after auth is added does not use the self._tls_verify variable. Solution: add the variable.
This will close #117