latest version of yfinance breaks with pandas_datareader override(). Downgraded yfinance to 0.2.40 and it works again ...
pandas-dev/pandas#61468 is changing the deprecate_kwarg function in pandas. This is being used by pandas-datareader. I recommend vendoring the current version of this function. I can put up a PR to ...