Skip to content

Commit

Permalink
Fix target_python_version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chantera committed Jul 29, 2024
1 parent 06f0d2b commit 6a06a34
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 6a06a34

Please sign in to comment.