multiple[patch]: fix deprecation versions (#18349)

This commit is contained in:
Erick Friis
2024-02-29 16:58:33 -08:00
committed by GitHub
parent 11cb42c2c1
commit eefb49680f
7 changed files with 19 additions and 14 deletions

View File

@@ -59,7 +59,7 @@ def _strip_erroneous_leading_spaces(text: str) -> str:
return text
@deprecated("0.0.351", alternative_import="langchain_google_genai.GoogleGenerativeAI")
@deprecated("0.0.12", alternative_import="langchain_google_genai.GoogleGenerativeAI")
class GooglePalm(BaseLLM, BaseModel):
"""
DEPRECATED: Use `langchain_google_genai.GoogleGenerativeAI` instead.