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
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?
Activity
DamienCassou commentedon Jan 15, 2024
For what it is worth, vdirsyncer tests still pass with the latest version of the library.
WhyNotHugo commentedon Jan 16, 2024
If 0.5.0 does not include any breaking changes which break vdirsyncer, we can bump the restriction to
<0.6.0
.DamienCassou commentedon Jan 16, 2024
@WhyNotHugo: it works for me. Moreover, the nixpkgs distribution is also using the latest version of aiostream with vdirsyncer.
Bump constraint for aiostream