python3-commons 0.9.10__py3-none-any.whl → 0.9.11__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/api_client.py +2 -0
- {python3_commons-0.9.10.dist-info → python3_commons-0.9.11.dist-info}/METADATA +2 -2
- {python3_commons-0.9.10.dist-info → python3_commons-0.9.11.dist-info}/RECORD +7 -7
- {python3_commons-0.9.10.dist-info → python3_commons-0.9.11.dist-info}/WHEEL +0 -0
- {python3_commons-0.9.10.dist-info → python3_commons-0.9.11.dist-info}/licenses/AUTHORS.rst +0 -0
- {python3_commons-0.9.10.dist-info → python3_commons-0.9.11.dist-info}/licenses/LICENSE +0 -0
- {python3_commons-0.9.10.dist-info → python3_commons-0.9.11.dist-info}/top_level.txt +0 -0
python3_commons/api_client.py
CHANGED
@@ -110,6 +110,8 @@ async def request(
|
|
110
110
|
await _store_response_for_audit(response, audit_name, uri_path, method, request_id)
|
111
111
|
|
112
112
|
yield response
|
113
|
+
except client_exceptions.ClientConnectorError as e:
|
114
|
+
raise ConnectionRefusedError('Cient connection error') from e
|
113
115
|
except client_exceptions.ClientOSError as e:
|
114
116
|
if e.errno == 32:
|
115
117
|
raise ConnectionResetError('Broken pipe') from e
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: python3-commons
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.11
|
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
|
@@ -17,7 +17,7 @@ Requires-Dist: aiohttp[speedups]~=3.12.15
|
|
17
17
|
Requires-Dist: asyncpg~=0.30.0
|
18
18
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
19
19
|
Requires-Dist: fastapi-users[sqlalchemy]~=14.0.1
|
20
|
-
Requires-Dist: lxml~=6.0.
|
20
|
+
Requires-Dist: lxml~=6.0.1
|
21
21
|
Requires-Dist: msgpack~=1.1.1
|
22
22
|
Requires-Dist: msgspec~=0.19.0
|
23
23
|
Requires-Dist: pydantic[email]~=2.11.7
|
@@ -1,5 +1,5 @@
|
|
1
1
|
python3_commons/__init__.py,sha256=0KgaYU46H_IMKn-BuasoRN3C4Hi45KlkHHoPbU9cwiA,189
|
2
|
-
python3_commons/api_client.py,sha256=
|
2
|
+
python3_commons/api_client.py,sha256=zBZJTbRNnZxzhMSF6d1DzJAS5F3jgoitmnynv2n9U0M,4729
|
3
3
|
python3_commons/audit.py,sha256=-jYGjkQ2r8rg3gj-C-5uTQ1lXhK3dRXkktonZxOs1PM,5994
|
4
4
|
python3_commons/auth.py,sha256=fINE7zeq-oaEk2lwkdP1KOhfCpcIBaC8P9UzXQI37J0,2922
|
5
5
|
python3_commons/cache.py,sha256=lf27LTD4Z9Iqi5GaK8jH8UC0cL9sHH8wicZ88YDp6Mg,7725
|
@@ -21,9 +21,9 @@ python3_commons/serializers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
|
|
21
21
|
python3_commons/serializers/json.py,sha256=91UaXLGKGj0yPyrnuMeNrkG2GuPUgcgAsmIokUgEwpU,808
|
22
22
|
python3_commons/serializers/msgpack.py,sha256=WrvaPE187shSK8zkH4UHHMimEZNMv9RaDSwsBE2HlCw,1269
|
23
23
|
python3_commons/serializers/msgspec.py,sha256=0AliXlEl5sewi0UENjI8St5ZScXE5DNRERKzqWKy2Ps,2674
|
24
|
-
python3_commons-0.9.
|
25
|
-
python3_commons-0.9.
|
26
|
-
python3_commons-0.9.
|
27
|
-
python3_commons-0.9.
|
28
|
-
python3_commons-0.9.
|
29
|
-
python3_commons-0.9.
|
24
|
+
python3_commons-0.9.11.dist-info/licenses/AUTHORS.rst,sha256=3R9JnfjfjH5RoPWOeqKFJgxVShSSfzQPIrEr1nxIo9Q,90
|
25
|
+
python3_commons-0.9.11.dist-info/licenses/LICENSE,sha256=xxILuojHm4fKQOrMHPSslbyy6WuKAN2RiG74HbrYfzM,34575
|
26
|
+
python3_commons-0.9.11.dist-info/METADATA,sha256=bIvoX-NF8uTDz254UJVGjYkSnoK3qtwRXc5dfj_qfj4,1134
|
27
|
+
python3_commons-0.9.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
28
|
+
python3_commons-0.9.11.dist-info/top_level.txt,sha256=lJI6sCBf68eUHzupCnn2dzG10lH3jJKTWM_hrN1cQ7M,16
|
29
|
+
python3_commons-0.9.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|