Skip to content

Commit 62f127f

Browse files
authored
remove date time temporarily
1 parent a10bebe commit 62f127f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinecone/core/client/model/vector.py

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

100100
@cached_property

0 commit comments

Comments
 (0)