langchain-ai / langchain-databricks

MIT License
4 stars 7 forks source link

Support LangChain 0.3.0 #14

Closed B-Step62 closed 1 month ago

B-Step62 commented 1 month ago

Update pydantic related logic to be compatible with LangChain 0.3.0.

Testing Validated on notebook with different env settings:

langchain                          0.3.0
langchain-core                     0.3.1
pydantic                           2.8.2
pydantic_core                      2.20.1
langchain                          0.2.16
langchain-core                     0.2.40
pydantic                           2.8.2
pydantic_core                      2.20.1
langchain                          0.2.16
langchain-core                     0.2.40
pydantic                           1.10.18
pydantic_core                      0.42.0
B-Step62 commented 1 month ago

@efriis Let me tag you for double-checking if there is anything missing for supporting LangChain 0.3.0. Thank you!