mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-14 22:37:16 +01:00
Fix obs_api.Keyinfo by making 'project' field optional
This commit is contained in:
parent
d4ec8e7f3a
commit
99ef37b2e3
@ -8,7 +8,7 @@ from .keyinfo_sslcert import KeyinfoSslcert
|
|||||||
class Keyinfo(XmlModel):
|
class Keyinfo(XmlModel):
|
||||||
XML_TAG = "keyinfo"
|
XML_TAG = "keyinfo"
|
||||||
|
|
||||||
project: str = Field(
|
project: Optional[str] = Field(
|
||||||
xml_attribute=True,
|
xml_attribute=True,
|
||||||
description=textwrap.dedent(
|
description=textwrap.dedent(
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user