From a74e4665073d6fffed41df352d5bcf921b1e2fae Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:47:11 -0700 Subject: [PATCH] docs: aws pydantic v2 compat (#25075) --- docs/docs/how_to/pydantic_compatibility.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/how_to/pydantic_compatibility.md b/docs/docs/how_to/pydantic_compatibility.md index aaee2e0c77a..93d03d4edec 100644 --- a/docs/docs/how_to/pydantic_compatibility.md +++ b/docs/docs/how_to/pydantic_compatibility.md @@ -38,6 +38,7 @@ Partner packages that accept pydantic v2 objects via `bind_tools` or `with_struc | langchain-robocorp | Yes | >=0.0.10 | | langchain-openai | Yes | >=0.1.19 | | langchain-fireworks | Yes | >=0.1.5 | +| langchain-aws | Yes | >=0.1.15 | Additional partner packages will be updated to accept Pydantic v2 objects in the future. @@ -169,4 +170,4 @@ If you need OpenAPI docs, your options are to either install Pydantic 1: or else to use the `APIHandler` object in LangChain to manually create the routes for your API. -See: https://python.langchain.com/v0.2/docs/langserve/#pydantic \ No newline at end of file +See: https://python.langchain.com/v0.2/docs/langserve/#pydantic