Skip to content

Commit 6a06a34

Browse files
committed
Fix target_python_version.
1 parent 06f0d2b commit 6a06a34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastapi_code_generator/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def generate_code(
140140
data_model_field_type=data_model_types.field_model,
141141
data_type_manager_type=data_model_types.data_type_manager,
142142
dump_resolve_reference_action=data_model_types.dump_resolve_reference_action,
143+
target_python_version=python_version,
143144
)
144145

145146
with chdir(output_dir):

0 commit comments

Comments
 (0)