-
Notifications
You must be signed in to change notification settings - Fork 163
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
Support higher version of aiostream #1111
Comments
This was referenced Jan 15, 2024
For what it is worth, vdirsyncer tests still pass with the latest version of the library. |
If 0.5.0 does not include any breaking changes which break vdirsyncer, we can bump the restriction to |
@WhyNotHugo: it works for me. Moreover, the nixpkgs distribution is also using the latest version of aiostream with vdirsyncer. |
WhyNotHugo
added a commit
that referenced
this issue
Jan 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, setup.py says that aiostream must be lower than 5.0. GNU/Linux distributions start to ship versions of aiostream that are higher than that. Is there any plan to support higher versions of this library?
The text was updated successfully, but these errors were encountered: