Skip to content

Commit 3a41e9d

Browse files
authored
Remove date time temporarily
1 parent 62f127f commit 3a41e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinecone/core/client/model/scored_vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def openapi_types():
9393
'id': (str,), # noqa: E501
9494
'score': (float,), # noqa: E501
9595
'values': ([float],), # noqa: E501
96-
'metadata': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},), # noqa: E501
96+
'metadata': ({str: (bool, date, dict, float, int, list, str, none_type)},), # noqa: E501
9797
}
9898

9999
@cached_property

0 commit comments

Comments
 (0)