I had this exact problem.
Thank to your link i found than if i put :
if ( ! defined( 'REQUESTS_SILENCE_PSR0_DEPRECATIONS' ) ) {
define( 'REQUESTS_SILENCE_PSR0_DEPRECATIONS', true );
}
in accelerated-moblie-pages.php the error is gone!
Thank you for pointing me in the right direction! ^^