pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Conflict with the pyjwt package #492

Closed jma closed 5 months ago

jma commented 5 months ago

Description

With the new safety version 3.0.0 a new dependency has been introduced jwt@1.3.1. This package has the same import as the pyjwt which is seems more used and has more contributors. Maybe jwt can be replaced by pyjwt.

xalien10 commented 5 months ago

@yeisonvargasf is there any news about fixing this issue?