python3-commons 0.18.16__tar.gz → 0.18.17__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.16 → python3_commons-0.18.17}/.pre-commit-config.yaml +1 -1
- {python3_commons-0.18.16/src/python3_commons.egg-info → python3_commons-0.18.17}/PKG-INFO +4 -4
- {python3_commons-0.18.16 → python3_commons-0.18.17}/pyproject.toml +3 -3
- {python3_commons-0.18.16 → python3_commons-0.18.17/src/python3_commons.egg-info}/PKG-INFO +4 -4
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons.egg-info/requires.txt +3 -3
- {python3_commons-0.18.16 → python3_commons-0.18.17}/uv.lock +47 -49
- {python3_commons-0.18.16 → python3_commons-0.18.17}/.coveragerc +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/.env_template +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/.gitignore +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/.python-version +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/AUTHORS.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/CHANGELOG.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/LICENSE +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/README.md +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/README.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/Makefile +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/_static/.gitignore +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/authors.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/changelog.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/conf.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/index.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/license.rst +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/setup.cfg +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/async_functools.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/models/users.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/soap_client.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/integration/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/integration/test_osc.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/conftest.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/test_async_functools.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.18.16 → python3_commons-0.18.17}/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.17
|
|
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
|
|
@@ -22,7 +22,7 @@ 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
23
|
Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
|
|
24
24
|
Provides-Extra: audit
|
|
25
|
-
Requires-Dist: lxml~=6.1.
|
|
25
|
+
Requires-Dist: lxml~=6.1.1; extra == "audit"
|
|
26
26
|
Requires-Dist: zeep[async]~=4.3.2; extra == "audit"
|
|
27
27
|
Requires-Dist: python3_commons[object-storage]; extra == "audit"
|
|
28
28
|
Provides-Extra: authn
|
|
@@ -39,11 +39,11 @@ 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.7.0; extra == "object-storage"
|
|
42
|
-
Requires-Dist: object-storage-client==0.0.
|
|
42
|
+
Requires-Dist: object-storage-client==0.0.30; 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"
|
|
46
|
-
Requires-Dist: lxml~=6.1.
|
|
46
|
+
Requires-Dist: lxml~=6.1.1; extra == "soap-client"
|
|
47
47
|
Requires-Dist: requests~=2.34.2; extra == "soap-client"
|
|
48
48
|
Requires-Dist: zeep[async]~=4.3.2; extra == "soap-client"
|
|
49
49
|
Dynamic: license-file
|
|
@@ -33,7 +33,7 @@ api-client = [
|
|
|
33
33
|
"python3_commons[audit,object-storage]"
|
|
34
34
|
]
|
|
35
35
|
audit = [
|
|
36
|
-
"lxml~=6.1.
|
|
36
|
+
"lxml~=6.1.1",
|
|
37
37
|
"zeep[async]~=4.3.2",
|
|
38
38
|
"python3_commons[object-storage]"
|
|
39
39
|
]
|
|
@@ -55,12 +55,12 @@ database = [
|
|
|
55
55
|
]
|
|
56
56
|
object-storage = [
|
|
57
57
|
"aiobotocore~=3.7.0",
|
|
58
|
-
"object-storage-client==0.0.
|
|
58
|
+
"object-storage-client==0.0.30"
|
|
59
59
|
]
|
|
60
60
|
soap-client = [
|
|
61
61
|
"aiohttp[speedups]>=3.13.5,<3.15.0",
|
|
62
62
|
"certifi==2026.4.22",
|
|
63
|
-
"lxml~=6.1.
|
|
63
|
+
"lxml~=6.1.1",
|
|
64
64
|
"requests~=2.34.2",
|
|
65
65
|
"zeep[async]~=4.3.2",
|
|
66
66
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.18.
|
|
3
|
+
Version: 0.18.17
|
|
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
|
|
@@ -22,7 +22,7 @@ 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
23
|
Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
|
|
24
24
|
Provides-Extra: audit
|
|
25
|
-
Requires-Dist: lxml~=6.1.
|
|
25
|
+
Requires-Dist: lxml~=6.1.1; extra == "audit"
|
|
26
26
|
Requires-Dist: zeep[async]~=4.3.2; extra == "audit"
|
|
27
27
|
Requires-Dist: python3_commons[object-storage]; extra == "audit"
|
|
28
28
|
Provides-Extra: authn
|
|
@@ -39,11 +39,11 @@ 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.7.0; extra == "object-storage"
|
|
42
|
-
Requires-Dist: object-storage-client==0.0.
|
|
42
|
+
Requires-Dist: object-storage-client==0.0.30; 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"
|
|
46
|
-
Requires-Dist: lxml~=6.1.
|
|
46
|
+
Requires-Dist: lxml~=6.1.1; extra == "soap-client"
|
|
47
47
|
Requires-Dist: requests~=2.34.2; extra == "soap-client"
|
|
48
48
|
Requires-Dist: zeep[async]~=4.3.2; extra == "soap-client"
|
|
49
49
|
Dynamic: license-file
|
{python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons.egg-info/requires.txt
RENAMED
|
@@ -11,7 +11,7 @@ certifi==2026.4.22
|
|
|
11
11
|
python3_commons[audit,object-storage]
|
|
12
12
|
|
|
13
13
|
[audit]
|
|
14
|
-
lxml~=6.1.
|
|
14
|
+
lxml~=6.1.1
|
|
15
15
|
zeep[async]~=4.3.2
|
|
16
16
|
python3_commons[object-storage]
|
|
17
17
|
|
|
@@ -33,11 +33,11 @@ SQLAlchemy[asyncio]~=2.0.49
|
|
|
33
33
|
|
|
34
34
|
[object-storage]
|
|
35
35
|
aiobotocore~=3.7.0
|
|
36
|
-
object-storage-client==0.0.
|
|
36
|
+
object-storage-client==0.0.30
|
|
37
37
|
|
|
38
38
|
[soap-client]
|
|
39
39
|
aiohttp[speedups]<3.15.0,>=3.13.5
|
|
40
40
|
certifi==2026.4.22
|
|
41
|
-
lxml~=6.1.
|
|
41
|
+
lxml~=6.1.1
|
|
42
42
|
requests~=2.34.2
|
|
43
43
|
zeep[async]~=4.3.2
|
|
@@ -569,46 +569,44 @@ sdist = { url = "https://files.pythonhosted.org/packages/38/49/57857ba9d02ba4df3
|
|
|
569
569
|
|
|
570
570
|
[[package]]
|
|
571
571
|
name = "lxml"
|
|
572
|
-
version = "6.1.
|
|
573
|
-
source = { registry = "https://pypi.org/simple" }
|
|
574
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
575
|
-
wheels = [
|
|
576
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
577
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
578
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
579
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
580
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
581
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
582
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
583
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
584
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
585
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
586
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
587
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
588
|
-
{ url = "https://files.pythonhosted.org/packages/06/
|
|
589
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
590
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
591
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
592
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
593
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
594
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
595
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
596
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
597
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
598
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
599
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
600
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
601
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
602
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
603
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
604
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
605
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
606
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
607
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
608
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
609
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
610
|
-
{ url = "https://files.pythonhosted.org/packages/64/ce/3554833989d074267c063209bae8b09815e5656456a2d332b947806b05ff/lxml-6.1.0-cp314-cp314t-win_amd64.whl", hash = "sha256:80410c3a7e3c617af04de17caa9f9f20adaa817093293d69eae7d7d0522836f5", size = 4392701, upload-time = "2026-04-18T04:32:12.113Z" },
|
|
611
|
-
{ url = "https://files.pythonhosted.org/packages/2b/a0/9b916c68c0e57752c07f8f64b30138d9d4059dbeb27b90274dedbea128ff/lxml-6.1.0-cp314-cp314t-win_arm64.whl", hash = "sha256:26dd9f57ee3bd41e7d35b4c98a2ffd89ed11591649f421f0ec19f67d50ec67ac", size = 3817120, upload-time = "2026-04-18T04:32:15.803Z" },
|
|
572
|
+
version = "6.1.1"
|
|
573
|
+
source = { registry = "https://pypi.org/simple" }
|
|
574
|
+
sdist = { url = "https://files.pythonhosted.org/packages/05/3b/aab6728cae887456f409b4d75e8a01856e4f04bd510de38052a47768b680/lxml-6.1.1.tar.gz", hash = "sha256:ba96ae44888e0185281e937633a743ea90d5a196c6000f82565ebb0580012d40", size = 4197430, upload-time = "2026-05-18T19:19:06.424Z" }
|
|
575
|
+
wheels = [
|
|
576
|
+
{ url = "https://files.pythonhosted.org/packages/13/e2/2e325795566de01d0d7c3bb57d3c370616b2d07b01214e84eec5d3b10963/lxml-6.1.1-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:19b7ab10b210b0b3ad7985d9ac4eb66ab09a90b20fe6e2f7ba55d01a234345d0", size = 8577146, upload-time = "2026-05-18T19:18:17.765Z" },
|
|
577
|
+
{ url = "https://files.pythonhosted.org/packages/93/cf/5630b5e4be7d2e6bee8efe83865c925221103cf0221303b104ce134b01e2/lxml-6.1.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:c08e5c694306507275f2290073350c4f32e383db15213b2c69e7ff39c1193840", size = 4623866, upload-time = "2026-05-18T19:18:30.669Z" },
|
|
578
|
+
{ url = "https://files.pythonhosted.org/packages/d2/51/3904907c063451cf8d4a5c9fe0cad95fa1f4ec57f4e3884fa0731bd7a305/lxml-6.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:74a9717fd0d82effef5c2854f0d917231d5324b5a3eb7275c43ac9fa32f97a14", size = 4950022, upload-time = "2026-05-18T19:19:31.958Z" },
|
|
579
|
+
{ url = "https://files.pythonhosted.org/packages/94/cd/9c7611a51c37a2830928405817cc5d56a97f64fab83cc3f628748b135749/lxml-6.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:efe0374196335f93b53269acd811b944f2e6bdc88e8894f214bd636455484909", size = 5086695, upload-time = "2026-05-18T19:19:34.764Z" },
|
|
580
|
+
{ url = "https://files.pythonhosted.org/packages/da/d6/24e3b5906abb0b674ff2ae195bc3ce59708df2bcd17cf17703b2d7dd643a/lxml-6.1.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ac931cdc9442c1763b8a8f6cd62c0c938737eafc5be75eff88df55fc73bc0d00", size = 5031642, upload-time = "2026-05-18T19:19:37.771Z" },
|
|
581
|
+
{ url = "https://files.pythonhosted.org/packages/2d/db/6ec54f99019838bff54785c51da07f189eb4676861c5f2730962b0d8d665/lxml-6.1.1-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:aee395f5d0927f947758b4ec119fd5fc8ec71f07a1c5c52077b30b04c0fa6955", size = 5647338, upload-time = "2026-05-18T19:19:40.553Z" },
|
|
582
|
+
{ url = "https://files.pythonhosted.org/packages/42/3d/ef4dcfffd22d27a61805d8ed9f7fb888495bc6aa88648fa07c1eaa5586b6/lxml-6.1.1-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9395002973c827b3ed67db77e6ec09f092919a587022174554096a269378fb13", size = 5239528, upload-time = "2026-05-18T19:19:43.657Z" },
|
|
583
|
+
{ url = "https://files.pythonhosted.org/packages/62/bb/37fb3f0dff146bdcfa78eec47879273820b2a0bf350ec236ce14bd0b1c26/lxml-6.1.1-cp314-cp314-manylinux_2_28_i686.whl", hash = "sha256:73bc2086f141224ebddb7fc5c6a36ca58b31b94b561e1dfe8e073e3270fad1e7", size = 5350730, upload-time = "2026-05-18T19:19:46.307Z" },
|
|
584
|
+
{ url = "https://files.pythonhosted.org/packages/90/42/43253f168388df4fae1f38c01df36ddb9bee39e2048167b54cdcbae85ea3/lxml-6.1.1-cp314-cp314-manylinux_2_31_armv7l.whl", hash = "sha256:3779def59032b81e44a5f70096ef6bf2082f8d901937dca354474ba09782e245", size = 4697530, upload-time = "2026-05-18T19:19:49.889Z" },
|
|
585
|
+
{ url = "https://files.pythonhosted.org/packages/eb/a8/c5a8504f81bbdfc8e7094c2c850cdb4ed6777fc4d5ddd9e5ab819f3b0d54/lxml-6.1.1-cp314-cp314-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:86c89b9d55ebf820ad7c90bc533410f0d098054f293351f10603c0c46ff598f5", size = 5250670, upload-time = "2026-05-18T19:19:53.199Z" },
|
|
586
|
+
{ url = "https://files.pythonhosted.org/packages/77/b7/c7e76ab18744d75e21f320ebf9ff9d1ceae2b54dd431ea5a64caf26c9672/lxml-6.1.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:19607c6bbff2a44cf3fe8250abccd20942d3462473e0a721d01d379ed017e462", size = 5084485, upload-time = "2026-05-18T19:19:08.422Z" },
|
|
587
|
+
{ url = "https://files.pythonhosted.org/packages/31/31/b35c53f8ef7b7c31cacd23d3638652fff7bcd1deb6eedb709ab43b685908/lxml-6.1.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:c6ed5141a5c7507cf3ee76bd363b0d6f801e3321adc35b5d825a23115faa5465", size = 4737635, upload-time = "2026-05-18T19:19:12.321Z" },
|
|
588
|
+
{ url = "https://files.pythonhosted.org/packages/d9/06/31f23c813a7fe8e0cb1b175e915b08c9bf4e86d225b210feadbdbe519667/lxml-6.1.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:62aeb7e85b5d60320b9d77eef2e773994e2c0ce10121b277e0a19804e1654a5a", size = 5670681, upload-time = "2026-05-18T19:19:15.001Z" },
|
|
589
|
+
{ url = "https://files.pythonhosted.org/packages/1a/bc/ce619bccc89b1fd9ad8a8e1330ee3f3beff9f2ff95b712d7bbcdd6e22fc3/lxml-6.1.1-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:b1b963fd8f5caa68e99dfae060d54de1fe9cba899b8718b44a00cdca53c3e590", size = 5238229, upload-time = "2026-05-18T19:19:18.131Z" },
|
|
590
|
+
{ url = "https://files.pythonhosted.org/packages/2f/5d/b329acbbedc0b619ebc2be6cf7ee9ed07e80892c88d4dfd612c33805789a/lxml-6.1.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:63876be28efefa04a1df615b46770e82042cce445cfdce55160522f57b231ccb", size = 5264191, upload-time = "2026-05-18T19:19:21.118Z" },
|
|
591
|
+
{ url = "https://files.pythonhosted.org/packages/d6/85/be36fb1425b30db3c3f9df75fe86343ebffb79e6320bd7f588e25bfeac39/lxml-6.1.1-cp314-cp314-win32.whl", hash = "sha256:7f7a92e8583f06b1fd49d01158143b8461cfcd135dcb10ec807270a3051bd603", size = 3657202, upload-time = "2026-05-18T19:17:39.509Z" },
|
|
592
|
+
{ url = "https://files.pythonhosted.org/packages/b8/ce/3cf9a827342269f54d405a6202397de63f07c69cbd6ce7d183a3f0cba1e9/lxml-6.1.1-cp314-cp314-win_amd64.whl", hash = "sha256:b2d444f2e66624d68e9c6b211e28a76e22fff5fcabcfff4deac18b529b7d4137", size = 4064497, upload-time = "2026-05-18T19:18:14.662Z" },
|
|
593
|
+
{ url = "https://files.pythonhosted.org/packages/78/b2/00ed55b3a2efa4658fb795c38d1090ec9b3e8a6c3683d4441fa517f09c3b/lxml-6.1.1-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:787b2496d0dbe8cd180984e8d29e3a6f76e7ea34db781cb3bd55e4ba1ef8b4ee", size = 8827545, upload-time = "2026-05-18T19:18:41.193Z" },
|
|
594
|
+
{ url = "https://files.pythonhosted.org/packages/c0/73/74573db19baa618d5f266f2407898b087ff6927115b00b71e5fc1b700847/lxml-6.1.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:2c8daa471358dc2d6fcf02165e80ec68f77871a286df95bc5cc3816153b0fd2c", size = 4735736, upload-time = "2026-05-18T19:18:46.761Z" },
|
|
595
|
+
{ url = "https://files.pythonhosted.org/packages/16/02/6f7061f4f95f51e545d48e87647c54791d204a4e881be4156e7a26ba5338/lxml-6.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:acd7d70b64c0aae0c7922cca83d288a16f5f6da523637697872253415269baef", size = 4970291, upload-time = "2026-05-18T19:19:56.215Z" },
|
|
596
|
+
{ url = "https://files.pythonhosted.org/packages/b0/02/55fc057d8283427dea7d6edb102e7a840239c77a64a983d92f62a304c0e9/lxml-6.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:4f0dd2f01f9f8a89f565d000e03abcf0a13d692a346c8d22f628d49af098777a", size = 5102822, upload-time = "2026-05-18T19:19:59.223Z" },
|
|
597
|
+
{ url = "https://files.pythonhosted.org/packages/e4/48/8e1cf78d89d66850121d9255a2a24414c98f775da93b90cf976956c24b14/lxml-6.1.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0b7e8a14c8634bf6f7a568634cb395305a6d964aeb5b7ee32248094bed3a7e2c", size = 5027923, upload-time = "2026-05-18T19:20:01.549Z" },
|
|
598
|
+
{ url = "https://files.pythonhosted.org/packages/ed/00/0632a0647612c8af24d26997b3b961397daa9d5b2581444805933629a4cb/lxml-6.1.1-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:86281fbdd6a8162756f8d603f37e3435bfa38043adb79c6dc6a2dfee065e7525", size = 5595843, upload-time = "2026-05-18T19:20:03.93Z" },
|
|
599
|
+
{ url = "https://files.pythonhosted.org/packages/bc/86/ab008a7dc360711b66858d61c80a5979a70a09f2aa2b05d9698df80b803d/lxml-6.1.1-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c5d7152ec39ca7c402d8fb9bad86140a15b9503bd0c54484e3f1bbe3dd37ceca", size = 5224515, upload-time = "2026-05-18T19:20:06.381Z" },
|
|
600
|
+
{ url = "https://files.pythonhosted.org/packages/75/c6/2702ff375e728e34f56d9a45339a9cf7e4427e917f542225242d63a05afa/lxml-6.1.1-cp314-cp314t-manylinux_2_28_i686.whl", hash = "sha256:88d8cb75b9d82858497a5393e3c63cfbf03035225e4b35a49ed7ccb151e4dc0e", size = 5312511, upload-time = "2026-05-18T19:20:09.308Z" },
|
|
601
|
+
{ url = "https://files.pythonhosted.org/packages/b7/57/a5807c98f87a86f10ef9ffab35516df7c0f0c4b6d5d33e9f608ab9c04a31/lxml-6.1.1-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:f64ec5397ea6a41fc1b4af0380d79b44a755b5531dcaccd9940fb260dca93038", size = 4639206, upload-time = "2026-05-18T19:20:11.704Z" },
|
|
602
|
+
{ url = "https://files.pythonhosted.org/packages/1f/e1/8a0a2c35734812395f4da4eaf33748a7e5705bfb2a58b128da764339d5ec/lxml-6.1.1-cp314-cp314t-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:d34bbf07dbc7ca5970671b1512e928991fb5e9d95365636c9b2d8b4f53af405e", size = 5232404, upload-time = "2026-05-18T19:20:14.064Z" },
|
|
603
|
+
{ url = "https://files.pythonhosted.org/packages/c2/e2/0e6a4dd5ad84d01d99aa7bae7cfefd4a760a0e0f8176818241de17d9b6c0/lxml-6.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:17e0e18d4ad8adbd0399291bc44845b69d9dd68439a3cdebdf35ff902ec05072", size = 5083769, upload-time = "2026-05-18T19:19:23.758Z" },
|
|
604
|
+
{ url = "https://files.pythonhosted.org/packages/a0/7e/161f33d463f6ffc1c7679104b65086dea120080d49dde4d238f015aaee2f/lxml-6.1.1-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:3ab541146f1f6968c462d6c2ac495148e8cdba2f8347700b2141b6ec5a75bf52", size = 4758936, upload-time = "2026-05-18T19:19:27.256Z" },
|
|
605
|
+
{ url = "https://files.pythonhosted.org/packages/f1/fb/2369825e3f6ca99305bf9f7b7085fda91c8b0922a89e54d900974aa3ef85/lxml-6.1.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:2a0217714657e023ef4293500f65aa20fce6164c8fd6b08fa5bd4a859fb14b9b", size = 5620296, upload-time = "2026-05-18T19:19:29.993Z" },
|
|
606
|
+
{ url = "https://files.pythonhosted.org/packages/30/90/d61e383146f74c5ab683947ea14dc7b82778838ab9b95ea73a23b60d0191/lxml-6.1.1-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:05a82eb6e1530a64f26225b55cbd178113bd0b5af1c2b625f25e5296742c26d2", size = 5228598, upload-time = "2026-05-18T19:19:33.523Z" },
|
|
607
|
+
{ url = "https://files.pythonhosted.org/packages/76/2d/2dafd8149e94b05bb070690efd5bb2680720681e03ff03fc57d2b70a1105/lxml-6.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:9e36f163528fc50cbef305f02a5fd66d404edf7049cdaff211dbc2cba5a7013e", size = 5247845, upload-time = "2026-05-18T19:19:36.649Z" },
|
|
608
|
+
{ url = "https://files.pythonhosted.org/packages/ce/68/b30e913340c380ddac9580c6e6230991fc37240ec4f64704833e4f3e2769/lxml-6.1.1-cp314-cp314t-win32.whl", hash = "sha256:649dda677cf3bd6ac9ae14007ba0c824ded8ce5808b53fc7431d9140399118c1", size = 3897345, upload-time = "2026-05-18T19:17:33.562Z" },
|
|
609
|
+
{ url = "https://files.pythonhosted.org/packages/3c/4e/9eb2af5335545f9fbcd7af57bcf87c6025d31eaa31b14ec184a6c8675328/lxml-6.1.1-cp314-cp314t-win_amd64.whl", hash = "sha256:793033d6c5cdf33a573f910d9bea14ef8f5771820411d118da8e1182edb53d5e", size = 4393350, upload-time = "2026-05-18T19:18:10.076Z" },
|
|
612
610
|
]
|
|
613
611
|
|
|
614
612
|
[[package]]
|
|
@@ -717,14 +715,14 @@ wheels = [
|
|
|
717
715
|
|
|
718
716
|
[[package]]
|
|
719
717
|
name = "object-storage-client"
|
|
720
|
-
version = "0.0.
|
|
718
|
+
version = "0.0.30"
|
|
721
719
|
source = { registry = "https://pypi.org/simple" }
|
|
722
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
720
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4d/de/2a1604fd29b4d5c5934c0f12acb6fadb644c44d3bb91ee89021fc73627de/object_storage_client-0.0.30.tar.gz", hash = "sha256:48bb4afb4f5f4871167d2593ac77147deae09849b138c29b51fb1ab32e0c6e4c", size = 42287, upload-time = "2026-05-19T15:00:13.826Z" }
|
|
723
721
|
wheels = [
|
|
724
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
725
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
726
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
727
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
722
|
+
{ url = "https://files.pythonhosted.org/packages/39/9c/e1d01b382e1f7bcceb5b4dce1246349f4777a420c07ef8249e3da1d085d0/object_storage_client-0.0.30-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:9ea41b5953aa2d9ce1f8947b55a1bf19fef194738ec90e97ccd802b4e18ec27c", size = 1945635, upload-time = "2026-05-19T15:00:12.34Z" },
|
|
723
|
+
{ url = "https://files.pythonhosted.org/packages/30/bc/67a991c7544d13356804047225c1822546c58199544c9f2dee66f2073023/object_storage_client-0.0.30-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d6308f860bf6495f9bfcf57e66343042e84160dfb067b0a1cb8fb5a268de806", size = 2137471, upload-time = "2026-05-19T15:00:08.739Z" },
|
|
724
|
+
{ url = "https://files.pythonhosted.org/packages/55/b0/46cc1b484ba3850480b9c7142b69b909eacb6df2ae1ae3e93416fa6108db/object_storage_client-0.0.30-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:ce2ae89142c997b69a5aff954d0a3e810d10586fad67c69e6f6083dae25b839e", size = 2131313, upload-time = "2026-05-19T15:00:14.988Z" },
|
|
725
|
+
{ url = "https://files.pythonhosted.org/packages/80/01/0909fd906c4c63c791394831a4ef49e007bf3256173941f9acf7bf4d623a/object_storage_client-0.0.30-cp314-cp314-win_amd64.whl", hash = "sha256:7a5cb07aa7928a5495b41c46901f9de11ead197f5e0c7b23d1e02688c7e35456", size = 2130202, upload-time = "2026-05-19T15:00:10.624Z" },
|
|
728
726
|
]
|
|
729
727
|
|
|
730
728
|
[[package]]
|
|
@@ -1158,11 +1156,11 @@ requires-dist = [
|
|
|
1158
1156
|
{ name = "certifi", marker = "extra == 'api-client'", specifier = "==2026.4.22" },
|
|
1159
1157
|
{ name = "certifi", marker = "extra == 'authn'", specifier = "==2026.4.22" },
|
|
1160
1158
|
{ name = "certifi", marker = "extra == 'soap-client'", specifier = "==2026.4.22" },
|
|
1161
|
-
{ name = "lxml", marker = "extra == 'audit'", specifier = "~=6.1.
|
|
1162
|
-
{ name = "lxml", marker = "extra == 'soap-client'", specifier = "~=6.1.
|
|
1159
|
+
{ name = "lxml", marker = "extra == 'audit'", specifier = "~=6.1.1" },
|
|
1160
|
+
{ name = "lxml", marker = "extra == 'soap-client'", specifier = "~=6.1.1" },
|
|
1163
1161
|
{ name = "msgpack", specifier = "~=1.1.2" },
|
|
1164
1162
|
{ name = "msgspec", specifier = "==0.21.1" },
|
|
1165
|
-
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "==0.0.
|
|
1163
|
+
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "==0.0.30" },
|
|
1166
1164
|
{ name = "pydantic-settings", specifier = "~=2.14.1" },
|
|
1167
1165
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authn'" },
|
|
1168
1166
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authz'" },
|
|
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.16 → python3_commons-0.18.17}/.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
|
{python3_commons-0.18.16 → python3_commons-0.18.17}/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
|
|
File without changes
|
{python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.16 → python3_commons-0.18.17}/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
|