Pinecone auto converting string to datetime.dates when stored as 'text' metadata

Pinecone is for some odd reason converting my string ID in the ‘text’ metadata field to a datetime stamp automatically. Has anybody run into this issue?

{‘id’: ‘21191121’,
‘metadata’: {‘about’: ‘7’,
‘affect’: [‘55619’],
‘chunk’: 0.0,
‘context’: ‘20’,
‘date’: 1687198555.0,
‘feeds’: ‘60946’,
‘geography’: [‘259’],
‘keyword’: [‘25361’, ‘60082’, ‘3744037’],
‘meta_id’: ‘32621’,
‘organization’: [‘10102’],
‘priority’: ‘5272’,
‘text’: datetime.date(2119, 11, 21)},
‘score’: 0.857690334,
‘values’: },
{‘id’: ‘21186099’,
‘metadata’: {‘about’: ‘7’,
‘affect’: [‘55619’],
‘chunk’: 0.0,
‘context’: ‘20’,
‘date’: 1686341342.0,
‘feeds’: ‘60947’,
‘geography’: [‘259’],
‘keyword’: [‘25361’, ‘46601’, ‘3744037’],
‘meta_id’: ‘32621’,
‘organization’: [‘1502’, ‘10102’],
‘priority’: ‘5272’,
‘text’: ‘21186099’},
‘score’: 0.847715676,
‘values’: },