python3-commons 0.18.15__tar.gz → 0.18.16__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.15 → python3_commons-0.18.16}/.devcontainer/Dockerfile +1 -1
- {python3_commons-0.18.15 → python3_commons-0.18.16}/.devcontainer/docker-compose.yml +1 -1
- {python3_commons-0.18.15 → python3_commons-0.18.16}/.pre-commit-config.yaml +2 -2
- python3_commons-0.18.16/.python-version +1 -0
- {python3_commons-0.18.15/src/python3_commons.egg-info → python3_commons-0.18.16}/PKG-INFO +2 -2
- {python3_commons-0.18.15 → python3_commons-0.18.16}/pyproject.toml +1 -1
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/api_client.py +2 -1
- {python3_commons-0.18.15 → python3_commons-0.18.16/src/python3_commons.egg-info}/PKG-INFO +2 -2
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons.egg-info/requires.txt +1 -1
- {python3_commons-0.18.15 → python3_commons-0.18.16}/uv.lock +99 -98
- python3_commons-0.18.15/.python-version +0 -1
- {python3_commons-0.18.15 → python3_commons-0.18.16}/.coveragerc +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/.env_template +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/.gitignore +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/AUTHORS.rst +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/CHANGELOG.rst +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/LICENSE +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/README.md +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/README.rst +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/docs/Makefile +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/docs/_static/.gitignore +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/docs/authors.rst +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/docs/changelog.rst +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/docs/conf.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/docs/index.rst +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/docs/license.rst +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/setup.cfg +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/async_functools.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/db/models/users.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/soap_client.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/__init__.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/integration/__init__.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/integration/test_osc.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/unit/__init__.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/unit/conftest.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/unit/test_async_functools.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.18.15 → python3_commons-0.18.16}/tests/unit/test_msgspec.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
repos:
|
|
2
2
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
3
|
-
rev: 0.11.
|
|
3
|
+
rev: 0.11.14
|
|
4
4
|
hooks:
|
|
5
5
|
- id: uv-lock
|
|
6
6
|
# - id: uv-export
|
|
7
7
|
|
|
8
8
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
9
|
-
rev: v0.15.
|
|
9
|
+
rev: v0.15.13
|
|
10
10
|
hooks:
|
|
11
11
|
# Run the linter.
|
|
12
12
|
- id: ruff-check
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
==3.14.5
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.18.
|
|
3
|
+
Version: 0.18.16
|
|
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
|
|
@@ -44,7 +44,7 @@ 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
46
|
Requires-Dist: lxml~=6.1.0; extra == "soap-client"
|
|
47
|
-
Requires-Dist: requests~=2.
|
|
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
|
|
50
50
|
|
|
@@ -108,7 +108,8 @@ async def request(
|
|
|
108
108
|
|
|
109
109
|
raise LookupError(msg)
|
|
110
110
|
case HTTPStatus.BAD_REQUEST:
|
|
111
|
-
|
|
111
|
+
response_text = await response.text()
|
|
112
|
+
msg = response_text or 'Bad request'
|
|
112
113
|
|
|
113
114
|
raise ValueError(msg)
|
|
114
115
|
case HTTPStatus.TOO_MANY_REQUESTS:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.18.
|
|
3
|
+
Version: 0.18.16
|
|
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
|
|
@@ -44,7 +44,7 @@ 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
46
|
Requires-Dist: lxml~=6.1.0; extra == "soap-client"
|
|
47
|
-
Requires-Dist: requests~=2.
|
|
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
|
|
50
50
|
|
|
@@ -22,14 +22,14 @@ wheels = [
|
|
|
22
22
|
|
|
23
23
|
[[package]]
|
|
24
24
|
name = "aiodns"
|
|
25
|
-
version = "4.0.
|
|
25
|
+
version = "4.0.3"
|
|
26
26
|
source = { registry = "https://pypi.org/simple" }
|
|
27
27
|
dependencies = [
|
|
28
28
|
{ name = "pycares" },
|
|
29
29
|
]
|
|
30
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
30
|
+
sdist = { url = "https://files.pythonhosted.org/packages/7f/70/2047b454e8210a19876c263b801a4a1b3649f48af044bd076be468a8bd65/aiodns-4.0.3.tar.gz", hash = "sha256:33c53dc0e83826a18d6feb3f99df7bf520c0e79ac6ede0daf9aa7af8ffe81358", size = 29036, upload-time = "2026-05-16T03:13:11.9Z" }
|
|
31
31
|
wheels = [
|
|
32
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
32
|
+
{ url = "https://files.pythonhosted.org/packages/59/ad/4823d93835c0ab2d53d41860edb57fbd83eca4cf156f57ae32504c4a4603/aiodns-4.0.3-py3-none-any.whl", hash = "sha256:9c13842cfefe638283dfc14b8ff0e545202e7acd8c6f38d38dfa2011eecb9a26", size = 12377, upload-time = "2026-05-16T03:13:10.782Z" },
|
|
33
33
|
]
|
|
34
34
|
|
|
35
35
|
[[package]]
|
|
@@ -356,41 +356,41 @@ wheels = [
|
|
|
356
356
|
|
|
357
357
|
[[package]]
|
|
358
358
|
name = "coverage"
|
|
359
|
-
version = "7.
|
|
360
|
-
source = { registry = "https://pypi.org/simple" }
|
|
361
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
362
|
-
wheels = [
|
|
363
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
364
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
365
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
366
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
367
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
368
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
369
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
370
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
371
|
-
{ url = "https://files.pythonhosted.org/packages/9e/
|
|
372
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
373
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
374
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
375
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
376
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
377
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
378
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
379
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
380
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
381
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
382
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
383
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
384
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
385
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
386
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
387
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
388
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
389
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
390
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
391
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
392
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
393
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
359
|
+
version = "7.14.0"
|
|
360
|
+
source = { registry = "https://pypi.org/simple" }
|
|
361
|
+
sdist = { url = "https://files.pythonhosted.org/packages/23/7f/d0720730a397a999ffc0fd3f5bebef347338e3a47b727da66fbb228e2ff2/coverage-7.14.0.tar.gz", hash = "sha256:057a6af2f160a85384cde4ab36f0d2777bae1057bae255f95413cdd382aa5c74", size = 919489, upload-time = "2026-05-10T18:02:31.397Z" }
|
|
362
|
+
wheels = [
|
|
363
|
+
{ url = "https://files.pythonhosted.org/packages/1c/18/b9a6586d73992807c26f9a5f274131be3d76b56b18a82b9392e2a25d2e45/coverage-7.14.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:9aed9fa983514ca032790f3fe0d1c0e42ca7e16b42432af1706b50a9a46bef5d", size = 220036, upload-time = "2026-05-10T18:01:33.057Z" },
|
|
364
|
+
{ url = "https://files.pythonhosted.org/packages/f3/9b/4165a1d56ddc302a0e2d518fd9d412a4fd0b57562618c78c5f21c57194f5/coverage-7.14.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:ba3b8390db29296dbbf49e91b6fe08f990743a90c8f447ba4c2ffc29670dfa63", size = 220368, upload-time = "2026-05-10T18:01:34.705Z" },
|
|
365
|
+
{ url = "https://files.pythonhosted.org/packages/69/aa/c12e52a5ba148d9995229d557e3be6e554fe469addc0e9241b2f0956d8ea/coverage-7.14.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:3a5d8e876dfa2f102e970b183863d6dedd023d3c0eeca1fe7a9787bc5f28b212", size = 251417, upload-time = "2026-05-10T18:01:36.949Z" },
|
|
366
|
+
{ url = "https://files.pythonhosted.org/packages/d7/51/ec641c26e6dca1b25a7d2035ba6ecb7c884ef1a100a9e42fbe4ce4405139/coverage-7.14.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:5ebb8f4614a3787d567e610bbfdf96a4798dd69a1afb1bd8ad228d4111fe6ff3", size = 253924, upload-time = "2026-05-10T18:01:38.985Z" },
|
|
367
|
+
{ url = "https://files.pythonhosted.org/packages/33/c4/59c3de0bd1b538824173fd518fed51c1ce740ca5ed68e74545983f4053a9/coverage-7.14.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b9bf47223dd8db3d4c4b2e443b02bace480d428f0822c3f991600448a176c97", size = 255269, upload-time = "2026-05-10T18:01:40.957Z" },
|
|
368
|
+
{ url = "https://files.pythonhosted.org/packages/7b/a9/36dfa153a62040296f6e7febfdb20a5720622f6ef5a81a41e8237b9a5344/coverage-7.14.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:3485a836550b303d006d57cc06e3d5afaabc642c77050b7c985a97b13e3776b8", size = 257583, upload-time = "2026-05-10T18:01:42.607Z" },
|
|
369
|
+
{ url = "https://files.pythonhosted.org/packages/26/7b/cc2c048d4114d9ab1c2409e9ee365e5ae10736df6dffcfc9444effa6c708/coverage-7.14.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:3e7e88110bae996d199d1693ca8ec3fd52441d426401ae963437598667b4c5eb", size = 251434, upload-time = "2026-05-10T18:01:44.537Z" },
|
|
370
|
+
{ url = "https://files.pythonhosted.org/packages/ee/df/6770eaa576e604575e9a78055313250faef5faa84bd6f71a39fece519c43/coverage-7.14.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:15228a6800ce7bdf1b74800595e56db7138cecb338fdbf044806e10dcf182dfe", size = 253280, upload-time = "2026-05-10T18:01:46.175Z" },
|
|
371
|
+
{ url = "https://files.pythonhosted.org/packages/ad/9e/1c0264514a3f98259a6d64765a397b2c8373e3ba59ee722a4802d3ec0c61/coverage-7.14.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:9d26ac7f5398bafc5b57421ad994e8a4749e8a7a0e62d05ec7d53014d5963bfa", size = 251241, upload-time = "2026-05-10T18:01:48.732Z" },
|
|
372
|
+
{ url = "https://files.pythonhosted.org/packages/64/16/4efdf3e3c4079cdbf0ece56a2fea872df9e8a3e15a13a0af4400e1075944/coverage-7.14.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:2fb73254ff43c911c967a899e1359bc5049b4b115d6e8fbdde4937d0a2246cd5", size = 255516, upload-time = "2026-05-10T18:01:50.819Z" },
|
|
373
|
+
{ url = "https://files.pythonhosted.org/packages/93/69/b1de96346603881b3d1bc8d6447c83200e1c9700ffbaff926ba01ff5724c/coverage-7.14.0-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:454a380af72c6adada298ed270d38c7a391288198dbfb8467f786f588751a90c", size = 251059, upload-time = "2026-05-10T18:01:52.773Z" },
|
|
374
|
+
{ url = "https://files.pythonhosted.org/packages/a4/66/2881853e0363a5e0a724d1103e53650795367471b6afb234f8b49e713bc6/coverage-7.14.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:65c86fb646d2bd2972e96bd1a8b45817ed907cee68655d6295fe7ec031d04cca", size = 252716, upload-time = "2026-05-10T18:01:54.506Z" },
|
|
375
|
+
{ url = "https://files.pythonhosted.org/packages/55/5c/0d3305d002c41dcde873dbe456491e663dc55152ca526b630b5c47efd62f/coverage-7.14.0-cp314-cp314-win32.whl", hash = "sha256:6a6516b02a6101398e19a3f44820f69bab2590697f7def4331f668b14adaf828", size = 222788, upload-time = "2026-05-10T18:01:56.487Z" },
|
|
376
|
+
{ url = "https://files.pythonhosted.org/packages/f9/58/6e1b8f52fdc3184b47dc5037f5070d83a3d11042db1594b02d2a44d786c8/coverage-7.14.0-cp314-cp314-win_amd64.whl", hash = "sha256:45e0f79d8351fa76e256716df91eab12890d32678b9590df7ae1042e4bd4cf5d", size = 223600, upload-time = "2026-05-10T18:01:58.497Z" },
|
|
377
|
+
{ url = "https://files.pythonhosted.org/packages/00/70/a18c408e674bc26281cadaedc7351f929bd2094e191e4b15271c30b084cc/coverage-7.14.0-cp314-cp314-win_arm64.whl", hash = "sha256:4b899594a8b2d81e5cc064a0d7f9cac2081fed91049456cae7676787e41549c9", size = 222168, upload-time = "2026-05-10T18:02:00.411Z" },
|
|
378
|
+
{ url = "https://files.pythonhosted.org/packages/3d/89/2681f071d238b62aff8dfc2ab44fc24cfdb38d1c01f391a80522ff5d3a16/coverage-7.14.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:f580f8c80acd94ac72e863efe2cab791d8c38d153e0b463b92dfa000d5c84cd1", size = 220766, upload-time = "2026-05-10T18:02:02.313Z" },
|
|
379
|
+
{ url = "https://files.pythonhosted.org/packages/bd/c7/c987babafd9207ffa1995e1ef1f9b26762cf4963aa768a66b6f0501e4616/coverage-7.14.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:a2bd259c442cd43c49b30fbafc51776eb19ea396faf159d26a83e6a0a5f13b0c", size = 221035, upload-time = "2026-05-10T18:02:04.017Z" },
|
|
380
|
+
{ url = "https://files.pythonhosted.org/packages/5a/e9/d6a5ac3b333088143d6fc877d398a9a674dc03124a2f776e131f03864823/coverage-7.14.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:a706b908dfa85538863504c624b237a3cc34232bf403c057414ebfdb3b4d9f84", size = 262405, upload-time = "2026-05-10T18:02:05.915Z" },
|
|
381
|
+
{ url = "https://files.pythonhosted.org/packages/38/b1/e70838d29a7c08e22d44398a46db90815bbcbf28de06992bd9210d1a8d8e/coverage-7.14.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:7333cd944ee4393b9b3d3c1b598c936d4fc8d70573a4c7dacfec5590dd50e436", size = 264530, upload-time = "2026-05-10T18:02:07.582Z" },
|
|
382
|
+
{ url = "https://files.pythonhosted.org/packages/6b/73/5c31ef97763288d03d9995152b96d5475b527c63d91c84b01caea894b83a/coverage-7.14.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0f162bc9a15b82d947b02651b0c7e1609d6f7a8735ca330cfadec8481dd97d5a", size = 266932, upload-time = "2026-05-10T18:02:09.401Z" },
|
|
383
|
+
{ url = "https://files.pythonhosted.org/packages/e1/76/dd56d80f29c5f05b4d76f7e7c6d47cafacae017189c75c5759d24f9ff0cc/coverage-7.14.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:362cb78e01a5dc82009d88004cf60f2e6b6d6fcbfdec05b05af73b0abf40118f", size = 268062, upload-time = "2026-05-10T18:02:11.399Z" },
|
|
384
|
+
{ url = "https://files.pythonhosted.org/packages/6e/c7/27ba85cd5b95614f159ff93ebff1901584a8d192e2e5e24c4943a7453f59/coverage-7.14.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:acebd068fca5512c3a6fde9c045f901613478781a73f0e82b307b214daef23fb", size = 261504, upload-time = "2026-05-10T18:02:13.257Z" },
|
|
385
|
+
{ url = "https://files.pythonhosted.org/packages/13/2e/e8149f60ab5d5684c6eee881bdf34b127115cddbb958b196768dd9d63473/coverage-7.14.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:29fe3da551dface75deb2ccbf87b6b66e2e7ef38f6d89050b428be94afff3490", size = 264398, upload-time = "2026-05-10T18:02:15.063Z" },
|
|
386
|
+
{ url = "https://files.pythonhosted.org/packages/d9/7f/1261b025285323225f4b4abffa5a643649dfd67e25ddca7ebcbdea3b7cb3/coverage-7.14.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:b4cc4fce8672fffcb09b0eafc167b396b3ba53c4a7230f54b7aaffbf6c835fa9", size = 262000, upload-time = "2026-05-10T18:02:16.756Z" },
|
|
387
|
+
{ url = "https://files.pythonhosted.org/packages/d3/dc/829c54f60b9d08389439c00f813c752781c496fc5788c78d8006db4b4f2b/coverage-7.14.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:5d4a51aad8ba8bdcd2b8bd8f03d4aca19693fa2327a3470e4718a25b03481020", size = 265732, upload-time = "2026-05-10T18:02:18.817Z" },
|
|
388
|
+
{ url = "https://files.pythonhosted.org/packages/ed/b0/70bd1419941652fa062689cba9c3eeafb8f5e6fbb890bce41c3bdda5dbd6/coverage-7.14.0-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:9f323af3e1e4f68b60b7b247e37b8515563a61375518fa59de1af48ba28a3db6", size = 260847, upload-time = "2026-05-10T18:02:20.528Z" },
|
|
389
|
+
{ url = "https://files.pythonhosted.org/packages/f2/73/be40b2390656c654d35ea0015ea7ba3d945769cf80790ad5e0bb2d56d2ba/coverage-7.14.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:1a0abc7342ea9711c469dd8b821c6c311e6bc6aac1442e5fbd6b27fae0a8f3db", size = 263166, upload-time = "2026-05-10T18:02:22.337Z" },
|
|
390
|
+
{ url = "https://files.pythonhosted.org/packages/29/55/4a643f712fcf7cf2881f8ec1e0ccb7b164aff3108f69b51801246c8799f2/coverage-7.14.0-cp314-cp314t-win32.whl", hash = "sha256:a9f864ef57b7172e2db87a096642dd51e179e085ab6b2c371c29e885f65c8fb2", size = 223573, upload-time = "2026-05-10T18:02:24.11Z" },
|
|
391
|
+
{ url = "https://files.pythonhosted.org/packages/27/96/3acae5da0953be042c0b4dea6d6789d2f080701c77b88e44d5bd41b9219b/coverage-7.14.0-cp314-cp314t-win_amd64.whl", hash = "sha256:29943e552fdc08e082eb51400fb2f58e118a83b5542bd06531214e084399b644", size = 224680, upload-time = "2026-05-10T18:02:25.896Z" },
|
|
392
|
+
{ url = "https://files.pythonhosted.org/packages/93/3d/6ab5d2dd8325d838737c6f8d83d62eb6230e0d70b87b51b57bbfd08fa767/coverage-7.14.0-cp314-cp314t-win_arm64.whl", hash = "sha256:742a73ea621953b012f2c4c2219b512180dd84489acf5b1596b0aafc55b9100b", size = 222703, upload-time = "2026-05-10T18:02:27.822Z" },
|
|
393
|
+
{ url = "https://files.pythonhosted.org/packages/61/e8/cb8e80d6f9f55b99588625062822bf946cf03ed06315df4bd8397f5632a1/coverage-7.14.0-py3-none-any.whl", hash = "sha256:8de5b61163aee3d05c8a2beab6f47913df7981dad1baf82c414d99158c286ab1", size = 211764, upload-time = "2026-05-10T18:02:29.538Z" },
|
|
394
394
|
]
|
|
395
395
|
|
|
396
396
|
[[package]]
|
|
@@ -527,11 +527,11 @@ wheels = [
|
|
|
527
527
|
|
|
528
528
|
[[package]]
|
|
529
529
|
name = "idna"
|
|
530
|
-
version = "3.
|
|
530
|
+
version = "3.15"
|
|
531
531
|
source = { registry = "https://pypi.org/simple" }
|
|
532
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
532
|
+
sdist = { url = "https://files.pythonhosted.org/packages/82/77/7b3966d0b9d1d31a36ddf1746926a11dface89a83409bf1483f0237aa758/idna-3.15.tar.gz", hash = "sha256:ca962446ea538f7092a95e057da437618e886f4d349216d2b1e294abfdb65fdc", size = 199245, upload-time = "2026-05-12T22:45:57.011Z" }
|
|
533
533
|
wheels = [
|
|
534
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
534
|
+
{ url = "https://files.pythonhosted.org/packages/d2/23/408243171aa9aaba178d3e2559159c24c1171a641aa83b67bdd3394ead8e/idna-3.15-py3-none-any.whl", hash = "sha256:048adeaf8c2d788c40fee287673ccaa74c24ffd8dcf09ffa555a2fbb59f10ac8", size = 72340, upload-time = "2026-05-12T22:45:55.733Z" },
|
|
535
535
|
]
|
|
536
536
|
|
|
537
537
|
[[package]]
|
|
@@ -1035,15 +1035,15 @@ wheels = [
|
|
|
1035
1035
|
|
|
1036
1036
|
[[package]]
|
|
1037
1037
|
name = "python-discovery"
|
|
1038
|
-
version = "1.3.
|
|
1038
|
+
version = "1.3.1"
|
|
1039
1039
|
source = { registry = "https://pypi.org/simple" }
|
|
1040
1040
|
dependencies = [
|
|
1041
1041
|
{ name = "filelock" },
|
|
1042
1042
|
{ name = "platformdirs" },
|
|
1043
1043
|
]
|
|
1044
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1044
|
+
sdist = { url = "https://files.pythonhosted.org/packages/48/60/e88788207d81e46362cfbef0d4aaf4c0f49efc3c12d4c3fa3f542c34ebec/python_discovery-1.3.1.tar.gz", hash = "sha256:62f6db28064c9613e7ca76cb3f00c38c839a07c31c00dfe7ed0986493d2150a6", size = 68011, upload-time = "2026-05-12T20:53:36.336Z" }
|
|
1045
1045
|
wheels = [
|
|
1046
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1046
|
+
{ url = "https://files.pythonhosted.org/packages/b7/6f/a05a317a66fee0aad270011461f1a63a453ed12471249f172f7d2e2bc7b4/python_discovery-1.3.1-py3-none-any.whl", hash = "sha256:ed188687ebb3b82c01a17cd5ac62fc94d9f6487a7f1a0f9dfe89753fec91039c", size = 33185, upload-time = "2026-05-12T20:53:34.969Z" },
|
|
1047
1047
|
]
|
|
1048
1048
|
|
|
1049
1049
|
[[package]]
|
|
@@ -1170,7 +1170,7 @@ requires-dist = [
|
|
|
1170
1170
|
{ name = "python3-commons", extras = ["audit", "object-storage"], marker = "extra == 'api-client'" },
|
|
1171
1171
|
{ name = "python3-commons", extras = ["database"], marker = "extra == 'authz'" },
|
|
1172
1172
|
{ name = "python3-commons", extras = ["object-storage"], marker = "extra == 'audit'" },
|
|
1173
|
-
{ name = "requests", marker = "extra == 'soap-client'", specifier = "~=2.
|
|
1173
|
+
{ name = "requests", marker = "extra == 'soap-client'", specifier = "~=2.34.2" },
|
|
1174
1174
|
{ name = "sqlalchemy", extras = ["asyncio"], marker = "extra == 'database'", specifier = "~=2.0.49" },
|
|
1175
1175
|
{ name = "valkey", extras = ["libvalkey"], marker = "extra == 'cache'", specifier = "~=6.1.1" },
|
|
1176
1176
|
{ name = "zeep", extras = ["async"], marker = "extra == 'audit'", specifier = "~=4.3.2" },
|
|
@@ -1235,7 +1235,7 @@ wheels = [
|
|
|
1235
1235
|
|
|
1236
1236
|
[[package]]
|
|
1237
1237
|
name = "requests"
|
|
1238
|
-
version = "2.
|
|
1238
|
+
version = "2.34.2"
|
|
1239
1239
|
source = { registry = "https://pypi.org/simple" }
|
|
1240
1240
|
dependencies = [
|
|
1241
1241
|
{ name = "certifi" },
|
|
@@ -1243,9 +1243,9 @@ dependencies = [
|
|
|
1243
1243
|
{ name = "idna" },
|
|
1244
1244
|
{ name = "urllib3" },
|
|
1245
1245
|
]
|
|
1246
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1246
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ac/c3/e2a2b89f2d3e2179abd6d00ebd70bff6273f37fb3e0cc209f48b39d00cbf/requests-2.34.2.tar.gz", hash = "sha256:f288924cae4e29463698d6d60bc6a4da69c89185ad1e0bcc4104f584e960b9ed", size = 142856, upload-time = "2026-05-14T19:25:27.735Z" }
|
|
1247
1247
|
wheels = [
|
|
1248
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1248
|
+
{ url = "https://files.pythonhosted.org/packages/a0/f4/c67b0b3f1b9245e8d266f0f112c500d50e5b4e83cb6f3b71b6528104182a/requests-2.34.2-py3-none-any.whl", hash = "sha256:2a0d60c172f83ac6ab31e4554906c0f3b3588d37b5cb939b1c061f4907e278e0", size = 73075, upload-time = "2026-05-14T19:25:26.443Z" },
|
|
1249
1249
|
]
|
|
1250
1250
|
|
|
1251
1251
|
[[package]]
|
|
@@ -1274,27 +1274,27 @@ wheels = [
|
|
|
1274
1274
|
|
|
1275
1275
|
[[package]]
|
|
1276
1276
|
name = "ruff"
|
|
1277
|
-
version = "0.15.
|
|
1278
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1279
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1280
|
-
wheels = [
|
|
1281
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1282
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1283
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1284
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1285
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1286
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1287
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1288
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1289
|
-
{ url = "https://files.pythonhosted.org/packages/e8/
|
|
1290
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1292
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1293
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1294
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1295
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1296
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1297
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1277
|
+
version = "0.15.13"
|
|
1278
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1279
|
+
sdist = { url = "https://files.pythonhosted.org/packages/24/21/a7d5c126d5b557715ef81098f3db2fe20f622a039ff2e626af28d674ab80/ruff-0.15.13.tar.gz", hash = "sha256:f9d89f17f7ba7fb2ed42921f0df75da797a9a5d71bc39049e2c687cf2baf44b7", size = 4678180, upload-time = "2026-05-14T13:44:37.869Z" }
|
|
1280
|
+
wheels = [
|
|
1281
|
+
{ url = "https://files.pythonhosted.org/packages/c6/61/11d458dc6ac22504fd8e237b29dfd40504c7fbbcc8930402cfe51a8e63ed/ruff-0.15.13-py3-none-linux_armv6l.whl", hash = "sha256:444b580fc72fd6887e650acd3e575e18cdc79dbcf42fb4030b491057921f61f8", size = 10738279, upload-time = "2026-05-14T13:44:18.7Z" },
|
|
1282
|
+
{ url = "https://files.pythonhosted.org/packages/86/ca/caa871ee7be718c45256fada4e16a218ee3e33f0c4a46b729a60a24912e6/ruff-0.15.13-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:6590d009e7cb7ebf36f83dbdd44a3fa48a0994ff6f1cdc1b08006abe58f98dc7", size = 11124798, upload-time = "2026-05-14T13:44:06.427Z" },
|
|
1283
|
+
{ url = "https://files.pythonhosted.org/packages/d3/19/43f5f2e568dddde567fc41f8471f9432c09563e19d3e617a48cfa52f8f0a/ruff-0.15.13-py3-none-macosx_11_0_arm64.whl", hash = "sha256:1c26d2f66163deeb6e08d8b39fbbe983ce3c71cea06a6d7591cfd1421793c629", size = 10460761, upload-time = "2026-05-14T13:44:04.375Z" },
|
|
1284
|
+
{ url = "https://files.pythonhosted.org/packages/99/df/cf938cd6de3003178f03ad7c1ea2a6c099468c03a35037985070b37e76be/ruff-0.15.13-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9dbd6f94b434f896308e4d57fb7bfde0d02b99f7a64b3bdab0fdfa6a864203a5", size = 10804451, upload-time = "2026-05-14T13:44:25.221Z" },
|
|
1285
|
+
{ url = "https://files.pythonhosted.org/packages/c7/7d/5d0973129b154ded2225729169d7068f26b467760b146493fde138415f23/ruff-0.15.13-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:bf3259f3be4d181bda591da5db2571aed6853c6a048157756448020bc6c5cd22", size = 10534285, upload-time = "2026-05-14T13:44:08.888Z" },
|
|
1286
|
+
{ url = "https://files.pythonhosted.org/packages/1f/e3/6b999bbc66cd51e5f073842bc2a3995e99c5e0e72e16b15e7261f7abf57a/ruff-0.15.13-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ae9c17e5eb4430c154e76abc25d79a318190f5a997f38fb6b114416c5319ffc9", size = 11312063, upload-time = "2026-05-14T13:44:11.274Z" },
|
|
1287
|
+
{ url = "https://files.pythonhosted.org/packages/af/5a/642639e9f5db04f1e97fbd6e091c6fd20725bdf072fb114d00eefb9e6eb8/ruff-0.15.13-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2e2e39bff6c341f4b577a21b801326fab0b11847f48fcaa83f00a113c9b3cb55", size = 12183079, upload-time = "2026-05-14T13:44:01.634Z" },
|
|
1288
|
+
{ url = "https://files.pythonhosted.org/packages/19/4c/7585735f6b53b0f12de13618b2f7d250a844f018822efc899df2e7b8295f/ruff-0.15.13-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e8d9a8e08013542e94d3220bc5b62cc3e5ef87c5f74bff367d3fac14fab013e6", size = 11440833, upload-time = "2026-05-14T13:43:59.043Z" },
|
|
1289
|
+
{ url = "https://files.pythonhosted.org/packages/e8/31/bf1a0803d077e679cfeee5f2f67290a0fa79c7385b5d9a8c17b9db2c48f0/ruff-0.15.13-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cc411dfebe5eebe55ce041c6ae080eb7668955e866daa2fbb16692a784f1c4ca", size = 11434486, upload-time = "2026-05-14T13:44:27.761Z" },
|
|
1290
|
+
{ url = "https://files.pythonhosted.org/packages/e1/4e/62c9b999875d4f14db80f277c030578f5e249c9852d65b7ac7ad0b43c041/ruff-0.15.13-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:768494eb08b9cee54e2fd27969966f74db5a57f6eaa7a90fcb3306af34dfc4bd", size = 11385189, upload-time = "2026-05-14T13:44:13.704Z" },
|
|
1291
|
+
{ url = "https://files.pythonhosted.org/packages/fc/89/7e959047a104df3eb12863447c110140191fc5b6c4f379ea2e803fcdb0e4/ruff-0.15.13-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:fb75f9a3a7e42ffe117d734494e6c5e5cb3565d66e12612cb63d0e572a41a5b6", size = 10781380, upload-time = "2026-05-14T13:43:56.734Z" },
|
|
1292
|
+
{ url = "https://files.pythonhosted.org/packages/ff/52/5fd18f3b88cab63e88aa11516b3b4e1e5f720e5c330f8dbe5c26210f41f8/ruff-0.15.13-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:8cb74dd33bb2f6613faf7fc03b660053b5ac4f80e706d5788c6335e2a8048d51", size = 10540605, upload-time = "2026-05-14T13:44:20.748Z" },
|
|
1293
|
+
{ url = "https://files.pythonhosted.org/packages/e8/e0/9e35f338990d3e41a82875ff7053ffe97541dae81c9d02143177f381d572/ruff-0.15.13-py3-none-musllinux_1_2_i686.whl", hash = "sha256:7ef823f817fcd191dc934e984be9cf4094f808effa16f2542ad8e821ba02bbf2", size = 11036554, upload-time = "2026-05-14T13:44:16.256Z" },
|
|
1294
|
+
{ url = "https://files.pythonhosted.org/packages/c2/13/070fb048c24080fba188f66371e2a92785be257ad02242066dc7255ac6e9/ruff-0.15.13-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:f345a13937bd7f09f6f5d19fa0721b0c103e00e7f62bc67089a8e5e037719e0b", size = 11528133, upload-time = "2026-05-14T13:44:22.808Z" },
|
|
1295
|
+
{ url = "https://files.pythonhosted.org/packages/6b/8c/b1e1666aef7fc6555094d73ae6cd981701781ae85b97ceefc0eebd0b4668/ruff-0.15.13-py3-none-win32.whl", hash = "sha256:4044f94208b3b05ba0fc4a4abd0558cf4d6459bd18325eead7fd8cc66f909b41", size = 10721455, upload-time = "2026-05-14T13:44:35.697Z" },
|
|
1296
|
+
{ url = "https://files.pythonhosted.org/packages/ab/a6/870a3e8a50590bb92be184ad928c2922f088b00d9dc5c5ec7b924ee08c22/ruff-0.15.13-py3-none-win_amd64.whl", hash = "sha256:7064884d442b7d477b4e7473d12da7f08851d2b1982763c5d3f388a19468a1a4", size = 11900409, upload-time = "2026-05-14T13:44:30.389Z" },
|
|
1297
|
+
{ url = "https://files.pythonhosted.org/packages/9b/36/9c015cd052fca743dae8cb2aeb16b551444787467db42ceab0fc968865af/ruff-0.15.13-py3-none-win_arm64.whl", hash = "sha256:2471da9bd1068c8c064b5fd9c0c4b6dddffd6369cb1cd68b29993b1709ff1b21", size = 11179336, upload-time = "2026-05-14T13:44:33.026Z" },
|
|
1298
1298
|
]
|
|
1299
1299
|
|
|
1300
1300
|
[[package]]
|
|
@@ -1362,38 +1362,39 @@ asyncio = [
|
|
|
1362
1362
|
|
|
1363
1363
|
[[package]]
|
|
1364
1364
|
name = "ty"
|
|
1365
|
-
version = "0.0.
|
|
1366
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1367
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1368
|
-
wheels = [
|
|
1369
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1370
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1371
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1372
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1373
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1374
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1375
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1376
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1377
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1378
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1379
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1380
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1381
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1382
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1383
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1384
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1365
|
+
version = "0.0.37"
|
|
1366
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1367
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c7/c3/60bc4829e0c1a8ff80b592067e1185a7b5ea64608acb0c676c44d5137d52/ty-0.0.37.tar.gz", hash = "sha256:f873f69627bd7f4ef8d57f716c63e5c63d7d1b7327ab3de185c7287a75223011", size = 5655422, upload-time = "2026-05-16T05:57:21.315Z" }
|
|
1368
|
+
wheels = [
|
|
1369
|
+
{ url = "https://files.pythonhosted.org/packages/b8/fe/180dd6914f9db33ad0200fbeaa429dd1fb0a4e6d98320dc1775f100a91af/ty-0.0.37-py3-none-linux_armv6l.whl", hash = "sha256:66cf7310189856e15f690559ddf37735476d2644db917d92f7cef13e5c834adf", size = 11246028, upload-time = "2026-05-16T05:57:41.744Z" },
|
|
1370
|
+
{ url = "https://files.pythonhosted.org/packages/ef/a2/fa0cfd31467ad99b2db8c81ee9e2b4574589974a3eb9723be825e15b300c/ty-0.0.37-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:2048f3c44ee6c7dde6e0ca064f99c6cada8f6de8ccdcfad2d856a429f8a4ac82", size = 11001460, upload-time = "2026-05-16T05:57:35.27Z" },
|
|
1371
|
+
{ url = "https://files.pythonhosted.org/packages/10/3f/db60ba9be8b95a464ece0ba103e534047c34b49fee12f5e101f83f8d66db/ty-0.0.37-py3-none-macosx_11_0_arm64.whl", hash = "sha256:32c7b9b5b626aacdec334b44a2698e5f7b80df55bf7338267084d00d4b9546b3", size = 10446549, upload-time = "2026-05-16T05:57:37.252Z" },
|
|
1372
|
+
{ url = "https://files.pythonhosted.org/packages/56/6f/11dd7174b20ebcb37a3d3b68f60b3940e37e4356e0accd03e2d7f9f70690/ty-0.0.37-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e9fba1bebccf1e656bc5e3787acc5a191c491041ee4d12fe8fe2eff64e7b190d", size = 10961016, upload-time = "2026-05-16T05:57:16.394Z" },
|
|
1373
|
+
{ url = "https://files.pythonhosted.org/packages/65/dd/3c17ce2860c525817c42c82d7075391b1f5615d36c03aa2d26647a224e8a/ty-0.0.37-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f987c5fb59aa5017ee8e8c5b57a07390f584e58e572255acd0fa44b3e0b238df", size = 11022093, upload-time = "2026-05-16T05:57:32.741Z" },
|
|
1374
|
+
{ url = "https://files.pythonhosted.org/packages/d0/a8/e7a40b0b57660921dd3482d219add963973b52ae8507abd88f48439704b5/ty-0.0.37-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f4168f53146e7a3f52560ff433f238352591c9b1a9ed09397fbb776ddef4f89c", size = 11486333, upload-time = "2026-05-16T05:57:18.839Z" },
|
|
1375
|
+
{ url = "https://files.pythonhosted.org/packages/da/5f/2c406b98244bc1ad42afdd35f466bcef88664210957dcbb5172254ff2462/ty-0.0.37-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:11e487eafdb80a48223ce68a01f9287528216ffe0126d1629ff11e4f7c1dd3cf", size = 12093526, upload-time = "2026-05-16T05:57:04.456Z" },
|
|
1376
|
+
{ url = "https://files.pythonhosted.org/packages/d3/3c/5c492a38e1b21a26370727dd4b77a53f05262e53e3be232047f22e7fa1b3/ty-0.0.37-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b49f388d063668676daaa7eef57385089d1b844279c0185bd84d4dbc3bcede6", size = 11725957, upload-time = "2026-05-16T05:57:23.356Z" },
|
|
1377
|
+
{ url = "https://files.pythonhosted.org/packages/b2/00/8a3d9ba265cd0582342c14e4980cc0351aaaa45c6305712d398c9e2446c7/ty-0.0.37-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1b96bfc1cc725d9d859abef4e3aa32a6da0f7472eaaafae2d9a6cffd729c7c61", size = 11610336, upload-time = "2026-05-16T05:57:27.888Z" },
|
|
1378
|
+
{ url = "https://files.pythonhosted.org/packages/91/4b/6ee172935cb842f5c1553b0d37215b45e9dde05a4c74fdb47fd271907122/ty-0.0.37-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:c55f39b519107cf234b794718793e11793c055e89028a282a309f690def48117", size = 11797856, upload-time = "2026-05-16T05:57:11.109Z" },
|
|
1379
|
+
{ url = "https://files.pythonhosted.org/packages/34/ef/75a7425bf9fe74483404ff11a8cbe3aa307354e0801697d6063384157776/ty-0.0.37-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:c79204350de060a077bff7f027a1d53e216cad147d826ec9862be0af2f9c3c1e", size = 10941848, upload-time = "2026-05-16T05:57:30.653Z" },
|
|
1380
|
+
{ url = "https://files.pythonhosted.org/packages/e0/2c/7ea9dccd55961375067f99ed00fb8eabb491f6a06d0e5f09c797d2b900a6/ty-0.0.37-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:49a21b4dcb2cd94cd0298c96dfb71a2dd25f08bf7e6eefd0c33c519d058908c6", size = 11058248, upload-time = "2026-05-16T05:57:01.785Z" },
|
|
1381
|
+
{ url = "https://files.pythonhosted.org/packages/98/d7/848fde96c6610b2b1fd75823d44d8977a4525c4397f27332f054ccd6cf9c/ty-0.0.37-py3-none-musllinux_1_2_i686.whl", hash = "sha256:119332095c5974fe1dabfe4fd00c6759eeec5b99f7d7a80b2833feee5a58abdb", size = 11168423, upload-time = "2026-05-16T05:57:39.297Z" },
|
|
1382
|
+
{ url = "https://files.pythonhosted.org/packages/29/11/c1613ac4b64357b9067df68bac97bcb458cc426cd468a2782847238c539b/ty-0.0.37-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:ac5dc593675414f68862c2f71cc04912b0e5ec5520a9c49fc71ed79205b95c33", size = 11698565, upload-time = "2026-05-16T05:57:14.206Z" },
|
|
1383
|
+
{ url = "https://files.pythonhosted.org/packages/5f/ac/961205863903881996adb5a6f9cfe570c132882922ac226540346f15df20/ty-0.0.37-py3-none-win32.whl", hash = "sha256:33b57e4095179f06c2ae01c334833645cad94bf7d7467e073cdc3aaabea565d3", size = 10518308, upload-time = "2026-05-16T05:57:25.824Z" },
|
|
1384
|
+
{ url = "https://files.pythonhosted.org/packages/39/cd/f308edd0cd86e402fe3a1b5c54e0a0dfa0177d80c1557c4849510bb2a147/ty-0.0.37-py3-none-win_amd64.whl", hash = "sha256:3b159351e99cf6eed7aacfb69ae8437725d15599ac4f21c8b2e909b300498b6c", size = 11607159, upload-time = "2026-05-16T05:57:06.76Z" },
|
|
1385
|
+
{ url = "https://files.pythonhosted.org/packages/1a/ed/5ec4b501479bc5dad55467e2fe72e797cb9c178468c0d1a514536872ebc5/ty-0.0.37-py3-none-win_arm64.whl", hash = "sha256:6c3c2b997f68c71e14242b96d48cba3c086439556af02bb4613aa458950d5c23", size = 10958817, upload-time = "2026-05-16T05:57:08.907Z" },
|
|
1385
1386
|
]
|
|
1386
1387
|
|
|
1387
1388
|
[[package]]
|
|
1388
1389
|
name = "types-aiobotocore"
|
|
1389
|
-
version = "3.
|
|
1390
|
+
version = "3.7.0"
|
|
1390
1391
|
source = { registry = "https://pypi.org/simple" }
|
|
1391
1392
|
dependencies = [
|
|
1392
1393
|
{ name = "botocore-stubs" },
|
|
1393
1394
|
]
|
|
1394
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1395
|
+
sdist = { url = "https://files.pythonhosted.org/packages/76/e8/ef1fcb876937dbdddc0f01b5df4ed53f33b166a6367d80a9014d5e5f091d/types_aiobotocore-3.7.0.tar.gz", hash = "sha256:fe35de52c12e5fdb89ca60b3989766e7fe827e3d2e95fcf4583e91581945205c", size = 87992, upload-time = "2026-05-10T03:19:32.353Z" }
|
|
1395
1396
|
wheels = [
|
|
1396
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1397
|
+
{ url = "https://files.pythonhosted.org/packages/f9/68/0cdfd7df415ee3e769c8e8f9bd8013c64c88cdd7306f72453a02123c58f9/types_aiobotocore-3.7.0-py3-none-any.whl", hash = "sha256:ff4139b3eae22d242b6b39ba56048344b2b86f67daeeca4680da1a6e191681fd", size = 54804, upload-time = "2026-05-10T03:19:29.487Z" },
|
|
1397
1398
|
]
|
|
1398
1399
|
|
|
1399
1400
|
[package.optional-dependencies]
|
|
@@ -1403,11 +1404,11 @@ s3 = [
|
|
|
1403
1404
|
|
|
1404
1405
|
[[package]]
|
|
1405
1406
|
name = "types-aiobotocore-s3"
|
|
1406
|
-
version = "3.
|
|
1407
|
+
version = "3.7.0"
|
|
1407
1408
|
source = { registry = "https://pypi.org/simple" }
|
|
1408
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1409
|
+
sdist = { url = "https://files.pythonhosted.org/packages/94/ce/5b7baa06cde79ab5f083f56f060ccd2b60f6249127d70bbb8a37aafbdcd4/types_aiobotocore_s3-3.7.0.tar.gz", hash = "sha256:6ec738853dbba9133707991b98ea4dab19f7c62e02b3cca016e6cd8e3d684576", size = 77662, upload-time = "2026-05-10T03:17:35.088Z" }
|
|
1409
1410
|
wheels = [
|
|
1410
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1411
|
+
{ url = "https://files.pythonhosted.org/packages/e9/ac/67240c3804a3e1c1e8f0f402155d7ed5351faf7a2085136083e5ca3f26b8/types_aiobotocore_s3-3.7.0-py3-none-any.whl", hash = "sha256:5dbb5479ece3e1aceaccac224fc3dd1ab7d912c4457419bd19e88a0a5b3844fc", size = 85450, upload-time = "2026-05-10T03:17:33.061Z" },
|
|
1411
1412
|
]
|
|
1412
1413
|
|
|
1413
1414
|
[[package]]
|
|
@@ -1477,7 +1478,7 @@ wheels = [
|
|
|
1477
1478
|
|
|
1478
1479
|
[[package]]
|
|
1479
1480
|
name = "virtualenv"
|
|
1480
|
-
version = "21.3.
|
|
1481
|
+
version = "21.3.3"
|
|
1481
1482
|
source = { registry = "https://pypi.org/simple" }
|
|
1482
1483
|
dependencies = [
|
|
1483
1484
|
{ name = "distlib" },
|
|
@@ -1485,9 +1486,9 @@ dependencies = [
|
|
|
1485
1486
|
{ name = "platformdirs" },
|
|
1486
1487
|
{ name = "python-discovery" },
|
|
1487
1488
|
]
|
|
1488
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1489
|
+
sdist = { url = "https://files.pythonhosted.org/packages/15/ba/1f6e8c957e4932be060dcdc482d339c12e0216351478add3645cdaa53c05/virtualenv-21.3.3.tar.gz", hash = "sha256:f5bda277e553b1c2b3c1a8debfc30496e1288cc93ce6b7b71b3280047e317328", size = 7613784, upload-time = "2026-05-13T18:01:30.19Z" }
|
|
1489
1490
|
wheels = [
|
|
1490
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1491
|
+
{ url = "https://files.pythonhosted.org/packages/f4/34/a9dbe051de88a63eb7408ea66630bac38e72f7f6077d4be58737106860d9/virtualenv-21.3.3-py3-none-any.whl", hash = "sha256:7d5987d8369e098e41406efb780a3d4ca79280097293899e351a6407ee153ab3", size = 7594554, upload-time = "2026-05-13T18:01:27.815Z" },
|
|
1491
1492
|
]
|
|
1492
1493
|
|
|
1493
1494
|
[[package]]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
==3.14.4
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.15 → python3_commons-0.18.16}/.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
|
{python3_commons-0.18.15 → python3_commons-0.18.16}/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.15 → python3_commons-0.18.16}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.15 → python3_commons-0.18.16}/src/python3_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.15 → python3_commons-0.18.16}/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
|