mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 04:25:46 +00:00
core: release 0.3.62 (#31376)
This commit is contained in:
parent
580986b260
commit
930aa6073e
@ -1,3 +1,3 @@
|
|||||||
"""langchain-core version information and utilities."""
|
"""langchain-core version information and utilities."""
|
||||||
|
|
||||||
VERSION = "0.3.61"
|
VERSION = "0.3.62"
|
||||||
|
@ -16,7 +16,7 @@ dependencies = [
|
|||||||
"pydantic>=2.7.4",
|
"pydantic>=2.7.4",
|
||||||
]
|
]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.61"
|
version = "0.3.62"
|
||||||
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.61"
|
version = "0.3.62"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "jsonpatch" },
|
{ name = "jsonpatch" },
|
||||||
|
Loading…
Reference in New Issue
Block a user