Using yfinance-cache with Pandas 3.x raises deprecation warnings:
Timestamp.utcnow() => Timestamp.now('UTC')
d frequency string => D
Affected: yfc_ticker.py, yfc_prices_manager.py, yfc_time.py.
The replacement methods are backwards compatible with Pandas 2.x.
Using yfinance-cache with Pandas 3.x raises deprecation warnings:
Timestamp.utcnow()=>Timestamp.now('UTC')dfrequency string =>DAffected:
yfc_ticker.py,yfc_prices_manager.py,yfc_time.py.The replacement methods are backwards compatible with Pandas 2.x.