python-keycloak
python-keycloak copied to clipboard
License of jwcrypto
As was mentioned before implementing https://github.com/marcospereirampj/python-keycloak/issues/503#issuecomment-1998042768 the license of jwcrypto is a problem: you cannot include a LGPL3.0 package as a dependency and leave your own MIT. So must choose: either make your own LGPL or replace the package with something that has the proper licemse (example https://github.com/jpadilla/pyjwt) Seems a better alternative anyway: more stars, better heartbeat
@KennyKnecht IANAL, but I am not sure whether this is an issue for Python packages as long as they do not bundle LGPL-licensed code.