summaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2026-01-26 11:24:57 +0300
committerrobot-piglet <[email protected]>2026-01-26 11:40:20 +0300
commit366d1f74672fb06ff510698302847a475989372c (patch)
tree74594fd16f76557f55ccb54738cee8681b7eab43 /contrib/python
parented13b26d3157942a86577a344cd908e3f40e6ecd (diff)
Intermediate changes
commit_hash:fbf24ce5ba99dedc2291cb4f347de7eac645889e
Diffstat (limited to 'contrib/python')
-rw-r--r--contrib/python/ydb/py3/.dist-info/METADATA2
-rw-r--r--contrib/python/ydb/py3/ya.make2
-rw-r--r--contrib/python/ydb/py3/ydb/query/transaction.py2
-rw-r--r--contrib/python/ydb/py3/ydb/ydb_version.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/python/ydb/py3/.dist-info/METADATA b/contrib/python/ydb/py3/.dist-info/METADATA
index 1bda34f0be5..0d20dd518b5 100644
--- a/contrib/python/ydb/py3/.dist-info/METADATA
+++ b/contrib/python/ydb/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: ydb
-Version: 3.23.3
+Version: 3.23.4
Summary: YDB Python SDK
Home-page: http://github.com/ydb-platform/ydb-python-sdk
Author: Yandex LLC
diff --git a/contrib/python/ydb/py3/ya.make b/contrib/python/ydb/py3/ya.make
index 4a478b2e25b..82853d733a7 100644
--- a/contrib/python/ydb/py3/ya.make
+++ b/contrib/python/ydb/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(3.23.3)
+VERSION(3.23.4)
LICENSE(Apache-2.0)
diff --git a/contrib/python/ydb/py3/ydb/query/transaction.py b/contrib/python/ydb/py3/ydb/query/transaction.py
index 1fdcc77d87b..d78d40b167b 100644
--- a/contrib/python/ydb/py3/ydb/query/transaction.py
+++ b/contrib/python/ydb/py3/ydb/query/transaction.py
@@ -48,7 +48,7 @@ class QueryTxStateHelper(abc.ABC):
QueryTxStateEnum.BEGINED: [],
QueryTxStateEnum.COMMITTED: [QueryTxStateEnum.COMMITTED, QueryTxStateEnum.ROLLBACKED],
QueryTxStateEnum.ROLLBACKED: [QueryTxStateEnum.COMMITTED, QueryTxStateEnum.ROLLBACKED],
- QueryTxStateEnum.DEAD: [],
+ QueryTxStateEnum.DEAD: [QueryTxStateEnum.ROLLBACKED],
}
@classmethod
diff --git a/contrib/python/ydb/py3/ydb/ydb_version.py b/contrib/python/ydb/py3/ydb/ydb_version.py
index 40f0f6699e6..0211a3c6de9 100644
--- a/contrib/python/ydb/py3/ydb/ydb_version.py
+++ b/contrib/python/ydb/py3/ydb/ydb_version.py
@@ -1 +1 @@
-VERSION = "3.23.3"
+VERSION = "3.23.4"