satori-python-core 0.11.1__tar.gz → 0.11.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: satori-python-core
3
- Version: 0.11.1
3
+ Version: 0.11.2
4
4
  Summary: Satori Protocol SDK for python, specify common part
5
5
  Home-page: https://github.com/RF-Tar-Railt/satori-python
6
6
  Author-Email: RF-Tar-Railt <rf_tar_railt@qq.com>
@@ -23,7 +23,7 @@ classifiers = [
23
23
  "Programming Language :: Python :: 3.12",
24
24
  "Operating System :: OS Independent",
25
25
  ]
26
- version = "0.11.1"
26
+ version = "0.11.2"
27
27
 
28
28
  [project.license]
29
29
  text = "MIT"
@@ -39,4 +39,4 @@ from .model import MessageObject as MessageObject
39
39
  from .model import Role as Role
40
40
  from .model import User as User
41
41
 
42
- __version__ = "0.11.1"
42
+ __version__ = "0.11.2"
@@ -333,7 +333,6 @@ class Message(Element):
333
333
  self.__call__(*content or [])
334
334
 
335
335
 
336
- @dataclass
337
336
  class Quote(Message):
338
337
  """<quote> 元素用于表示对消息引用。
339
338