pimutils / vdirsyncer

📇 Synchronize calendars and contacts.
https://vdirsyncer.pimutils.org/
Other
1.55k stars 160 forks source link

Support higher version of aiostream #1111

Open DamienCassou opened 8 months ago

DamienCassou commented 8 months ago

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?

DamienCassou commented 8 months ago

For what it is worth, vdirsyncer tests still pass with the latest version of the library.

WhyNotHugo commented 8 months ago

If 0.5.0 does not include any breaking changes which break vdirsyncer, we can bump the restriction to <0.6.0.

DamienCassou commented 8 months ago

@WhyNotHugo: it works for me. Moreover, the nixpkgs distribution is also using the latest version of aiostream with vdirsyncer.