From 64d93afc150c8a9ad6969678d7fe3092f2655ec3 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Thu, 4 Dec 2025 15:44:21 -0500 Subject: [PATCH] fix: Move `multipartArrayFormat` to correct section in gen.yaml --- .speakeasy/gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index ad246195..bad83ffd 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -29,7 +29,6 @@ generation: generateTests: true generateNewTests: true skipResponseBodyAssertions: true - multipartArrayFormat: standard python: version: 0.11.22 additionalDependencies: @@ -76,3 +75,4 @@ python: responseFormat: flat sseFlatResponse: false templateVersion: v2 + multipartArrayFormat: standard