langchain/libs
Nuno Campos bd4b68cd54
core: run_in_executor: Wrap StopIteration in RuntimeError (#22997)
- StopIteration can't be set on an asyncio.Future it raises a TypeError
and leaves the Future pending forever so we need to convert it to a
RuntimeError
2024-06-17 20:40:01 +00:00
..
cli cli[minor]: remove redefined DEFAULT_GIT_REF (#21471) 2024-06-14 15:49:15 -07:00
community community[minor]: add tool calling for DeepInfraChat (#22745) 2024-06-17 15:21:49 -04:00
core core: run_in_executor: Wrap StopIteration in RuntimeError (#22997) 2024-06-17 20:40:01 +00:00
experimental Improve llm graph transformer docstring (#22939) 2024-06-15 15:33:26 -04:00
langchain langchain: release 0.2.5 (#22922) 2024-06-14 15:37:54 -07:00
partners standard-tests[patch]: Update chat model standard tests (#22378) 2024-06-17 13:37:41 -07:00
standard-tests standard-tests[patch]: Update chat model standard tests (#22378) 2024-06-17 13:37:41 -07:00
text-splitters text-splitters[patch]: Fix HTMLSectionSplitter (#22812) 2024-06-14 22:40:39 +00:00