langchain/libs/core/tests
Jacob Lee 535ba43b0d
feat(core): add an option to make deserialization more permissive (#32054)
## Description

Currently when deserializing objects that contain non-deserializable
values, we throw an error. However, there are cases (e.g. proxies that
return response fields containing extra fields like Python datetimes),
where these values are not important and we just want to drop them.

Twitter handle: @hacubu

---------

Co-authored-by: Mason Daugherty <github@mdrxy.com>
2025-07-15 17:00:01 -04:00
..
benchmarks core: make ruff rule PLW1510 unfixable (#31868) 2025-07-07 10:28:30 -04:00
integration_tests core: Add ruff rules for PIE (#26939) 2024-09-27 12:08:35 -04:00
unit_tests feat(core): add an option to make deserialization more permissive (#32054) 2025-07-15 17:00:01 -04:00
__init__.py