Closed k4nar closed 2 months ago
Thank you! PyJWT now has a 2.9.0 release -- is there any chance we could change the version that this library depends on to just be any 2.* version?
@DavidCain : "PyJWT~=2.8"
means that any future release of PyJWT 2.x are accepted, so I think it’s ok :) .
This PR updates PyJWT to the latest version and, more importantly, loosen the dependency constraint on PyJWT at it is using Semantic Versioning.
This should allow any project using segment-analytics-python to update their dependencies :pray: .
Supersedes #475