fix(core): serialization patch (#34455)

- `allowed_objects` kwarg in `load`
- escape lc-ser formatted dicts on `dump`
- fix for jinja2

---------

Co-authored-by: Mason Daugherty <github@mdrxy.com>
This commit is contained in:
ccurme
2025-12-22 18:33:31 -05:00
committed by GitHub
parent 6a416c6186
commit 5ec0fa69de
25 changed files with 1769 additions and 116 deletions

View File

@@ -495,7 +495,7 @@ wheels = [
[[package]]
name = "langchain"
version = "1.1.3"
version = "1.2.0"
source = { editable = "../../langchain_v1" }
dependencies = [
{ name = "langchain-core" },
@@ -642,7 +642,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "1.2.0"
version = "1.2.4"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -702,7 +702,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "1.1.0"
version = "1.1.1"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },