core: release 0.3.56rc1 (#30998)

This commit is contained in:
ccurme 2025-04-24 11:09:44 -04:00 committed by GitHub
parent f4863f82e2
commit 8fc7a723b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
"""langchain-core version information and utilities."""
VERSION = "0.3.55"
VERSION = "0.3.56rc1"

View File

@ -17,7 +17,7 @@ dependencies = [
"pydantic<3.0.0,>=2.7.4; python_full_version >= \"3.12.4\"",
]
name = "langchain-core"
version = "0.3.55"
version = "0.3.56rc1"
description = "Building applications with LLMs through composability"
readme = "README.md"

View File

@ -937,7 +937,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.55"
version = "0.3.56rc1"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },
@ -1104,7 +1104,7 @@ test-integration = [
]
typing = [
{ name = "lxml-stubs", specifier = ">=0.5.1,<1.0.0" },
{ name = "mypy", specifier = ">=1.10,<2.0" },
{ name = "mypy", specifier = ">=1.15,<2.0" },
{ name = "tiktoken", specifier = ">=0.8.0,<1.0.0" },
{ name = "types-requests", specifier = ">=2.31.0.20240218,<3.0.0.0" },
]