Skip to content

Commit

Permalink
🩹Don't make field nullable if default value is present
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-haffi committed Jul 19, 2024
1 parent e3453e4 commit fd78db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bo4e_generator/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ def parse_bo4e_schemas(
allow_extra_fields=False,
allow_population_by_field_name=True,
use_default_kwarg=True,
strict_nullable=True,
**additional_arguments,
)
parse_result = parser.parse()
Expand Down

0 comments on commit fd78db8

Please sign in to comment.