Skip to content

Commit

Permalink
allow version to be none
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Sep 22, 2023
1 parent ebba545 commit efc8d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/neurosynth_compose/schemas/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class StudysetSchema(BaseSchema):
neurostore_id = fields.Pluck(
StudysetReferenceSchema, "id", attribute="studyset_reference"
)
version = fields.String()
version = fields.String(allow_none=True)
url = fields.String(dump_only=True)

@post_dump
Expand Down

0 comments on commit efc8d54

Please sign in to comment.