[/usr/local/lib/python3.11/dist-packages/olclient/common.py](https://localhost:8080/#) in _validate_identifiers(identifiers)
28 for id_type, values in identifiers.items():
29 if id_type not in VALID_IDENTIFIERS:
---> 30 raise AttributeError(
31 f"ID type '{id_type}' is not one of {VALID_IDENTIFIERS}"
32 )
AttributeError: ID type 'wikidata' is not one of ('olid', 'oclc', 'isbn_10', 'isbn_13', 'isbns', 'lccn', 'goodreads', 'librarything')