core: release 0.3.63 (#31419)

Release core 0.3.63

Small update just to expand the list of well known tools. This is
necessary while the logic lives in langchain-core.

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
Eugene Yurtsev 2025-05-29 14:48:18 -04:00 committed by GitHub
parent 394d42b4ae
commit 19f2a92609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
"""langchain-core version information and utilities."""
VERSION = "0.3.62"
VERSION = "0.3.63"

View File

@ -16,7 +16,7 @@ dependencies = [
"pydantic>=2.7.4",
]
name = "langchain-core"
version = "0.3.62"
version = "0.3.63"
description = "Building applications with LLMs through composability"
readme = "README.md"

View File

@ -943,7 +943,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.62"
version = "0.3.63"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },