mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 23:13:31 +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:
@@ -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: "
|
||||
|
Reference in New Issue
Block a user