Hello,
Is it possible to loosen the restrictions on the version for the requests library? Currently it's hard coded to 2.22.0.
This makes it impossible to use the labelbox python SDK in an environment that also requires other versions of requests.
Perhaps it could go back to >= 2.22.0 like it was before #27?