I think that you will need to explicitly set the auto_adjust parameter to false in order to (now) get the 'Adj Price' column.
df = yf.download('nvda', period="1d", auto_adjust=True)
Otherwise, you just get 'Close'.
I'm using Version: 0.2.51