When calling the "wdi_core.WDItemEngine.delete_items" function on our custom Wikibase(v1.32) the code crashes with the error message:
"for x in requests.get(url=url, params=params, headers=headers).json()['query']['pages'].values()][
KeyError: 'pages'"
I ran this piece of code requests.get(url=url, params=params, headers=headers).json() and got this as the result
{'batchcomplete': '', 'query': {'normalized': [{'from': 'Wikidata:Requests_for_deletions', 'to': 'wikidata:Requests for deletions'}], 'interwiki': [{'title': 'wikidata:Requests for deletions', 'iw': 'wikidata'}]}}