mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 23:00:00 +00:00
core: release 0.3.61 (#31317)
This commit is contained in:
parent
053a1246da
commit
71c074d28f
@ -1,3 +1,3 @@
|
|||||||
"""langchain-core version information and utilities."""
|
"""langchain-core version information and utilities."""
|
||||||
|
|
||||||
VERSION = "0.3.60"
|
VERSION = "0.3.61"
|
||||||
|
@ -16,7 +16,7 @@ dependencies = [
|
|||||||
"pydantic>=2.7.4",
|
"pydantic>=2.7.4",
|
||||||
]
|
]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.60"
|
version = "0.3.61"
|
||||||
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.60"
|
version = "0.3.61"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "jsonpatch" },
|
{ name = "jsonpatch" },
|
||||||
@ -1097,7 +1097,7 @@ test-integration = [
|
|||||||
{ name = "sentence-transformers", marker = "python_full_version < '3.13'", specifier = ">=2.6.0" },
|
{ name = "sentence-transformers", marker = "python_full_version < '3.13'", specifier = ">=2.6.0" },
|
||||||
{ name = "spacy", marker = "python_full_version < '3.10'", specifier = ">=3.0.0,<3.8.4" },
|
{ name = "spacy", marker = "python_full_version < '3.10'", specifier = ">=3.0.0,<3.8.4" },
|
||||||
{ name = "spacy", marker = "python_full_version < '3.13'", specifier = ">=3.0.0,<4.0.0" },
|
{ name = "spacy", marker = "python_full_version < '3.13'", specifier = ">=3.0.0,<4.0.0" },
|
||||||
{ name = "transformers", specifier = ">=4.47.0,<5.0.0" },
|
{ name = "transformers", specifier = ">=4.51.3,<5.0.0" },
|
||||||
]
|
]
|
||||||
typing = [
|
typing = [
|
||||||
{ name = "lxml-stubs", specifier = ">=0.5.1,<1.0.0" },
|
{ name = "lxml-stubs", specifier = ">=0.5.1,<1.0.0" },
|
||||||
|
Loading…
Reference in New Issue
Block a user