docs: aws pydantic v2 compat (#25075)

This commit is contained in:
Bagatur 2024-08-05 13:47:11 -07:00 committed by GitHub
parent a02a09c973
commit a74e466507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
See: https://python.langchain.com/v0.2/docs/langserve/#pydantic