I'm using the keyword Template HTML To PDF which results in the following message shown in the log:
2025-04-09 13:41:42,787 - RPA.core.certificates - INFO - Truststore not in use, HTTPS traffic validated against `certifi` package. (requires Python 3.10.12 and 'pip' 23.2.1 at minimum)
/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/pypdf/_crypt_providers/_cryptography.py:32: CryptographyDeprecationWarning: ARC4 has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.ARC4 and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0.
from cryptography.hazmat.primitives.ciphers.algorithms import AES, ARC4
I prefer to not see these messages.
- For the first message I tried adding the
robocorp-truststore package to my requirements.txt, but that only gave me a different INFO message.
- The deprecation message I can't change sadly, so therefore I'm reporting it here.
I'm using rpaframework-pdf >= 8.0.1 in my requirements.txt.