Compare commits

...
Author SHA1 Message Date
open-swe-dev[bot] 72bfad91cf Apply patch 2025-07-15 23:46:30 +00:00
open-swe-dev[bot] 7fcb4330ec Apply patch 2025-07-15 23:39:24 +00:00
open-swe-dev[bot] 2126380cf1 Apply patch 2025-07-15 23:37:47 +00:00
open-swe-dev[bot] 290313b7bd Apply patch 2025-07-15 23:36:03 +00:00
open-swe-dev[bot] 5107729c0a Apply patch 2025-07-15 23:34:31 +00:00
4 changed files with 4 additions and 4 deletions
@@ -314,7 +314,7 @@ class PostgresSaver(BasePostgresSaver):
checkpoint_ns,
checkpoint["id"],
checkpoint_id,
Jsonb(copy),
Jsonb(self.serde.dumps_typed(copy)[1]),
Jsonb(get_checkpoint_metadata(config, metadata)),
),
)
@@ -271,7 +271,7 @@ class AsyncPostgresSaver(BasePostgresSaver):
checkpoint_ns,
checkpoint["id"],
checkpoint_id,
Jsonb(copy),
Jsonb(self.serde.dumps_typed(copy)[1]),
Jsonb(get_checkpoint_metadata(config, metadata)),
),
)
@@ -440,7 +440,7 @@ class ShallowPostgresSaver(BasePostgresSaver):
(
thread_id,
checkpoint_ns,
Jsonb(copy),
Jsonb(self.serde.dumps_typed(copy)[1]),
Jsonb(get_checkpoint_metadata(config, metadata)),
),
)
@@ -773,7 +773,7 @@ class AsyncShallowPostgresSaver(BasePostgresSaver):
(
thread_id,
checkpoint_ns,
Jsonb(copy),
Jsonb(self.serde.dumps_typed(copy)[1]),
Jsonb(get_checkpoint_metadata(config, metadata)),
),
)