Fabio Caccamo
Fabio Caccamo
@nedinfra this is a `django >= 4.0` issue.
@kfirufk @nedinfra fixed in `0.21.0` version.
UPDATE: I investigated more by adding some logs inside `jwt.api_jws` module before the error is raised. The error is raised here: https://github.com/jpadilla/pyjwt/blob/master/jwt/api_jws.py#L261 The value of the `header_data` variable is this:...
@Glideh look at this lib [FCUUID](https://github.com/fabiocaccamo/FCUUID)
I just installed/configured `django-extra-checks` and I have exactly the same problem. Maybe adding a new extra-check on the app itself for catching unexpected errors is needed here :)
Fixed in `0.5.0` version.
@ygf-git @arwenGhafoor @songwentong @yuqingyuan @davidho720 @Tonyhe666 @godLoveY Welcome to the Open-Source world.
@ipsod I published a `0.7.0` release.
@tasneem-hyder @hudgeon `s3` support has been added in `0.27.0` version. https://github.com/fabiocaccamo/python-benedict#io-methods
@derzinn cool, thank you for the suggestion!