From da2238be378f4ab1cdc1c144010647d16b38f9c4 Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Fri, 29 Aug 2025 15:38:02 -0400 Subject: [PATCH] ignore attributes added by AuthorizedSqlStore --- llama_stack/providers/remote/files/s3/files.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llama_stack/providers/remote/files/s3/files.py b/llama_stack/providers/remote/files/s3/files.py index 99ca3bd67..54742d900 100644 --- a/llama_stack/providers/remote/files/s3/files.py +++ b/llama_stack/providers/remote/files/s3/files.py @@ -94,6 +94,7 @@ def _make_file_object( bytes: int, created_at: int, expires_at: int, + **kwargs: Any, # here to ignore any additional fields, e.g. extra fields from AuthorizedSqlStore ) -> OpenAIFileObject: """ Construct an OpenAIFileObject and normalize expires_at.