runtime error
Exit code: 1. Reason: /usr/local/lib/python3.13/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 Traceback (most recent call last): File "/app/app.py", line 7, in <module> client = Groq(api_key=os.environ.get("GROQ_API_KEY")) File "/usr/local/lib/python3.13/site-packages/groq/_client.py", line 86, in __init__ raise GroqError( "The api_key client option must be set either by passing api_key to the client or by setting the GROQ_API_KEY environment variable" ) groq.GroqError: The api_key client option must be set either by passing api_key to the client or by setting the GROQ_API_KEY environment variable
Container logs:
Fetching error logs...