Skip to content

Commit

Permalink
Make Package version optional. (fixes #171) (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw authored Aug 30, 2023
1 parent c44d676 commit 8dfa1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snyk/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class OrganizationGroup(DataClassJSONMixin):
@dataclass
class Package(DataClassJSONMixin):
name: str
version: str
version: Optional[str] = None
fixVersion: Optional[str] = None


Expand Down

0 comments on commit 8dfa1f8

Please sign in to comment.