mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-23 01:37:06 -04:00
745e3e29da
For external libraries that depend on `type_to_cls_dict`, adds a workaround to continue using the old format. Recommend people use `get_type_to_cls_dict()` instead and only resolve the imports when they're used.