mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 06:53:59 +00:00
(all): update removal in deprecation warnings from 0.2 to 0.3 (#21265)
We are pushing out the removal of these to 0.3. `find . -type f -name "*.py" -exec sed -i '' 's/removal="0\.2/removal="0.3/g' {} +`
This commit is contained in:
@@ -39,7 +39,7 @@ def _encoding_file_extension_map(encoding: texttospeech.AudioEncoding) -> Option
|
||||
|
||||
@deprecated(
|
||||
since="0.0.33",
|
||||
removal="0.2.0",
|
||||
removal="0.3.0",
|
||||
alternative_import="langchain_google_community.TextToSpeechTool",
|
||||
)
|
||||
class GoogleCloudTextToSpeechTool(BaseTool):
|
||||
|
@@ -18,7 +18,7 @@ class GooglePlacesSchema(BaseModel):
|
||||
|
||||
@deprecated(
|
||||
since="0.0.33",
|
||||
removal="0.2.0",
|
||||
removal="0.3.0",
|
||||
alternative_import="langchain_google_community.GooglePlacesTool",
|
||||
)
|
||||
class GooglePlacesTool(BaseTool):
|
||||
|
@@ -11,7 +11,7 @@ from langchain_community.utilities.google_search import GoogleSearchAPIWrapper
|
||||
|
||||
@deprecated(
|
||||
since="0.0.33",
|
||||
removal="0.2.0",
|
||||
removal="0.3.0",
|
||||
alternative_import="langchain_google_community.GoogleSearchRun",
|
||||
)
|
||||
class GoogleSearchRun(BaseTool):
|
||||
@@ -36,7 +36,7 @@ class GoogleSearchRun(BaseTool):
|
||||
|
||||
@deprecated(
|
||||
since="0.0.33",
|
||||
removal="0.2.0",
|
||||
removal="0.3.0",
|
||||
alternative_import="langchain_google_community.GoogleSearchResults",
|
||||
)
|
||||
class GoogleSearchResults(BaseTool):
|
||||
|
@@ -14,7 +14,7 @@ from langchain_community.utilities.metaphor_search import MetaphorSearchAPIWrapp
|
||||
|
||||
@deprecated(
|
||||
since="0.0.15",
|
||||
removal="0.2.0",
|
||||
removal="0.3.0",
|
||||
alternative="langchain_exa.ExaSearchResults",
|
||||
)
|
||||
class MetaphorSearchResults(BaseTool):
|
||||
|
Reference in New Issue
Block a user