I want to integrate GCS with chainlit, but i'm unable to do so because package fails to load EXPIRY_TIME.
This is the code block located in chainlit_gcs/storage_client.py file.
from chainlit.data.storage_clients.base import EXPIRY_TIME, BaseStorageClient
Please let me know if there is any other way to integrate GCS with chainlit
Chainlit version = 2.6.2