core: release 0.3.66 (#31690)

This commit is contained in:
ccurme 2025-06-20 17:45:03 -04:00 committed by GitHub
parent 4fe490c0ea
commit 39a8a1121a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View File

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

View File

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

View File

@ -1,5 +1,4 @@
version = 1
revision = 1
requires-python = ">=3.9"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@ -944,7 +943,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.65"
version = "0.3.66"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },