mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
release(core): 1.4.1 (#37922)
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
"""Version information for `langchain-core`."""
|
"""Version information for `langchain-core`."""
|
||||||
|
|
||||||
VERSION = "1.4.0"
|
VERSION = "1.4.1"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ classifiers = [
|
|||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
]
|
]
|
||||||
|
|
||||||
version = "1.4.0"
|
version = "1.4.1"
|
||||||
requires-python = ">=3.10.0,<4.0.0"
|
requires-python = ">=3.10.0,<4.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"langsmith>=0.3.45,<1.0.0",
|
"langsmith>=0.3.45,<1.0.0",
|
||||||
|
|||||||
2
libs/core/uv.lock
generated
2
libs/core/uv.lock
generated
@@ -995,7 +995,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "1.4.0"
|
version = "1.4.1"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "jsonpatch" },
|
{ name = "jsonpatch" },
|
||||||
|
|||||||
Reference in New Issue
Block a user