singer-io / singer-python

Writes the Singer format from Python
https://singer.io
Apache License 2.0
537 stars 129 forks source link

Bump pytz version to >= 2018.9 #114

Open ivan-transferwise opened 4 years ago

ivan-transferwise commented 4 years ago

Hello ✋

Is there any good reason why you have this constraint pytz==2018.4? It makes it incompatible with ZenPy, which requires at least 2018.9. ZenPy library is also used in tap-zendesk (which is now using very old buggy version of ZenPy==2.0.0).

So, can we bump the version of pytz?

Thanks in advance.

BenjMaq commented 3 years ago

Came here to create this issue. Can someone please look into this?