mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
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:
parent
8a9f7091c0
commit
79b224f6f3
@ -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: "
|
||||
|
@ -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: "
|
||||
|
@ -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: "
|
||||
|
@ -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: "
|
||||
|
@ -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: "
|
||||
|
@ -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: "
|
||||
|
@ -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: "
|
||||
|
@ -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: "
|
||||
|
@ -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: "
|
||||
|
Loading…
Reference in New Issue
Block a user