python3-commons 0.18.12__tar.gz → 0.18.14__tar.gz
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-0.18.12/src/python3_commons.egg-info → python3_commons-0.18.14}/PKG-INFO +3 -3
- {python3_commons-0.18.12 → python3_commons-0.18.14}/pyproject.toml +2 -2
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/object_storage.py +1 -1
- {python3_commons-0.18.12 → python3_commons-0.18.14/src/python3_commons.egg-info}/PKG-INFO +3 -3
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons.egg-info/requires.txt +2 -2
- {python3_commons-0.18.12 → python3_commons-0.18.14}/uv.lock +53 -46
- {python3_commons-0.18.12 → python3_commons-0.18.14}/.coveragerc +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/.env_template +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/.gitignore +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/.pre-commit-config.yaml +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/.python-version +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/AUTHORS.rst +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/CHANGELOG.rst +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/LICENSE +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/README.md +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/README.rst +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/docs/Makefile +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/docs/_static/.gitignore +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/docs/authors.rst +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/docs/changelog.rst +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/docs/conf.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/docs/index.rst +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/docs/license.rst +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/setup.cfg +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/async_functools.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/db/models/users.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/soap_client.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/__init__.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/integration/__init__.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/integration/test_osc.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/unit/__init__.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/unit/conftest.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/unit/test_async_functools.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.18.12 → python3_commons-0.18.14}/tests/unit/test_msgspec.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.18.
|
|
3
|
+
Version: 0.18.14
|
|
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
|
|
@@ -20,7 +20,7 @@ Requires-Dist: python3_commons[api-client,audit,authn,authz,cache,database,objec
|
|
|
20
20
|
Provides-Extra: api-client
|
|
21
21
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "api-client"
|
|
22
22
|
Requires-Dist: certifi==2026.4.22; extra == "api-client"
|
|
23
|
-
Requires-Dist: python3_commons[object-storage]; extra == "api-client"
|
|
23
|
+
Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
|
|
24
24
|
Provides-Extra: audit
|
|
25
25
|
Requires-Dist: lxml~=6.1.0; extra == "audit"
|
|
26
26
|
Requires-Dist: zeep[async]~=4.3.2; extra == "audit"
|
|
@@ -39,7 +39,7 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
|
39
39
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.49; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
41
|
Requires-Dist: aiobotocore~=3.6.0; extra == "object-storage"
|
|
42
|
-
Requires-Dist: object-storage-client==0.0.
|
|
42
|
+
Requires-Dist: object-storage-client==0.0.29; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "soap-client"
|
|
45
45
|
Requires-Dist: certifi==2026.4.22; extra == "soap-client"
|
|
@@ -30,7 +30,7 @@ all = [
|
|
|
30
30
|
api-client = [
|
|
31
31
|
"aiohttp[speedups]>=3.13.5,<3.15.0",
|
|
32
32
|
"certifi==2026.4.22",
|
|
33
|
-
"python3_commons[object-storage]"
|
|
33
|
+
"python3_commons[audit,object-storage]"
|
|
34
34
|
]
|
|
35
35
|
audit = [
|
|
36
36
|
"lxml~=6.1.0",
|
|
@@ -55,7 +55,7 @@ database = [
|
|
|
55
55
|
]
|
|
56
56
|
object-storage = [
|
|
57
57
|
"aiobotocore~=3.6.0",
|
|
58
|
-
"object-storage-client==0.0.
|
|
58
|
+
"object-storage-client==0.0.29"
|
|
59
59
|
]
|
|
60
60
|
soap-client = [
|
|
61
61
|
"aiohttp[speedups]>=3.13.5,<3.15.0",
|
|
@@ -166,7 +166,7 @@ async def remove_object(bucket_name: str, path: str) -> None:
|
|
|
166
166
|
client = get_client()
|
|
167
167
|
absolute_path = get_absolute_path(path)
|
|
168
168
|
url = f's3://{bucket_name}/{absolute_path}'
|
|
169
|
-
await client.
|
|
169
|
+
await client.delete_object(url)
|
|
170
170
|
except Exception as e:
|
|
171
171
|
logger.exception('Failed to remove object from object storage: %s:%s', bucket_name, path, exc_info=e)
|
|
172
172
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.18.
|
|
3
|
+
Version: 0.18.14
|
|
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
|
|
@@ -20,7 +20,7 @@ Requires-Dist: python3_commons[api-client,audit,authn,authz,cache,database,objec
|
|
|
20
20
|
Provides-Extra: api-client
|
|
21
21
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "api-client"
|
|
22
22
|
Requires-Dist: certifi==2026.4.22; extra == "api-client"
|
|
23
|
-
Requires-Dist: python3_commons[object-storage]; extra == "api-client"
|
|
23
|
+
Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
|
|
24
24
|
Provides-Extra: audit
|
|
25
25
|
Requires-Dist: lxml~=6.1.0; extra == "audit"
|
|
26
26
|
Requires-Dist: zeep[async]~=4.3.2; extra == "audit"
|
|
@@ -39,7 +39,7 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
|
39
39
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.49; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
41
|
Requires-Dist: aiobotocore~=3.6.0; extra == "object-storage"
|
|
42
|
-
Requires-Dist: object-storage-client==0.0.
|
|
42
|
+
Requires-Dist: object-storage-client==0.0.29; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "soap-client"
|
|
45
45
|
Requires-Dist: certifi==2026.4.22; extra == "soap-client"
|
{python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons.egg-info/requires.txt
RENAMED
|
@@ -8,7 +8,7 @@ python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-
|
|
|
8
8
|
[api-client]
|
|
9
9
|
aiohttp[speedups]<3.15.0,>=3.13.5
|
|
10
10
|
certifi==2026.4.22
|
|
11
|
-
python3_commons[object-storage]
|
|
11
|
+
python3_commons[audit,object-storage]
|
|
12
12
|
|
|
13
13
|
[audit]
|
|
14
14
|
lxml~=6.1.0
|
|
@@ -33,7 +33,7 @@ SQLAlchemy[asyncio]~=2.0.49
|
|
|
33
33
|
|
|
34
34
|
[object-storage]
|
|
35
35
|
aiobotocore~=3.6.0
|
|
36
|
-
object-storage-client==0.0.
|
|
36
|
+
object-storage-client==0.0.29
|
|
37
37
|
|
|
38
38
|
[soap-client]
|
|
39
39
|
aiohttp[speedups]<3.15.0,>=3.13.5
|
|
@@ -717,13 +717,14 @@ wheels = [
|
|
|
717
717
|
|
|
718
718
|
[[package]]
|
|
719
719
|
name = "object-storage-client"
|
|
720
|
-
version = "0.0.
|
|
720
|
+
version = "0.0.29"
|
|
721
721
|
source = { registry = "https://pypi.org/simple" }
|
|
722
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
722
|
+
sdist = { url = "https://files.pythonhosted.org/packages/89/28/cba1bd9df42eb16900d000dfd581dcf2e3d2505e5cd814ad90de91006b25/object_storage_client-0.0.29.tar.gz", hash = "sha256:1bc6ad85d0dd1fe6ccd654a8eccb7780db3e3a0767e6068d844986182dbda0cf", size = 42274, upload-time = "2026-05-06T14:06:19.741Z" }
|
|
723
723
|
wheels = [
|
|
724
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
725
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
726
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
724
|
+
{ url = "https://files.pythonhosted.org/packages/84/04/6c423dafd66b7ef07a50f866d7b7541f6297d86ea0bec85812458d382027/object_storage_client-0.0.29-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:5abdf9259831f803eb38c25d2caba882ad7a5286e809a53f512c47941eac1a87", size = 1945274, upload-time = "2026-05-06T14:06:23.736Z" },
|
|
725
|
+
{ url = "https://files.pythonhosted.org/packages/c4/98/22bd8627e28a3fb7d1b783ded42d880ae1d2ac477b9efc9bf30bd5f73162/object_storage_client-0.0.29-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fcfc44c039f2456da67f19d4fb5ad233aacf6c8823f524988b97c7da0432d2de", size = 2133172, upload-time = "2026-05-06T14:06:31.616Z" },
|
|
726
|
+
{ url = "https://files.pythonhosted.org/packages/b6/68/8536a0b4308bb9dba95ed77d7a5978ccce8afa803056e1776ca81e3d1fb1/object_storage_client-0.0.29-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:6b18fa4eb9b5356d2e1ff562f5e6addf32286549cbd1564a47192750b848b0ec", size = 2132853, upload-time = "2026-05-06T14:06:28.474Z" },
|
|
727
|
+
{ url = "https://files.pythonhosted.org/packages/96/bf/0d0354cfe6a160d39d85b1afbe459aeb0b82538352c6594c3fdc5e141f20/object_storage_client-0.0.29-cp314-cp314-win_amd64.whl", hash = "sha256:d126149f728aa7937bd0e7b47d1929bacfa60317fdda6eca2204f1b599cb4b5c", size = 2131379, upload-time = "2026-05-06T14:06:26.474Z" },
|
|
727
728
|
]
|
|
728
729
|
|
|
729
730
|
[[package]]
|
|
@@ -863,7 +864,7 @@ wheels = [
|
|
|
863
864
|
|
|
864
865
|
[[package]]
|
|
865
866
|
name = "pydantic"
|
|
866
|
-
version = "2.13.
|
|
867
|
+
version = "2.13.4"
|
|
867
868
|
source = { registry = "https://pypi.org/simple" }
|
|
868
869
|
dependencies = [
|
|
869
870
|
{ name = "annotated-types" },
|
|
@@ -871,50 +872,50 @@ dependencies = [
|
|
|
871
872
|
{ name = "typing-extensions" },
|
|
872
873
|
{ name = "typing-inspection" },
|
|
873
874
|
]
|
|
874
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
875
|
+
sdist = { url = "https://files.pythonhosted.org/packages/18/a5/b60d21ac674192f8ab0ba4e9fd860690f9b4a6e51ca5df118733b487d8d6/pydantic-2.13.4.tar.gz", hash = "sha256:c40756b57adaa8b1efeeced5c196f3f3b7c435f90e84ea7f443901bec8099ef6", size = 844775, upload-time = "2026-05-06T13:43:05.343Z" }
|
|
875
876
|
wheels = [
|
|
876
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
877
|
+
{ url = "https://files.pythonhosted.org/packages/fd/7b/122376b1fd3c62c1ed9dc80c931ace4844b3c55407b6fb2d199377c9736f/pydantic-2.13.4-py3-none-any.whl", hash = "sha256:45a282cde31d808236fd7ea9d919b128653c8b38b393d1c4ab335c62924d9aba", size = 472262, upload-time = "2026-05-06T13:43:02.641Z" },
|
|
877
878
|
]
|
|
878
879
|
|
|
879
880
|
[[package]]
|
|
880
881
|
name = "pydantic-core"
|
|
881
|
-
version = "2.46.
|
|
882
|
+
version = "2.46.4"
|
|
882
883
|
source = { registry = "https://pypi.org/simple" }
|
|
883
884
|
dependencies = [
|
|
884
885
|
{ name = "typing-extensions" },
|
|
885
886
|
]
|
|
886
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
887
|
-
wheels = [
|
|
888
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
889
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
890
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
891
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
892
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
893
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
894
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
895
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
896
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
897
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
898
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
899
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
900
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
901
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
902
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
903
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
904
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
905
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
906
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
907
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
908
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
909
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
910
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
911
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
912
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
913
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
914
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
915
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
916
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
917
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
887
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9d/56/921726b776ace8d8f5db44c4ef961006580d91dc52b803c489fafd1aa249/pydantic_core-2.46.4.tar.gz", hash = "sha256:62f875393d7f270851f20523dd2e29f082bcc82292d66db2b64ea71f64b6e1c1", size = 471464, upload-time = "2026-05-06T13:37:06.98Z" }
|
|
888
|
+
wheels = [
|
|
889
|
+
{ url = "https://files.pythonhosted.org/packages/8d/74/228a26ddad29c6672b805d9fd78e8d251cd04004fa7eed0e622096cd0250/pydantic_core-2.46.4-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:428e04521a40150c85216fc8b85e8d39fece235a9cf5e383761238c7fa9b96fb", size = 2102079, upload-time = "2026-05-06T13:38:41.019Z" },
|
|
890
|
+
{ url = "https://files.pythonhosted.org/packages/ad/1f/8970b150a4b4365623ae00fc88603491f763c627311ae8031e3111356d6e/pydantic_core-2.46.4-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:23ace664830ee0bfe014a0c7bc248b1f7f25ed7ad103852c317624a1083af462", size = 1952179, upload-time = "2026-05-06T13:36:59.812Z" },
|
|
891
|
+
{ url = "https://files.pythonhosted.org/packages/95/30/5211a831ae054928054b2f79731661087a2bc5c01e825c672b3a4a8f1b3e/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ce5c1d2a8b27468f433ca974829c44060b8097eedc39933e3c206a90ee49c4a9", size = 1978926, upload-time = "2026-05-06T13:37:39.933Z" },
|
|
892
|
+
{ url = "https://files.pythonhosted.org/packages/57/e9/689668733b1eb67adeef047db3c2e8788fcf65a7fd9c9e2b46b7744fe245/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7283d57845ecf5a163403eb0702dfc220cc4fbdd18919cb5ccea4f95ee1cdab4", size = 2046785, upload-time = "2026-05-06T13:38:01.995Z" },
|
|
893
|
+
{ url = "https://files.pythonhosted.org/packages/60/d9/6715260422ff50a2109878fd24d948a6c3446bb2664f34ee78cd972b3acd/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8daafc69c93ee8a0204506a3b6b30f586ef54028f52aeeeb5c4cfc5184fd5914", size = 2228733, upload-time = "2026-05-06T13:40:50.371Z" },
|
|
894
|
+
{ url = "https://files.pythonhosted.org/packages/18/ae/fdb2f64316afca925640f8e70bb1a564b0ec2721c1389e25b8eb4bf9a299/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cd2213145bcc2ba85884d0ac63d222fece9209678f77b9b4d76f054c561adb28", size = 2307534, upload-time = "2026-05-06T13:37:21.531Z" },
|
|
895
|
+
{ url = "https://files.pythonhosted.org/packages/89/1d/8eff589b45bb8190a9d12c49cfad0f176a5cbd1534908a6b5125e2886239/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7a5f930472650a82629163023e630d160863fce524c616f4e5186e5de9d9a49b", size = 2099732, upload-time = "2026-05-06T13:39:31.942Z" },
|
|
896
|
+
{ url = "https://files.pythonhosted.org/packages/06/d5/ee5a3366637fee41dee51a1fc91562dcf12ddbc68fda34e6b253da2324bb/pydantic_core-2.46.4-cp314-cp314-manylinux_2_31_riscv64.whl", hash = "sha256:c1b3f518abeca3aa13c712fd202306e145abf59a18b094a6bafb2d2bbf59192c", size = 2129627, upload-time = "2026-05-06T13:37:25.033Z" },
|
|
897
|
+
{ url = "https://files.pythonhosted.org/packages/94/33/2414be571d2c6a6c4d08be21f9292b6d3fdb08949a97b6dfe985017821db/pydantic_core-2.46.4-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1a7dd0b3ee80d90150e3495a3a13ac34dbcbfd4f012996a6a1d8900e91b5c0fb", size = 2179141, upload-time = "2026-05-06T13:37:14.046Z" },
|
|
898
|
+
{ url = "https://files.pythonhosted.org/packages/7b/79/7daa95be995be0eecc4cf75064cb33f9bbbfe3fe0158caf2f0d4a996a5c7/pydantic_core-2.46.4-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:3fb702cd90b0446a3a1c5e470bfa0dd23c0233b676a9099ddcc964fa6ca13898", size = 2184325, upload-time = "2026-05-06T13:36:53.615Z" },
|
|
899
|
+
{ url = "https://files.pythonhosted.org/packages/9f/cb/d0a382f5c0de8a222dc61c65348e0ce831b1f68e0a018450d31c2cace3a5/pydantic_core-2.46.4-cp314-cp314-musllinux_1_1_armv7l.whl", hash = "sha256:b8458003118a712e66286df6a707db01c52c0f52f7db8e4a38f0da1d3b94fc4e", size = 2323990, upload-time = "2026-05-06T13:40:29.971Z" },
|
|
900
|
+
{ url = "https://files.pythonhosted.org/packages/05/db/d9ba624cc4a5aced1598e88c04fdbd8310c8a69b9d38b9a3d39ce3a61ed7/pydantic_core-2.46.4-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:372429a130e469c9cd698925ce5fc50940b7a1336b0d82038e63d5bbc4edc519", size = 2369978, upload-time = "2026-05-06T13:37:23.027Z" },
|
|
901
|
+
{ url = "https://files.pythonhosted.org/packages/f2/20/d15df15ba918c423461905802bfd2981c3af0bfa0e40d05e13edbfa48bc3/pydantic_core-2.46.4-cp314-cp314-win32.whl", hash = "sha256:85bb3611ff1802f3ee7fdd7dbff26b56f343fb432d57a4728fdd49b6ef35e2f4", size = 1966354, upload-time = "2026-05-06T13:38:03.499Z" },
|
|
902
|
+
{ url = "https://files.pythonhosted.org/packages/fc/b6/6b8de4c0a7d7ab3004c439c80c5c1e0a3e8d78bbae19379b01960383d9e5/pydantic_core-2.46.4-cp314-cp314-win_amd64.whl", hash = "sha256:811ff8e9c313ab425368bcbb36e5c4ebd7108c2bbf4e4089cfbb0b01eff63fac", size = 2072238, upload-time = "2026-05-06T13:39:40.807Z" },
|
|
903
|
+
{ url = "https://files.pythonhosted.org/packages/32/36/51eb763beec1f4cf59b1db243a7dcc39cbb41230f050a09b9d69faaf0a48/pydantic_core-2.46.4-cp314-cp314-win_arm64.whl", hash = "sha256:bfec22eab3c8cc2ceec0248aec886624116dc079afa027ecc8ad4a7e62010f8a", size = 2018251, upload-time = "2026-05-06T13:37:26.72Z" },
|
|
904
|
+
{ url = "https://files.pythonhosted.org/packages/e8/91/855af51d625b23aa987116a19e231d2aaef9c4a415273ddc189b79a45fee/pydantic_core-2.46.4-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:af8244b2bef6aaad6d92cda81372de7f8c8d36c9f0c3ea36e827c60e7d9467a0", size = 2099593, upload-time = "2026-05-06T13:39:47.682Z" },
|
|
905
|
+
{ url = "https://files.pythonhosted.org/packages/fb/1b/8784a54c65edb5f49f0a14d6977cf1b209bba85a4c77445b255c2de58ab3/pydantic_core-2.46.4-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:5a4330cdbc57162e4b3aa303f588ba752257694c9c9be3e7ebb11b4aca659b5d", size = 1935226, upload-time = "2026-05-06T13:40:40.428Z" },
|
|
906
|
+
{ url = "https://files.pythonhosted.org/packages/e8/e7/1955d28d1afc56dd4b3ad7cc0cf39df1b9852964cf16e5d13912756d6d6b/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:29c61fc04a3d840155ff08e475a04809278972fe6aef51e2720554e96367e34b", size = 1974605, upload-time = "2026-05-06T13:37:32.029Z" },
|
|
907
|
+
{ url = "https://files.pythonhosted.org/packages/93/e2/3fedbf0ba7a22850e6e9fd78117f1c0f10f950182344d8a6c535d468fdd8/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c50f2528cf200c5eed56faf3f4e22fcd5f38c157a8b78576e6ba3168ec35f000", size = 2030777, upload-time = "2026-05-06T13:38:55.239Z" },
|
|
908
|
+
{ url = "https://files.pythonhosted.org/packages/f8/61/46be275fcaaba0b4f5b9669dd852267ce1ff616592dccf7a7845588df091/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0cbe8b01f948de4286c74cdd6c667aceb38f5c1e26f0693b3983d9d74887c65e", size = 2236641, upload-time = "2026-05-06T13:37:08.096Z" },
|
|
909
|
+
{ url = "https://files.pythonhosted.org/packages/60/db/12e93e46a8bac9988be3c016860f83293daea8c716c029c9ace279036f2f/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:617d7e2ca7dcb8c5cf6bcb8c59b8832c94b36196bbf1cbd1bfb56ed341905edd", size = 2286404, upload-time = "2026-05-06T13:40:20.221Z" },
|
|
910
|
+
{ url = "https://files.pythonhosted.org/packages/e2/4a/4d8b19008f38d31c53b8219cfedc2e3d5de5fe99d90076b7e767de29274f/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7027560ee92211647d0d34e3f7cd6f50da56399d26a9c8ad0da286d3869a53f3", size = 2109219, upload-time = "2026-05-06T13:38:12.153Z" },
|
|
911
|
+
{ url = "https://files.pythonhosted.org/packages/88/70/3cbc40978fefb7bb09c6708d40d4ad1a5d70fd7213c3d17f971de868ec1f/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_31_riscv64.whl", hash = "sha256:f99626688942fb746e545232e7726926f3be91b5975f8b55327665fafda991c7", size = 2110594, upload-time = "2026-05-06T13:40:02.971Z" },
|
|
912
|
+
{ url = "https://files.pythonhosted.org/packages/9d/20/b8d36736216e29491125531685b2f9e61aa5b4b2599893f8268551da3338/pydantic_core-2.46.4-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fc3e9034a63de20e15e8ade85358bc6efc614008cab72898b4b4952bea0509ff", size = 2159542, upload-time = "2026-05-06T13:39:27.506Z" },
|
|
913
|
+
{ url = "https://files.pythonhosted.org/packages/1d/a2/367df868eb584dacf6bf82a389272406d7178e301c4ac82545ab98bc2dd9/pydantic_core-2.46.4-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:97e7cf2be5c77b7d1a9713a05605d49460d02c6078d38d8bef3cbe323c548424", size = 2168146, upload-time = "2026-05-06T13:38:31.93Z" },
|
|
914
|
+
{ url = "https://files.pythonhosted.org/packages/c1/b8/4460f77f7e201893f649a29ab355dddd3beee8a97bcb1a320db414f9a06e/pydantic_core-2.46.4-cp314-cp314t-musllinux_1_1_armv7l.whl", hash = "sha256:3bf92c5d0e00fefaab325a4d27828fe6b6e2a21848686b5b60d2d9eeb09d76c6", size = 2306309, upload-time = "2026-05-06T13:37:44.717Z" },
|
|
915
|
+
{ url = "https://files.pythonhosted.org/packages/64/c4/be2639293acd87dc8ddbcec41a73cee9b2ebf996fe6d892a1a74e88ad3f7/pydantic_core-2.46.4-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:3ecbc122d18468d06ca279dc26a8c2e2d5acb10943bb35e36ae92096dc3b5565", size = 2369736, upload-time = "2026-05-06T13:37:05.645Z" },
|
|
916
|
+
{ url = "https://files.pythonhosted.org/packages/30/a6/9f9f380dbb301f67023bf8f707aaa75daadf84f7152d95c410fd7e81d994/pydantic_core-2.46.4-cp314-cp314t-win32.whl", hash = "sha256:e846ae7835bf0703ae43f534ab79a867146dadd59dc9ca5c8b53d5c8f7c9ef02", size = 1955575, upload-time = "2026-05-06T13:38:51.116Z" },
|
|
917
|
+
{ url = "https://files.pythonhosted.org/packages/40/1f/f1eb9eb350e795d1af8586289746f5c5677d16043040d63710e22abc43c9/pydantic_core-2.46.4-cp314-cp314t-win_amd64.whl", hash = "sha256:2108ba5c1c1eca18030634489dc544844144ee36357f2f9f780b93e7ddbb44b5", size = 2051624, upload-time = "2026-05-06T13:38:21.672Z" },
|
|
918
|
+
{ url = "https://files.pythonhosted.org/packages/f6/d2/42dd53d0a85c27606f316d3aa5d2869c4e8470a5ed6dec30e4a1abe19192/pydantic_core-2.46.4-cp314-cp314t-win_arm64.whl", hash = "sha256:4fcbe087dbc2068af7eda3aa87634eba216dbda64d1ae73c8684b621d33f6596", size = 2017325, upload-time = "2026-05-06T13:40:52.723Z" },
|
|
918
919
|
]
|
|
919
920
|
|
|
920
921
|
[[package]]
|
|
@@ -1063,7 +1064,9 @@ api-client = [
|
|
|
1063
1064
|
{ name = "aiobotocore" },
|
|
1064
1065
|
{ name = "aiohttp", extra = ["speedups"] },
|
|
1065
1066
|
{ name = "certifi" },
|
|
1067
|
+
{ name = "lxml" },
|
|
1066
1068
|
{ name = "object-storage-client" },
|
|
1069
|
+
{ name = "zeep", extra = ["async"] },
|
|
1067
1070
|
]
|
|
1068
1071
|
audit = [
|
|
1069
1072
|
{ name = "aiobotocore" },
|
|
@@ -1075,15 +1078,19 @@ authn = [
|
|
|
1075
1078
|
{ name = "aiobotocore" },
|
|
1076
1079
|
{ name = "aiohttp", extra = ["speedups"] },
|
|
1077
1080
|
{ name = "certifi" },
|
|
1081
|
+
{ name = "lxml" },
|
|
1078
1082
|
{ name = "object-storage-client" },
|
|
1083
|
+
{ name = "zeep", extra = ["async"] },
|
|
1079
1084
|
]
|
|
1080
1085
|
authz = [
|
|
1081
1086
|
{ name = "aiobotocore" },
|
|
1082
1087
|
{ name = "aiohttp", extra = ["speedups"] },
|
|
1083
1088
|
{ name = "asyncpg" },
|
|
1084
1089
|
{ name = "certifi" },
|
|
1090
|
+
{ name = "lxml" },
|
|
1085
1091
|
{ name = "object-storage-client" },
|
|
1086
1092
|
{ name = "sqlalchemy", extra = ["asyncio"] },
|
|
1093
|
+
{ name = "zeep", extra = ["async"] },
|
|
1087
1094
|
]
|
|
1088
1095
|
cache = [
|
|
1089
1096
|
{ name = "valkey", extra = ["libvalkey"] },
|
|
@@ -1135,13 +1142,13 @@ requires-dist = [
|
|
|
1135
1142
|
{ name = "lxml", marker = "extra == 'soap-client'", specifier = "~=6.1.0" },
|
|
1136
1143
|
{ name = "msgpack", specifier = "~=1.1.2" },
|
|
1137
1144
|
{ name = "msgspec", specifier = "==0.21.1" },
|
|
1138
|
-
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "==0.0.
|
|
1145
|
+
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "==0.0.29" },
|
|
1139
1146
|
{ name = "pydantic-settings", specifier = "~=2.14.0" },
|
|
1140
1147
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authn'" },
|
|
1141
1148
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authz'" },
|
|
1142
1149
|
{ name = "python3-commons", extras = ["api-client", "audit", "authn", "authz", "cache", "database", "object-storage", "soap-client"], marker = "extra == 'all'" },
|
|
1150
|
+
{ name = "python3-commons", extras = ["audit", "object-storage"], marker = "extra == 'api-client'" },
|
|
1143
1151
|
{ name = "python3-commons", extras = ["database"], marker = "extra == 'authz'" },
|
|
1144
|
-
{ name = "python3-commons", extras = ["object-storage"], marker = "extra == 'api-client'" },
|
|
1145
1152
|
{ name = "python3-commons", extras = ["object-storage"], marker = "extra == 'audit'" },
|
|
1146
1153
|
{ name = "requests", marker = "extra == 'soap-client'", specifier = "~=2.33.1" },
|
|
1147
1154
|
{ name = "sqlalchemy", extras = ["asyncio"], marker = "extra == 'database'", specifier = "~=2.0.49" },
|
|
@@ -1363,11 +1370,11 @@ wheels = [
|
|
|
1363
1370
|
|
|
1364
1371
|
[[package]]
|
|
1365
1372
|
name = "urllib3"
|
|
1366
|
-
version = "2.
|
|
1373
|
+
version = "2.7.0"
|
|
1367
1374
|
source = { registry = "https://pypi.org/simple" }
|
|
1368
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1375
|
+
sdist = { url = "https://files.pythonhosted.org/packages/53/0c/06f8b233b8fd13b9e5ee11424ef85419ba0d8ba0b3138bf360be2ff56953/urllib3-2.7.0.tar.gz", hash = "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c", size = 433602, upload-time = "2026-05-07T16:13:18.596Z" }
|
|
1369
1376
|
wheels = [
|
|
1370
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1377
|
+
{ url = "https://files.pythonhosted.org/packages/7f/3e/5db95bcf282c52709639744ca2a8b149baccf648e39c8cc87553df9eae0c/urllib3-2.7.0-py3-none-any.whl", hash = "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897", size = 131087, upload-time = "2026-05-07T16:13:17.151Z" },
|
|
1371
1378
|
]
|
|
1372
1379
|
|
|
1373
1380
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.12 → python3_commons-0.18.14}/.github/workflows/release-on-tag-push.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/db/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.12 → python3_commons-0.18.14}/src/python3_commons.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|