zooniverse / panoptes-python-client

Apache License 2.0
30 stars 27 forks source link

Remove max limit on dependency versions #302

Closed lcjohnso closed 12 months ago

lcjohnso commented 1 year ago

Brief Slack discussion (link to thread) with @adammcmaster confirmed that there was no specific issue dictating max limits on dependency versions (added in #129). To limit dependency version conflicts, I propose we remove these limits until a point where a specific max limit is required for any of the dependencies. We have received multiple reports (e.g., from Spyfish Aotearoa and Gravity Spy teams) of max version on requests library causing issues and incompatibilities.

Closes #301 as that sort of bump would no longer be required.