From d95b39d37f9b15440cd87e97df7132699f69c8ab Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 30 Dec 2022 11:05:18 -0500 Subject: [PATCH] version 0.0.53 (#497) --- docs/examples/chains/google_search.ipynb | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"