python3-commons 0.22.3__py3-none-any.whl → 0.22.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- python3_commons/db/__init__.py +1 -1
- {python3_commons-0.22.3.dist-info → python3_commons-0.22.5.dist-info}/METADATA +9 -9
- {python3_commons-0.22.3.dist-info → python3_commons-0.22.5.dist-info}/RECORD +7 -7
- {python3_commons-0.22.3.dist-info → python3_commons-0.22.5.dist-info}/WHEEL +0 -0
- {python3_commons-0.22.3.dist-info → python3_commons-0.22.5.dist-info}/licenses/AUTHORS.rst +0 -0
- {python3_commons-0.22.3.dist-info → python3_commons-0.22.5.dist-info}/licenses/LICENSE +0 -0
- {python3_commons-0.22.3.dist-info → python3_commons-0.22.5.dist-info}/top_level.txt +0 -0
python3_commons/db/__init__.py
CHANGED
|
@@ -185,7 +185,7 @@ class AsyncSessionManager:
|
|
|
185
185
|
try:
|
|
186
186
|
yield session
|
|
187
187
|
except Exception:
|
|
188
|
-
logger.exception('
|
|
188
|
+
logger.exception('Error occured while db session %r was open; rolling back', name)
|
|
189
189
|
await session.rollback()
|
|
190
190
|
|
|
191
191
|
raise
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.5
|
|
4
4
|
Summary: Re-usable Python3 code
|
|
5
5
|
Author-email: Oleg Korsak <kamikaze.is.waiting.you@gmail.com>
|
|
6
6
|
License-Expression: GPL-3.0
|
|
@@ -12,22 +12,22 @@ Requires-Python: <3.15.0,>=3.14.0
|
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
|
-
Requires-Dist: msgpack~=1.2.
|
|
15
|
+
Requires-Dist: msgpack~=1.2.1
|
|
16
16
|
Requires-Dist: msgspec~=0.21.1
|
|
17
17
|
Requires-Dist: pydantic-settings~=2.14.1
|
|
18
18
|
Provides-Extra: all
|
|
19
19
|
Requires-Dist: python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-client]; extra == "all"
|
|
20
20
|
Provides-Extra: api-client
|
|
21
21
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.14.1; extra == "api-client"
|
|
22
|
-
Requires-Dist: certifi~=2026.
|
|
22
|
+
Requires-Dist: certifi~=2026.6.17; extra == "api-client"
|
|
23
23
|
Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
|
|
24
24
|
Provides-Extra: audit
|
|
25
25
|
Requires-Dist: lxml~=6.1.1; extra == "audit"
|
|
26
|
-
Requires-Dist: zeep[async]~=4.3.
|
|
26
|
+
Requires-Dist: zeep[async]~=4.3.3; extra == "audit"
|
|
27
27
|
Requires-Dist: python3_commons[object-storage]; extra == "audit"
|
|
28
28
|
Provides-Extra: authn
|
|
29
29
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.14.1; extra == "authn"
|
|
30
|
-
Requires-Dist: certifi~=2026.
|
|
30
|
+
Requires-Dist: certifi~=2026.6.17; extra == "authn"
|
|
31
31
|
Requires-Dist: python3_commons[api-client]; extra == "authn"
|
|
32
32
|
Provides-Extra: authz
|
|
33
33
|
Requires-Dist: python3_commons[database]; extra == "authz"
|
|
@@ -36,16 +36,16 @@ Provides-Extra: cache
|
|
|
36
36
|
Requires-Dist: valkey[libvalkey]~=6.1.1; extra == "cache"
|
|
37
37
|
Provides-Extra: database
|
|
38
38
|
Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
39
|
-
Requires-Dist: SQLAlchemy[asyncio]~=2.0.
|
|
39
|
+
Requires-Dist: SQLAlchemy[asyncio]~=2.0.51; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
41
|
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
|
-
Requires-Dist: object-storage-client~=0.0.
|
|
42
|
+
Requires-Dist: object-storage-client~=0.0.37; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.14.1; extra == "soap-client"
|
|
45
|
-
Requires-Dist: certifi~=2026.
|
|
45
|
+
Requires-Dist: certifi~=2026.6.17; extra == "soap-client"
|
|
46
46
|
Requires-Dist: lxml~=6.1.1; extra == "soap-client"
|
|
47
47
|
Requires-Dist: requests~=2.34.2; extra == "soap-client"
|
|
48
|
-
Requires-Dist: zeep[async]~=4.3.
|
|
48
|
+
Requires-Dist: zeep[async]~=4.3.3; extra == "soap-client"
|
|
49
49
|
Dynamic: license-file
|
|
50
50
|
|
|
51
51
|
Re-usable Python3 code
|
|
@@ -12,7 +12,7 @@ python3_commons/helpers.py,sha256=WTPu_jIOGYtxt1GYnH6sBMNDHry99AKv6ZaggGW2l1A,49
|
|
|
12
12
|
python3_commons/object_storage.py,sha256=2l8v1mDB5WWN6jhxH2t5xmHBXaVPRJl0z44wExmlO80,7175
|
|
13
13
|
python3_commons/permissions.py,sha256=gaMKSWg0MgPQTdP1voll4ItXcblXku9BlD0Lq3Xv64U,1724
|
|
14
14
|
python3_commons/soap_client.py,sha256=w2lOyhhtkhwiNnHjvir8DfjGBO51XVg5rlDHyuudU2A,7169
|
|
15
|
-
python3_commons/db/__init__.py,sha256=
|
|
15
|
+
python3_commons/db/__init__.py,sha256=OvRLAKPvOzEId_M6ZAd1-KqGJJXxsDKjD6xUiRG6ilU,10187
|
|
16
16
|
python3_commons/db/helpers.py,sha256=xRpWs4aVkBge6HCLjb6OLSnWc1nlV6rKGyaVhZ_x12w,2001
|
|
17
17
|
python3_commons/db/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
python3_commons/db/models/auth.py,sha256=t6z_0c7l_1eB-CCdnPSV9OzJ_ymgkwD1cLpecNhQgoA,773
|
|
@@ -27,9 +27,9 @@ python3_commons/serializers/common.py,sha256=VkA7C6wODvHk0QBXVX_x2JieDstihx3U__U
|
|
|
27
27
|
python3_commons/serializers/json.py,sha256=UPkC3ps13x2C_NxwVV-K7Ewp4VjkVHSSUkJVw5k7Wiw,712
|
|
28
28
|
python3_commons/serializers/msgpack.py,sha256=zESFBX34GsZ8rDu6Zk5V6CLT6P0mPilU0r04Ka6TblI,1474
|
|
29
29
|
python3_commons/serializers/msgspec.py,sha256=upy5CBmK66-8hYnK5bAM_sZvZY5CAqZmzCw9GIF346I,2988
|
|
30
|
-
python3_commons-0.22.
|
|
31
|
-
python3_commons-0.22.
|
|
32
|
-
python3_commons-0.22.
|
|
33
|
-
python3_commons-0.22.
|
|
34
|
-
python3_commons-0.22.
|
|
35
|
-
python3_commons-0.22.
|
|
30
|
+
python3_commons-0.22.5.dist-info/licenses/AUTHORS.rst,sha256=3R9JnfjfjH5RoPWOeqKFJgxVShSSfzQPIrEr1nxIo9Q,90
|
|
31
|
+
python3_commons-0.22.5.dist-info/licenses/LICENSE,sha256=xxILuojHm4fKQOrMHPSslbyy6WuKAN2RiG74HbrYfzM,34575
|
|
32
|
+
python3_commons-0.22.5.dist-info/METADATA,sha256=TaCoDVaaujFhZWJh78t3affrnhAjNTQY1ptf3hIePY8,2333
|
|
33
|
+
python3_commons-0.22.5.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
34
|
+
python3_commons-0.22.5.dist-info/top_level.txt,sha256=lJI6sCBf68eUHzupCnn2dzG10lH3jJKTWM_hrN1cQ7M,16
|
|
35
|
+
python3_commons-0.22.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|