Checked other resources
Package (Required)
Feature Description
Support Python 3.14.
Use Case
When updating to Python 3.14, we observe this error on our CI. It is raised when calling generate_schema_pydantic_v1_from_2() in langchain_tests/unit_tests/chat_models.py.
pydantic.v1.errors.ConfigError: unable to infer type for attribute "name"
-- https://github.com/crate/langchain-cratedb/actions/runs/20115392189/job/57723468334?pr=76#step:6:114
References