Skip to content

Commit de003c3

Browse files
fix: enable nameResolutionFeb2025 to fix forward-reference ordering
Speakeasy generates classes in wrong order in source_google_analytics_data_api_schemas_custom_reports_array_int64value.py, causing NameError when importing SourceResponse and related models. The nameResolutionFeb2025 fix flag should address class ordering. Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 90501fe commit de003c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generation:
66
sdkInitStyle: constructor
77
useClassNamesForArrayFields: true
88
fixes:
9-
nameResolutionFeb2025: false
9+
nameResolutionFeb2025: true
1010
parameterOrderingFeb2024: false
1111
requestResponseComponentNamesFeb2024: false
1212
securityFeb2025: false

0 commit comments

Comments
 (0)