mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
db6f266d97
- **Description:** fix `None` and `0` merging in `merge_dicts()`, add tests. ```python from langchain_core.utils._merge import merge_dicts assert merge_dicts({"a": None}, {"a": 0}) == {"a": 0} ``` --------- Co-authored-by: Sergey Kozlov <sergey.kozlov@ludditelabs.io> |
||
---|---|---|
.. | ||
integration_tests | ||
unit_tests | ||
__init__.py |