chore: bump orjson (#6852)

The orjson.dumps function in orjson thru 3.11.4 does not limit recursion
for deeply nested JSON documents.
This commit is contained in:
John Kennedy
2026-02-17 10:30:58 -08:00
committed by GitHub
parent 21a6f41e0a
commit 666c224c2d
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ license = "MIT"
license-files = ['LICENSE']
dependencies = [
"langgraph-checkpoint>=2.1.2,<5.0.0",
"orjson>=3.10.1",
"orjson>=3.11.5",
"psycopg>=3.2.0",
"psycopg-pool>=3.2.0",
]
+1 -1
View File
@@ -346,7 +346,7 @@ test = [
[package.metadata]
requires-dist = [
{ name = "langgraph-checkpoint", editable = "../checkpoint" },
{ name = "orjson", specifier = ">=3.10.1" },
{ name = "orjson", specifier = ">=3.11.5" },
{ name = "psycopg", specifier = ">=3.2.0" },
{ name = "psycopg-pool", specifier = ">=3.2.0" },
]