You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed yadisk via pip install yadisk. And it raises error when I run import yadisk
`
import yadisk
Traceback (most recent call last):
File "", line 1, in
File "/home/timofei/.local/lib/python3.8/site-packages/yadisk/init.py", line 4, in
from .yadisk import YaDisk
File "/home/timofei/.local/lib/python3.8/site-packages/yadisk/yadisk.py", line 118, in
def _filter_kwargs_for_requests(kwargs: dict[str, Any]) -> None:
TypeError: 'type' object is not subscriptable
`
The text was updated successfully, but these errors were encountered:
Thank you for the bug report. The fix is available in the dev branch, I'll publish the new version to PyPI in an hour or so.
In the meantime you can also use a newer Python version (3.9+).
I just installed yadisk via
pip install yadisk
. And it raises error when I runimport yadisk
`
`
The text was updated successfully, but these errors were encountered: