Skip to content

Commit

Permalink
Merge pull request #445 from chantera/fix-target_python_version
Browse files Browse the repository at this point in the history
Fix target_python_version
  • Loading branch information
koxudaxi authored Dec 14, 2024
2 parents 36ccde4 + 6a06a34 commit f0a94d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastapi_code_generator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def generate_code(
data_model_field_type=data_model_types.field_model,
data_type_manager_type=data_model_types.data_type_manager,
dump_resolve_reference_action=data_model_types.dump_resolve_reference_action,
target_python_version=python_version,
)

with chdir(output_dir):
Expand Down

0 comments on commit f0a94d6

Please sign in to comment.