-
Please help to solve this problem:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Could you include a minimal reproducible example?
Also consider upgrading to langserve 0.3.x and moving away from the |
Beta Was this translation helpful? Give feedback.
Could you include a minimal reproducible example?
arbitrary_types_allowed
is a pydantic error indicating that some code is attempting to assign attributes that are arbitrary classes (or at least no a pydantic model or a python primitive) to a pydantic base model.Also consider upgrading to langserve 0.3.x and moving away from the
langserve.pydantic_v1
compatibility bridge