Improvements
- #7520: Improve the warning in case the RulePolicy or the deprecated
MappingPolicy are missing
from the model'spolicies
configuration. Changed the info log to a warning as one
of this policies should be added to the model configuration.
Bugfixes
- #7692: Explicitly specify the
crypto
extra dependency ofpyjwt
to ensure that the
cryptography
dependency is installed.cryptography
is strictly required to be able
to be able to verify JWT tokens.