core: release 0.3.65 (#31557)

This commit is contained in:
ccurme 2025-06-10 15:39:50 -04:00 committed by GitHub
parent 5b165effcd
commit b0f100af7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1591 additions and 1592 deletions

View File

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

View File

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

File diff suppressed because it is too large Load Diff