Revert "update langchain version and bump min core v"

This reverts commit d0f154dbaa.
This commit is contained in:
Sydney Runkle 2025-04-04 09:31:51 -04:00
parent d0f154dbaa
commit c235328b39
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.51",
"langchain-core<1.0.0,>=0.3.49",
"langchain-text-splitters<1.0.0,>=0.3.7",
"langsmith<0.4,>=0.1.17",
"pydantic<3.0.0,>=2.7.4",
@ -17,7 +17,7 @@ dependencies = [
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
]
name = "langchain"
version = "0.3.23"
version = "0.3.22"
description = "Building applications with LLMs through composability"
readme = "README.md"

View File

@ -2345,7 +2345,7 @@ wheels = [
[[package]]
name = "langchain"
version = "0.3.23"
version = "0.3.22"
source = { editable = "." }
dependencies = [
{ name = "async-timeout", marker = "python_full_version < '3.11'" },
@ -2665,7 +2665,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.51"
version = "0.3.50"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },