ESP32 AsyncWebServer updates procure compilations issues

Hello everybody, I need to add ElegantOTA library in a operational program; currently platformio.ini is:

[env:az-delivery-devkit-v4]

platform = espressif32

board = az-delivery-devkit-v4

framework = arduino

upload_protocol = esptool

board_build.partitions = spiffs_1_1MB.csv

board_build.filesystem = littlefs

lib_deps =

bodmer/TFT_eSPI

adafruit/Adafruit GFX Library@^1.12.3

fbiego/ESP32Time@^2.0.6

mathieucarbou/ESPAsyncWebServer @ 3.6.0

mathieucarbou/AsyncTCP @ 3.3.2

I am advised to update the libraries installed like this:

[env:az-delivery-devkit-v4]

platform = espressif32

board = az-delivery-devkit-v4

framework = arduino

upload_protocol = esptool

board_build.partitions = spiffs_1_1MB.csv

board_build.filesystem = littlefs

lib_deps =

bodmer/TFT_eSPI

adafruit/Adafruit GFX Library@^1.12.3

fbiego/ESP32Time@^2.0.6

ESPAsyncWebServer @ 3.7.3

AsyncTCP @ 3.3.7

;ayushsharma82/ElegantOTA@^3.1.7

Before installing ElegantOTA, I tried the compilation; Result is horrible. I feel nothing is no longer compatible.