Skip to content

Commit e417034

Browse files
Konstantin KrestnikovKonstantin Krestnikov
authored andcommitted
Merge branch 'langchain-ai-master'
2 parents b9b3eff + 3cd2ae3 commit e417034

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

libs/experimental/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-experimental"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
description = "Building applications with LLMs through composability"
55
authors = []
66
license = "MIT"

libs/langchain/langchain/schema/runnable/base.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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))

libs/langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gigachain"
3-
version = "0.0.272"
3+
version = "0.0.273"
44
description = "Building applications with LLMs through composability"
55
authors = []
66
license = "MIT"

0 commit comments

Comments
 (0)