Deprecated: AbstractPluginManager expects ContainerInterface

Hello,

After running migration from ZF2.5.2dev I got a Php Deprecated displayed in development mode:

Laminas\ServiceManager\AbstractPluginManager::__construct now expects a Interop\Container\ContainerInterface instance representing the parent container; please update your code in /home/autopass/dev-local-laminas/vendor/laminas/laminas-servicemanager/src/AbstractPluginManager.php on line 97

Someone have info about that ?
Do you think I have to change something in my code’s app or waiting for a Laminas update ?

Thank you