From f81edbbbeae3efe38121134264a73b4ae1062827 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:22:17 +0000 Subject: [PATCH 1/2] chore(deps): update dependency guzzlehttp/psr7 to v3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 54039757..c50d9151 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "amphp/amp": "^3.1", "amphp/http-client": "^5.3", "amphp/http-client-psr7": "^1.1", - "guzzlehttp/psr7": "^2.6", + "guzzlehttp/psr7": "^3.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^2.0", From 0bcd75633d2695be947d6bccf9b1e33324c20d74 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Thu, 30 Jul 2026 15:40:11 +0200 Subject: [PATCH 2/2] test(http): update multipart expectation for psr7 v3 --- tests/Client/Http/RequestFactoryTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Client/Http/RequestFactoryTest.php b/tests/Client/Http/RequestFactoryTest.php index abc946aa..541cb4cd 100644 --- a/tests/Client/Http/RequestFactoryTest.php +++ b/tests/Client/Http/RequestFactoryTest.php @@ -103,7 +103,6 @@ public function testParamParsed(): void "\r\n", [ 'Content-Disposition: form-data; name="param_p_2"', - 'Content-Length: 10', '', $now->getTimestamp(), ],