core/langchain: fix version used in deprecation (#26724)

in core deprecation should be version 0.3.3 instead of 0.3.4
in langchain deprecation should be version 0.3.1 instead of 0.3.4
This commit is contained in:
Eugene Yurtsev 2024-09-20 16:47:18 -04:00 committed by GitHub
parent 8a9f7091c0
commit 79b224f6f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 15 additions and 15 deletions

View File

@ -18,7 +18,7 @@ from langchain_core.runnables import run_in_executor
@deprecated(
since="0.3.4",
since="0.3.3",
removal="1.0.0",
message=(
"Please see the migration guide at: "

View File

@ -9,7 +9,7 @@ from langchain.memory.utils import get_prompt_input_key
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "
@ -88,7 +88,7 @@ class ConversationBufferMemory(BaseChatMemory):
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "

View File

@ -7,7 +7,7 @@ from langchain.memory.chat_memory import BaseChatMemory
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "

View File

@ -15,7 +15,7 @@ from langchain.memory.utils import get_prompt_input_key
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "

View File

@ -23,7 +23,7 @@ logger = logging.getLogger(__name__)
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "
@ -60,7 +60,7 @@ class BaseEntityStore(BaseModel, ABC):
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "
@ -89,7 +89,7 @@ class InMemoryEntityStore(BaseEntityStore):
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "
@ -175,7 +175,7 @@ class UpstashRedisEntityStore(BaseEntityStore):
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "
@ -274,7 +274,7 @@ class RedisEntityStore(BaseEntityStore):
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "
@ -379,7 +379,7 @@ class SQLiteEntityStore(BaseEntityStore):
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "

View File

@ -58,7 +58,7 @@ class SummarizerMixin(BaseModel):
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "

View File

@ -9,7 +9,7 @@ from langchain.memory.summary import SummarizerMixin
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "

View File

@ -8,7 +8,7 @@ from langchain.memory.chat_memory import BaseChatMemory
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "

View File

@ -12,7 +12,7 @@ from langchain.memory.utils import get_prompt_input_key
@deprecated(
since="0.3.4",
since="0.3.1",
removal="1.0.0",
message=(
"Please see the migration guide at: "