From ce3eea7243ce563ea571c6b3d9249ecf644484e6 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Tue, 11 Nov 2025 13:56:03 +0100 Subject: [PATCH] chore: add libraries key to bookdata --- src/bibapi/schemas/bookdata.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bibapi/schemas/bookdata.py b/src/bibapi/schemas/bookdata.py index 3ef16fa..c376bc2 100644 --- a/src/bibapi/schemas/bookdata.py +++ b/src/bibapi/schemas/bookdata.py @@ -25,6 +25,7 @@ class BookData: old_book: Any | None = None media_type: str | None = None # in_library: bool | None = None # whether the book is in the library or not + libraries: list[str] | None = field(default_factory=list) def __post_init__(self): self.library_location = (