Skip to content

Commit

Permalink
Update repository_service_tuf_api/common_models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Pühringer <[email protected]>
  • Loading branch information
kairoaraujo and lukpueh authored Feb 1, 2024
1 parent f1da4fb commit d4fde13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository_service_tuf_api/common_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class TUFSigned(BaseModel):
class Config:
fields = {"type": "_type"}
# allow extra unrecognized fields (but it will be validated)
# https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.extra
# https://docs.pydantic.dev/1.10/usage/model_config/#options
extra = Extra.allow

# Custom Validator for the extra fields (TUF unrecognized_fields)
Expand Down

0 comments on commit d4fde13

Please sign in to comment.