File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
langchain/schema/runnable Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " langchain-experimental"
3- version = " 0.0.10 "
3+ version = " 0.0.11 "
44description = " Building applications with LLMs through composability"
55authors = []
66license = " MIT"
Original file line number Diff line number Diff line change @@ -645,10 +645,7 @@ async def abatch(
645645 config : Optional [Union [RunnableConfig , List [RunnableConfig ]]] = None ,
646646 ** kwargs : Optional [Any ],
647647 ) -> List [Output ]:
648- from langchain .callbacks .manager import (
649- AsyncCallbackManager ,
650- AsyncCallbackManagerForChainRun ,
651- )
648+ from langchain .callbacks .manager import AsyncCallbackManager
652649
653650 # setup callbacks
654651 configs = self ._get_config_list (config , len (inputs ))
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " gigachain"
3- version = " 0.0.272 "
3+ version = " 0.0.273 "
44description = " Building applications with LLMs through composability"
55authors = []
66license = " MIT"
You can’t perform that action at this time.
0 commit comments