langchain/libs/core/tests
Christophe Bornet 17c5a1621f
core: Improve Runnable __or__ method typing annotations (#31273)
* It is possible to chain a `Runnable` with an `AsyncIterator` as seen
in `test_runnable.py`.
* Iterator and AsyncIterator Input/Output of Callables must be put
before `Callable[[Other], Any]` otherwise the pattern matching picks the
latter.
2025-05-19 09:32:31 -04:00
..
benchmarks Tinkering with CodSpeed (#30824) 2025-04-15 08:49:09 -04:00
integration_tests core: Add ruff rules for PIE (#26939) 2024-09-27 12:08:35 -04:00
unit_tests core: Improve Runnable __or__ method typing annotations (#31273) 2025-05-19 09:32:31 -04:00
__init__.py