d
Size: a a a
d
q
q
d
d
B
B
B
q
d
F
q
d
ЮЧ
Traceback (most recent call last):
File ".../app/utils/upload_rules.py", line 1, in <module>
from aiograph import Telegraph
File "...venv/lib/python3.7/site-packages/aiograph/__init__.py", line 1, in <module>
from . import types
File "...venv/lib/python3.7/site-packages/aiograph/types/__init__.py", line 6, in <module>
from .page_list import PageList
File "...venv/lib/python3.7/site-packages/aiograph/types/page_list.py", line 13, in <module>
class PageList(TelegraphObject):
File "...venv/lib/python3.7/site-packages/aiograph/types/page_list.py", line 21, in PageList
pages: List[Page] = ib(factory=list, convert=pages_converter)
TypeError: attrib() got an unexpected keyword argument 'convert'
AR
Traceback (most recent call last):
File ".../app/utils/upload_rules.py", line 1, in <module>
from aiograph import Telegraph
File "...venv/lib/python3.7/site-packages/aiograph/__init__.py", line 1, in <module>
from . import types
File "...venv/lib/python3.7/site-packages/aiograph/types/__init__.py", line 6, in <module>
from .page_list import PageList
File "...venv/lib/python3.7/site-packages/aiograph/types/page_list.py", line 13, in <module>
class PageList(TelegraphObject):
File "...venv/lib/python3.7/site-packages/aiograph/types/page_list.py", line 21, in PageList
pages: List[Page] = ib(factory=list, convert=pages_converter)
TypeError: attrib() got an unexpected keyword argument 'convert'
AR
ЮЧ
$ pip show attrs
>Name: attrs
>Version: 19.3.0
ЮЧ
ЮЧ
ЮЧ