SDK Version (required)
5.20.0
Describe the bug
When running cohere, we receive this warning:
.venv/lib/python3.14/site-packages/cohere/core/pydantic_utilities.py:13: UserWarning: Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater.
from pydantic.v1.datetime_parse import parse_date as parse_date
Screenshots
Apparently no need for parse_date anymore with Pydantic v2.