1
0
Fork 0

Merging upstream version 0.8.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 13:47:36 +01:00
parent 624f3af957
commit 7ef749b191
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 334 additions and 99 deletions

View file

@ -63,7 +63,7 @@ class EosVersion(BaseModel):
minor: int = 0
patch: int = 0
rtype: Optional[str] = 'F'
other: Any
other: Any = None
@classmethod
def from_str(cls, eos_version: str) -> EosVersion: