-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like 0.5.7 has broken things #16
Comments
Can confirm. Also this (from my CI):
Downgrading aiopath to 0.5.6 shows no such errors. |
Same for me - 0.5.7 is broken, 0.5.6 works. Same error as @bronsen |
Thanks for submitting bug reports, @primal100, @bronsen and @lopisan. Sorry for breaking I've added new tests here so that this doesn't happen again. Version 0.5.11 on PyPI will fix your issues. You can install it like so: python3 -m pip install aiopath==0.5.11 |
Indeed aiopath 0.5.11 no longer raises the AttributeError during CI run. |
Glad to hear it, @bronsen. I'm going to close this issue, feel free to comment again if anyone is still affected by this issue. |
Tested with python 3.8 and Python3.9. Works ok on aiopath 0.5.6
The text was updated successfully, but these errors were encountered: