diff --git a/docs/examples/chains/google_search.ipynb b/docs/examples/chains/google_search.ipynb index ce8d59d412..fe7f827b01 100644 --- a/docs/examples/chains/google_search.ipynb +++ b/docs/examples/chains/google_search.ipynb @@ -33,7 +33,7 @@ "metadata": {}, "outputs": [], "source": [ - "from langchain import GoogleSearchAPIWrapper" + "from langchain.utilities import GoogleSearchAPIWrapper" ] }, { diff --git a/pyproject.toml b/pyproject.toml index e19a4f84e9..98a087bf28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.52" +version = "0.0.53" description = "Building applications with LLMs through composability" authors = [] license = "MIT"