langchain/libs/core/tests/unit_tests/tracers
Piyush Jain c5eca37262
core[patch]: Fixed bedrock chat model load. (#26643)
Fixes `load` for `ChatBedrock`, in-turn fixes unit test errors for
`standard-tests` in `langchain-aws`, when working with v0.2 branch.

```
FAILED tests/unit_tests/test_standard.py::TestBedrockStandard::test_serdes - ValueError: Trying to deserialize something that cannot be deserialized in current version of langchain-core: ('langchain', 'cha...
FAILED tests/unit_tests/test_standard.py::TestBedrockAsConverseStandard::test_serdes - ValueError: Trying to deserialize something that cannot be deserialized in current version of langchain-core: ('langchain', 'cha...
```
2024-09-19 15:00:45 -07:00
..
__init__.py
test_async_base_tracer.py core[minor]: Add an async root listener and with_alisteners method (#22151) 2024-06-06 16:03:44 -04:00
test_base_tracer.py core[minor]: Add an async root listener and with_alisteners method (#22151) 2024-06-06 16:03:44 -04:00
test_imports.py
test_langchain.py core[patch]: Fixed bedrock chat model load. (#26643) 2024-09-19 15:00:45 -07:00
test_memory_stream.py core[patch]: Check if event loop is closed in memory stream (#21841) 2024-05-17 21:53:59 +00:00
test_run_collector.py community[patch]: update use of deprecated llm methods (#20393) 2024-04-12 17:28:23 -04:00
test_schemas.py core[patch], langchain[patch], community[patch]: Revert #15326 (#15546) 2024-01-04 10:39:37 -05:00