multiple: push deprecation removals to 1.0 (#28236)

This commit is contained in:
Erick Friis
2024-11-20 19:56:29 -08:00
committed by GitHub
parent 4f76246cf2
commit d1108607f4
9 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ def is_endpoint_live(url: str, headers: Optional[dict], payload: Any) -> bool:
@deprecated(
since="0.0.37",
removal="0.2.0",
removal="1.0.0",
message=(
"Directly instantiating a NeMoEmbeddings from langchain-community is "
"deprecated. Please use langchain-nvidia-ai-endpoints NVIDIAEmbeddings "