From f5a755d7e6856d78547decd0c21bae29b731cb73 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Thu, 25 Sep 2025 09:50:23 -0700 Subject: [PATCH] fix: Add 'input' to allowedRedefinedBuiltins This will ensure that the arguments are `input` not `input_`. --- .speakeasy/gen.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index f2147a45..72d07d69 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -34,6 +34,7 @@ python: allowedRedefinedBuiltins: - id - object + - input asyncMode: both authors: - Speakeasy