SPI error on update - ESPHome Firmware ver. 2023.12.9 to 2024.2.2

I went to update one of my ESP32 boards to latest version and now am getting a compile error and I’m not sure why. The SPI component is an SSD 1306 display. Error code is as follows:

Failed config

spi: [source /config/esphome/garage-esp32.yaml:834]
  
  Standard SPI requires mosi_pin and/or miso_pin; quad SPI requires data_pins only. A clock pin is always required.
  clk_pin: GPIO14
  mosi_pin: GPIO13
  force_sw: False

No code changes between the two Firmware updates. Would anyone have any suggestions?

Updated to ESPHome ver. 2024.3.1 resolved issue!