mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
61daa16e5d
- Fix bug with TypedDicts rendering inherited methods if inherting from typing_extensions.TypedDict rather than typing.TypedDict - Do not surface inherited pydantic methods for subclasses of BaseModel - Subclasses of RunnableSerializable will not how methods inherited from Runnable or from BaseModel - Subclasses of Runnable that not pydantic models will include a link to RunnableInterface (they still show inherited methods, we can fix this later) |
||
---|---|---|
.. | ||
class.rst | ||
COPYRIGHT.txt | ||
enum.rst | ||
function.rst | ||
pydantic.rst | ||
redirects.html | ||
runnable_non_pydantic.rst | ||
runnable_pydantic.rst | ||
typeddict.rst |