langchain/libs/core/langchain_core/load
ChrisDEV cb6cf4b631
Fix return value type of dumpd (#20123)
The return type of `json.loads` is `Any`.

In fact, the return type of `dumpd` must be based on `json.loads`, so
the correction here is understandable.

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2024-06-20 16:31:41 +00:00
..
__init__.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
dump.py Fix return value type of dumpd (#20123) 2024-06-20 16:31:41 +00:00
load.py anthropic[patch]: serialization in partner package (#18828) 2024-04-16 16:05:58 -07:00
mapping.py core[patch]: Add documentation to load namespace (#23143) 2024-06-19 15:21:41 +00:00
serializable.py core[patch]: Add documentation to load namespace (#23143) 2024-06-19 15:21:41 +00:00