Skip to content

Commit

Permalink
fix(api): allow labware def schema v3 (#16647)
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj authored Oct 31, 2024
1 parent 8f75ce2 commit 3d45ddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ class InnerWellGeometry(BaseModel):


class LabwareDefinition(BaseModel):
schemaVersion: Literal[1, 2] = Field(
schemaVersion: Literal[1, 2, 3] = Field(
..., description="Which schema version a labware is using"
)
version: int = Field(
Expand Down

0 comments on commit 3d45ddc

Please sign in to comment.