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
Workaround is working, but better solution would be to update attrs version and use converter kward instead of convert as per this PR: python-attrs/attrs#307
The text was updated successfully, but these errors were encountered:
Feel free to contribute to aiograph. You can create pull request to fix it.
As you can see this package hasn't been updated in over 5 years, I can post an update if someone fixes it.
When creating
Telegraph()
instance, error is raised:Suggested workaround from https://stackoverflow.com/questions/58189683/typeerror-attrib-got-an-unexpected-keyword-argument-convert is to set
attrs
version toattrs==19.1.0
instead ofattrs>=19.1.0
.Workaround is working, but better solution would be to update
attrs
version and useconverter
kward instead ofconvert
as per this PR: python-attrs/attrs#307The text was updated successfully, but these errors were encountered: