singer-io / singer-python

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

Is requirement for backoff==1.3.2 necessary #97

Open jeffreyhorn opened 5 years ago

jeffreyhorn commented 5 years ago

Singer-Python is dependent on an older version of backoff (1.3.2). Is there actual functionality broken with newer versions of backoff (say 1.4.3)? Could those dependencies be remedied so singer-python would work with newer backoff versions?

bobzoller commented 3 years ago

I just ran into the same issue with jsonschema ... this module is locked to ==2.6.0 which seems excessively specific.

JRemitz commented 1 year ago

Hey team - any update here? Backoff v1.3.2 is from 2016. There are some missing features that we can't use because of this dated dependency.

JRemitz commented 1 year ago

Ah it looks like it was bumped to v1.8.0 so this can be closed? Or bumped to yet a newer version within recent years? https://github.com/singer-io/singer-python/pull/103