mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
core[patch]: release 0.3.41 (#30100)
This commit is contained in:
parent
484d945500
commit
692a68bf1c
@ -17,7 +17,7 @@ dependencies = [
|
|||||||
"pydantic<3.0.0,>=2.7.4; python_full_version >= \"3.12.4\"",
|
"pydantic<3.0.0,>=2.7.4; python_full_version >= \"3.12.4\"",
|
||||||
]
|
]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.40"
|
version = "0.3.41"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
@ -935,7 +935,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.39"
|
version = "0.3.41"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "jsonpatch" },
|
{ name = "jsonpatch" },
|
||||||
@ -1043,8 +1043,7 @@ dependencies = [
|
|||||||
requires-dist = [
|
requires-dist = [
|
||||||
{ name = "httpx", specifier = ">=0.25.0,<1" },
|
{ name = "httpx", specifier = ">=0.25.0,<1" },
|
||||||
{ name = "langchain-core", editable = "." },
|
{ name = "langchain-core", editable = "." },
|
||||||
{ 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" },
|
||||||
|
Loading…
Reference in New Issue
Block a user