langchain[patch]: release 0.3.20 (#30101)

This commit is contained in:
ccurme 2025-03-04 10:47:27 -05:00 committed by GitHub
parent 692a68bf1c
commit fb16c25920
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View File

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

View File

@ -2240,7 +2240,7 @@ wheels = [
[[package]] [[package]]
name = "langchain" name = "langchain"
version = "0.3.19" version = "0.3.20"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "async-timeout", marker = "python_full_version < '3.11'" }, { name = "async-timeout", marker = "python_full_version < '3.11'" },
@ -2534,7 +2534,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.39" version = "0.3.41"
source = { editable = "../core" } source = { editable = "../core" }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },
@ -2776,8 +2776,7 @@ dependencies = [
requires-dist = [ requires-dist = [
{ name = "httpx", specifier = ">=0.25.0,<1" }, { name = "httpx", specifier = ">=0.25.0,<1" },
{ name = "langchain-core", editable = "../core" }, { name = "langchain-core", editable = "../core" },
{ name = "numpy", marker = "python_full_version < '3.12'", specifier = ">=1.24.0,<2.0.0" }, { name = "numpy", specifier = ">=1.26.2,<3" },
{ name = "numpy", marker = "python_full_version >= '3.12'", specifier = ">=1.26.2,<3" },
{ name = "pytest", specifier = ">=7,<9" }, { name = "pytest", specifier = ">=7,<9" },
{ name = "pytest-asyncio", specifier = ">=0.20,<1" }, { name = "pytest-asyncio", specifier = ">=0.20,<1" },
{ name = "pytest-socket", specifier = ">=0.6.0,<1" }, { name = "pytest-socket", specifier = ">=0.6.0,<1" },