Description : The store_secrets_in_vault.sh cron script builds an isolated venv that lacked the requests package required by LokiLogger, and its PYTHONPATH didn't cover where loki_logger.py is mounted in the container. Both caused decrypt_vault_secrets.py to fail on import. Adds requests>=2.32 to the venv setup and exports PYTHONPATH=/app:/app/src:/app/src/vector_indexer.
Description : The store_secrets_in_vault.sh cron script builds an isolated venv that lacked the requests package required by LokiLogger, and its PYTHONPATH didn't cover where loki_logger.py is mounted in the container. Both caused decrypt_vault_secrets.py to fail on import. Adds requests>=2.32 to the venv setup and exports PYTHONPATH=/app:/app/src:/app/src/vector_indexer.