We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98ad96 commit 5d181daCopy full SHA for 5d181da
1 file changed
src/somesy/core/models.py
@@ -650,7 +650,7 @@ def at_least_one_author(self) -> ProjectMetadata:
650
651
name: Annotated[str, Field(description="Project name.")]
652
description: Annotated[str, Field(description="Project description.")]
653
- version: Annotated[str, Field(description="Project version.")]
+ version: Annotated[Optional[str], Field(description="Project version.")] = None
654
license: Annotated[LicenseEnum, Field(description="SPDX License string.")]
655
656
homepage: Annotated[
0 commit comments