Skip to content

Commit

Permalink
Merge pull request #68 from cancervariants/issue-64
Browse files Browse the repository at this point in the history
Issue 64
  • Loading branch information
korikuzma authored Aug 9, 2021
2 parents 034d4d4 + 754a796 commit 33ab615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gene/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Chromosome(str, Enum):
class Location(BaseModel):
"""Define string constraints for the location attribute."""

id: StrictStr = Field(..., alias='_id')
id: Optional[StrictStr] = Field(alias='_id')
type: LocationType


Expand Down
2 changes: 1 addition & 1 deletion gene/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.13"
__version__ = "0.1.14"

0 comments on commit 33ab615

Please sign in to comment.