From 58ef0d83b4fb22966a385e50aa2dfdbae1ecba34 Mon Sep 17 00:00:00 2001 From: Stephen von Takach Date: Wed, 8 Jul 2026 11:14:37 +1000 Subject: [PATCH] chore(shard.lock): bump pg-orm to 2.2.3 Pulls in the pg-orm fix that discards a connection whose COMMIT/ROLLBACK fails, instead of returning it to the pool poisoned. This resolves the "There is an existing transaction in this connection" 500s seen on PATCH /bookings/:id when a SERIALIZABLE serialization failure surfaces at commit and the wrap_in_transaction retry drew the poisoned connection. Also bumps placeos-models to 9.100.1 (came along with the shards update). Co-Authored-By: Claude Opus 4.8 (1M context) --- shard.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shard.lock b/shard.lock index 7227d6a4..af22476d 100644 --- a/shard.lock +++ b/shard.lock @@ -135,7 +135,7 @@ shards: pg-orm: git: https://github.com/spider-gazelle/pg-orm.git - version: 2.2.2 + version: 2.2.3 place_calendar: git: https://github.com/placeos/calendar.git @@ -151,7 +151,7 @@ shards: placeos-models: git: https://github.com/placeos/models.git - version: 9.100.0 + version: 9.100.1 promise: git: https://github.com/spider-gazelle/promise.git