Hi,
It might be a good idea to set the dependency on pytz a bit less strict.
|
"pytz (>=2025.1,<2026.0)", |
If I update pytz to the latest version (2026.something), asynch gets downgraded to version 0.2.5. That is probably not a wanted effect.
Cheers,
Jacco
Hi,
It might be a good idea to set the dependency on pytz a bit less strict.
asynch/pyproject.toml
Line 36 in dc940b5
If I update pytz to the latest version (2026.something), asynch gets downgraded to version 0.2.5. That is probably not a wanted effect.
Cheers,
Jacco