mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 23:29:21 +00:00
docs: aws pydantic v2 compat (#25075)
This commit is contained in:
parent
a02a09c973
commit
a74e466507
@ -38,6 +38,7 @@ Partner packages that accept pydantic v2 objects via `bind_tools` or `with_struc
|
|||||||
| langchain-robocorp | Yes | >=0.0.10 |
|
| langchain-robocorp | Yes | >=0.0.10 |
|
||||||
| langchain-openai | Yes | >=0.1.19 |
|
| langchain-openai | Yes | >=0.1.19 |
|
||||||
| langchain-fireworks | Yes | >=0.1.5 |
|
| 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.
|
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
|
or else to use the `APIHandler` object in LangChain to manually create the
|
||||||
routes for your API.
|
routes for your API.
|
||||||
|
|
||||||
See: https://python.langchain.com/v0.2/docs/langserve/#pydantic
|
See: https://python.langchain.com/v0.2/docs/langserve/#pydantic
|
||||||
|
Loading…
Reference in New Issue
Block a user