Skip to content

Commit a67bdad

Browse files
author
AidanAbd
committed
small fixes
1 parent 97b6436 commit a67bdad

File tree

3 files changed

+2
-56
lines changed

3 files changed

+2
-56
lines changed

latch_postgres/postgres.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ async def inner(*args: P.args, **kwargs: P.kwargs):
538538
"db.retry.reason",
539539
),
540540
)
541+
541542
await conn.rollback()
542543
await asyncio.sleep(delay)
543544
except (SerializationFailure, DeadlockDetected):

latch_postgres/transactions.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "latch-postgres"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
description = "Postges wrapper for latch python backend services"
55
authors = ["Max Smolin <[email protected]>"]
66
license = "CC0 1.0"

0 commit comments

Comments
 (0)