mirror of
https://github.com/maubot/maubot
synced 2025-08-29 14:30:39 +00:00
Update mautrix-python
This commit is contained in:
parent
0dfc2ccd5b
commit
cb6cb6d372
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ def deserialize_version(version: str) -> Version:
|
|||
|
||||
|
||||
@dataclass
|
||||
class PluginMeta(SerializableAttrs['PluginMeta']):
|
||||
class PluginMeta(SerializableAttrs):
|
||||
id: str
|
||||
version: Version
|
||||
modules: List[str]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue