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
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: "