python3-commons 0.18.14__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.14 → python3_commons-0.18.16}/.devcontainer/Dockerfile +1 -1
- {python3_commons-0.18.14 → python3_commons-0.18.16}/.devcontainer/docker-compose.yml +1 -1
- {python3_commons-0.18.14 → python3_commons-0.18.16}/.pre-commit-config.yaml +2 -2
- python3_commons-0.18.16/.python-version +1 -0
- {python3_commons-0.18.14/src/python3_commons.egg-info → python3_commons-0.18.16}/PKG-INFO +4 -4
- {python3_commons-0.18.14 → python3_commons-0.18.16}/pyproject.toml +6 -3
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/api_client.py +2 -1
- {python3_commons-0.18.14 → python3_commons-0.18.16/src/python3_commons.egg-info}/PKG-INFO +4 -4
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons.egg-info/requires.txt +3 -3
- {python3_commons-0.18.14 → python3_commons-0.18.16}/uv.lock +173 -100
- python3_commons-0.18.14/.python-version +0 -1
- {python3_commons-0.18.14 → python3_commons-0.18.16}/.coveragerc +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/.env_template +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/.gitignore +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/AUTHORS.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/CHANGELOG.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/LICENSE +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/README.md +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/README.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/docs/Makefile +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/docs/_static/.gitignore +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/docs/authors.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/docs/changelog.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/docs/conf.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/docs/index.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/docs/license.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/setup.cfg +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/async_functools.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/db/models/users.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/soap_client.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/tests/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/tests/integration/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/tests/integration/test_osc.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/tests/unit/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/tests/unit/conftest.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/tests/unit/test_async_functools.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.16}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.18.14 → 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
|
|
@@ -14,7 +14,7 @@ License-File: LICENSE
|
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
15
|
Requires-Dist: msgpack~=1.1.2
|
|
16
16
|
Requires-Dist: msgspec==0.21.1
|
|
17
|
-
Requires-Dist: pydantic-settings~=2.14.
|
|
17
|
+
Requires-Dist: pydantic-settings~=2.14.1
|
|
18
18
|
Provides-Extra: all
|
|
19
19
|
Requires-Dist: python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-client]; extra == "all"
|
|
20
20
|
Provides-Extra: api-client
|
|
@@ -38,13 +38,13 @@ Provides-Extra: database
|
|
|
38
38
|
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
|
-
Requires-Dist: aiobotocore~=3.
|
|
41
|
+
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
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"
|
|
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
|
|
|
@@ -20,7 +20,7 @@ requires-python = ">=3.14.0,<3.15.0"
|
|
|
20
20
|
dependencies = [
|
|
21
21
|
"msgpack~=1.1.2",
|
|
22
22
|
"msgspec==0.21.1",
|
|
23
|
-
"pydantic-settings~=2.14.
|
|
23
|
+
"pydantic-settings~=2.14.1"
|
|
24
24
|
]
|
|
25
25
|
|
|
26
26
|
[project.optional-dependencies]
|
|
@@ -54,14 +54,14 @@ database = [
|
|
|
54
54
|
"SQLAlchemy[asyncio]~=2.0.49"
|
|
55
55
|
]
|
|
56
56
|
object-storage = [
|
|
57
|
-
"aiobotocore~=3.
|
|
57
|
+
"aiobotocore~=3.7.0",
|
|
58
58
|
"object-storage-client==0.0.29"
|
|
59
59
|
]
|
|
60
60
|
soap-client = [
|
|
61
61
|
"aiohttp[speedups]>=3.13.5,<3.15.0",
|
|
62
62
|
"certifi==2026.4.22",
|
|
63
63
|
"lxml~=6.1.0",
|
|
64
|
-
"requests~=2.
|
|
64
|
+
"requests~=2.34.2",
|
|
65
65
|
"zeep[async]~=4.3.2",
|
|
66
66
|
]
|
|
67
67
|
|
|
@@ -71,8 +71,11 @@ dev = [
|
|
|
71
71
|
"build",
|
|
72
72
|
"pip",
|
|
73
73
|
"pre-commit",
|
|
74
|
+
"pyright",
|
|
75
|
+
"ruff",
|
|
74
76
|
"setuptools",
|
|
75
77
|
"setuptools_scm",
|
|
78
|
+
"ty",
|
|
76
79
|
"types-aiobotocore[s3]",
|
|
77
80
|
"wheel",
|
|
78
81
|
]
|
|
@@ -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
|
|
@@ -14,7 +14,7 @@ License-File: LICENSE
|
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
15
|
Requires-Dist: msgpack~=1.1.2
|
|
16
16
|
Requires-Dist: msgspec==0.21.1
|
|
17
|
-
Requires-Dist: pydantic-settings~=2.14.
|
|
17
|
+
Requires-Dist: pydantic-settings~=2.14.1
|
|
18
18
|
Provides-Extra: all
|
|
19
19
|
Requires-Dist: python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-client]; extra == "all"
|
|
20
20
|
Provides-Extra: api-client
|
|
@@ -38,13 +38,13 @@ Provides-Extra: database
|
|
|
38
38
|
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
|
-
Requires-Dist: aiobotocore~=3.
|
|
41
|
+
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
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"
|
|
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
|
|
{python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons.egg-info/requires.txt
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
msgpack~=1.1.2
|
|
2
2
|
msgspec==0.21.1
|
|
3
|
-
pydantic-settings~=2.14.
|
|
3
|
+
pydantic-settings~=2.14.1
|
|
4
4
|
|
|
5
5
|
[all]
|
|
6
6
|
python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-client]
|
|
@@ -32,12 +32,12 @@ asyncpg~=0.31.0
|
|
|
32
32
|
SQLAlchemy[asyncio]~=2.0.49
|
|
33
33
|
|
|
34
34
|
[object-storage]
|
|
35
|
-
aiobotocore~=3.
|
|
35
|
+
aiobotocore~=3.7.0
|
|
36
36
|
object-storage-client==0.0.29
|
|
37
37
|
|
|
38
38
|
[soap-client]
|
|
39
39
|
aiohttp[speedups]<3.15.0,>=3.13.5
|
|
40
40
|
certifi==2026.4.22
|
|
41
41
|
lxml~=6.1.0
|
|
42
|
-
requests~=2.
|
|
42
|
+
requests~=2.34.2
|
|
43
43
|
zeep[async]~=4.3.2
|
|
@@ -4,7 +4,7 @@ requires-python = "==3.14.*"
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "aiobotocore"
|
|
7
|
-
version = "3.
|
|
7
|
+
version = "3.7.0"
|
|
8
8
|
source = { registry = "https://pypi.org/simple" }
|
|
9
9
|
dependencies = [
|
|
10
10
|
{ name = "aiohttp" },
|
|
@@ -15,21 +15,21 @@ dependencies = [
|
|
|
15
15
|
{ name = "python-dateutil" },
|
|
16
16
|
{ name = "wrapt" },
|
|
17
17
|
]
|
|
18
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
18
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e7/75/42cce839c2ec263ff74b10b650fe36b066fbb124cbee6f247eac0983e1ab/aiobotocore-3.7.0.tar.gz", hash = "sha256:c64d871ed5491a6571948dd48eabd185b46c6c23b64e3afd0c059fc7593ada30", size = 127054, upload-time = "2026-05-09T10:02:52.332Z" }
|
|
19
19
|
wheels = [
|
|
20
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
20
|
+
{ url = "https://files.pythonhosted.org/packages/90/5f/85535dfb3cfd6442d66d1df1694062c5d6df02f895329e7e120b2a3d2b8b/aiobotocore-3.7.0-py3-none-any.whl", hash = "sha256:680bde7c64679a821a9312641b759d9497f790ba8b2e88c6959e6273ee765b8e", size = 89539, upload-time = "2026-05-09T10:02:50.389Z" },
|
|
21
21
|
]
|
|
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]]
|
|
@@ -781,41 +781,45 @@ wheels = [
|
|
|
781
781
|
|
|
782
782
|
[[package]]
|
|
783
783
|
name = "propcache"
|
|
784
|
-
version = "0.
|
|
785
|
-
source = { registry = "https://pypi.org/simple" }
|
|
786
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
787
|
-
wheels = [
|
|
788
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
789
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
790
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
791
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
792
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
793
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
794
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
795
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
796
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
797
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
798
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
799
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
800
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
801
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
802
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
803
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
804
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
805
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
806
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
807
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
808
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
809
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
810
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
811
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
812
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
813
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
814
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
815
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
816
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
817
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
818
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
784
|
+
version = "0.5.2"
|
|
785
|
+
source = { registry = "https://pypi.org/simple" }
|
|
786
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ec/44/c87281c333769159c50594f22610f77398a47ccbfbbf23074e744e86f87c/propcache-0.5.2.tar.gz", hash = "sha256:01c4fc7480cd0598bb4b57022df55b9ca296da7fc5a8760bd8451a7e63a7d427", size = 50208, upload-time = "2026-05-08T21:02:12.199Z" }
|
|
787
|
+
wheels = [
|
|
788
|
+
{ url = "https://files.pythonhosted.org/packages/e2/ea/23ee535d90ce8bcc465a3028eb3cc0ce3bd1005f4bb27710b30587de798d/propcache-0.5.2-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:46088abff4cba581dea21ae0467a480526cb25aa5f3c269e909f800328bc3999", size = 94662, upload-time = "2026-05-08T21:01:22.683Z" },
|
|
789
|
+
{ url = "https://files.pythonhosted.org/packages/b5/06/c5a52f419b5d8972f8d46a7577476090d8e3263ff589ce40b5ca4968d5be/propcache-0.5.2-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:fc88b26f08d634f7bc819a7852e5214f5802641ab8d9fd5326892292eee1993e", size = 53928, upload-time = "2026-05-08T21:01:23.986Z" },
|
|
790
|
+
{ url = "https://files.pythonhosted.org/packages/63/b1/4260d67d6bd85e58a66b72d54ce15d5de789b6f3870cc6bedf8ff9667401/propcache-0.5.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:97797ebb098e670a2f92dd66f32897e30d7615b14e7f59711de23e30a9072539", size = 54650, upload-time = "2026-05-08T21:01:25.305Z" },
|
|
791
|
+
{ url = "https://files.pythonhosted.org/packages/70/06/2f46c318e3307cd7a6a7481def374ce838c0fe20084b39dd54b0879d0e99/propcache-0.5.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ba57fffe4ac99c5d30076161b5866336d97600769bad35cc68f7774b15298a4e", size = 59912, upload-time = "2026-05-08T21:01:26.545Z" },
|
|
792
|
+
{ url = "https://files.pythonhosted.org/packages/4c/29/fe1aebec2ce57ab985a9c382bded1124431f85078113aa222c5d278430d4/propcache-0.5.2-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:583c19759d9eec1e5b69e2fbef36a7d9c326041be9746cb822d335c8cedc2979", size = 63300, upload-time = "2026-05-08T21:01:27.937Z" },
|
|
793
|
+
{ url = "https://files.pythonhosted.org/packages/b4/18/2334b26768b6c82be8c69e83671b767d5ef426aa09b0cba6c2ea47816774/propcache-0.5.2-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d0326e2e5e1f3163fa306c834e48e8d490e5fae607a097a40c0648109b47ba80", size = 64208, upload-time = "2026-05-08T21:01:29.484Z" },
|
|
794
|
+
{ url = "https://files.pythonhosted.org/packages/2b/76/7f1bfd6afff4c5e38e36a3c6d68eb5f4b7311ea80baf693db78d95b603c4/propcache-0.5.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e00820e192c8dbebcafb383ebbf99030895f09905e7a0eb2e0340a0bcc2bc825", size = 61633, upload-time = "2026-05-08T21:01:31.068Z" },
|
|
795
|
+
{ url = "https://files.pythonhosted.org/packages/c4/46/b3ff8aba2b4953a3e50de2cf72f1b5748b8eca93b15f3dc2c84339084c09/propcache-0.5.2-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:c66afea89b1e43725731d2004732a046fe6fe955d51f952c3e95a7314a284a39", size = 61724, upload-time = "2026-05-08T21:01:32.374Z" },
|
|
796
|
+
{ url = "https://files.pythonhosted.org/packages/c5/01/814cfcafbcff954f94c01cf30e097ddc88a076b5440fbcf4570753437d40/propcache-0.5.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:d4dc37dec6c6cdad0b57881a5658fd14fbf53e333b1a86cf86559f190e1d9ec4", size = 60069, upload-time = "2026-05-08T21:01:33.67Z" },
|
|
797
|
+
{ url = "https://files.pythonhosted.org/packages/da/68/5c6f7622d510cc666a300687e06fd060c1a43361c0c9b20d284f06d8096a/propcache-0.5.2-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:5570dbcc97571c15f68068e529c92715a12f8d54030e272d264b377e22bd17a5", size = 57099, upload-time = "2026-05-08T21:01:34.915Z" },
|
|
798
|
+
{ url = "https://files.pythonhosted.org/packages/55/27/9cb0b4c679124085327957d42521c99dba04c88c90c3e55a6f0b633ebccc/propcache-0.5.2-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:f814362777a9f841adddb200ecdf8f5cb1e5a3c4b7a86378edbd6ccb26edd702", size = 63391, upload-time = "2026-05-08T21:01:36.231Z" },
|
|
799
|
+
{ url = "https://files.pythonhosted.org/packages/f0/9d/7258aaa5bdf60fc6f27591eef6fe52768cb0beda7140be477c8b12c9794a/propcache-0.5.2-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:196913dea116aeb5a2ba95af4ddcb7ea85559ae07d8eee8751688310d09168c3", size = 61626, upload-time = "2026-05-08T21:01:37.545Z" },
|
|
800
|
+
{ url = "https://files.pythonhosted.org/packages/8e/0d/41c602003e8a9b16fe1e7eadf62c7bfba9d5474370b24200bf48b315f45f/propcache-0.5.2-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:6e7b8719005dd1175be4ab1cd25e9b98659a5e0347331506ec6760d2773a7fb5", size = 64781, upload-time = "2026-05-08T21:01:38.83Z" },
|
|
801
|
+
{ url = "https://files.pythonhosted.org/packages/8b/f3/38e66b1856e9bd079deea015bc4a55f7767c0e4db2f7dcf69e7e680ba4ce/propcache-0.5.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:51f96d685ab16e88cab128cd37a52c5da540809c8b879fa047731bfcb4ad35a4", size = 62570, upload-time = "2026-05-08T21:01:40.415Z" },
|
|
802
|
+
{ url = "https://files.pythonhosted.org/packages/95/ca/bbfe9b910ce57dde8bb4876b4520fc02a4e89497c10de26be936758a3aaa/propcache-0.5.2-cp314-cp314-win32.whl", hash = "sha256:cc6fc3cc62e8501d3ed62894425040d2728ecddb1ed072737a5c70bd537aa9f0", size = 39436, upload-time = "2026-05-08T21:01:41.654Z" },
|
|
803
|
+
{ url = "https://files.pythonhosted.org/packages/61/d2/45c9defbaa1ea297035d9d4cce9e8f80daafbf19319c6007f157c6256ea9/propcache-0.5.2-cp314-cp314-win_amd64.whl", hash = "sha256:81e3a30b0bb60caa22033dd0f8a3618d1d67356212514f62c57db75cb0ef410c", size = 42373, upload-time = "2026-05-08T21:01:43.041Z" },
|
|
804
|
+
{ url = "https://files.pythonhosted.org/packages/44/68/9ea5103f41d5217d7d6ec24db90018e23aebec070c3f9a6e54d12b841fd8/propcache-0.5.2-cp314-cp314-win_arm64.whl", hash = "sha256:0d2c9bf8528f135dbb805ce027567e09164f7efa51a2be07458a2c0420f292d0", size = 38554, upload-time = "2026-05-08T21:01:44.336Z" },
|
|
805
|
+
{ url = "https://files.pythonhosted.org/packages/8a/81/fadf555f42d3b762eea8a53950b0489fdc0aa9da5f8ed9e10ce0a4e01b48/propcache-0.5.2-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:4bc8ff1feffc6a61c7002ffe84634c41b822e104990ae009f44a0834430070bb", size = 99395, upload-time = "2026-05-08T21:01:45.883Z" },
|
|
806
|
+
{ url = "https://files.pythonhosted.org/packages/f5/c9/c61e134a686949cf7971af3a390148b1156f7be81c73bc0cd12c873e2d48/propcache-0.5.2-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:79aa3ff0a9b566633b642fa9caf7e21ed1c13d6feca718187873f199e1514078", size = 56653, upload-time = "2026-05-08T21:01:47.307Z" },
|
|
807
|
+
{ url = "https://files.pythonhosted.org/packages/cb/73/daf935ea7048ddd7ec8eec5345b4a40b619d2d178b3c0a0900796bc3c794/propcache-0.5.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1b31822f4474c4036bae62de9402710051d431a606d6a0f907fec79935a071aa", size = 56914, upload-time = "2026-05-08T21:01:48.573Z" },
|
|
808
|
+
{ url = "https://files.pythonhosted.org/packages/79/9f/aba959b435ea18617edd7cf0a7ad0b9c574b8fc7e3d2cd55fb59cb255d33/propcache-0.5.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:13fef48778b5a2a756523fdb781326b028ca75e32858b04f2cdd19f394564917", size = 62567, upload-time = "2026-05-08T21:01:49.903Z" },
|
|
809
|
+
{ url = "https://files.pythonhosted.org/packages/6c/a1/859942de9a791ff42f6141736f5b37749b8f53e65edfa49638c67dd67e6a/propcache-0.5.2-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8b73ab70f1a3351fbc71f663b3e645af6dd0329100c353081cf69c37433fc6fe", size = 65542, upload-time = "2026-05-08T21:01:51.204Z" },
|
|
810
|
+
{ url = "https://files.pythonhosted.org/packages/b5/61/315bc0fd6c0fc7f80a528b8afd209e5fc4a875ea79571b91b8f50f442907/propcache-0.5.2-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5538d2c13d93e4698af7e092b57bc7298fd35d1d58e656ae18f23ee0d0378e03", size = 66845, upload-time = "2026-05-08T21:01:52.539Z" },
|
|
811
|
+
{ url = "https://files.pythonhosted.org/packages/47/f7/9f8122e3132e8e354ac41975ef8f1099be7d5a16bc7ae562734e993665c0/propcache-0.5.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:cd645f03898405cabe694fb8bc35241e3a9c332ec85627584fe3de201452b335", size = 63985, upload-time = "2026-05-08T21:01:53.847Z" },
|
|
812
|
+
{ url = "https://files.pythonhosted.org/packages/c8/54/c317819ec157cbf6f35df9df9657a6f82daf34d5faf15948b2f639c2192e/propcache-0.5.2-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a473b3440261e0c60706e732b2ed2f517857344fc21bf48fdfe211e2d98eb285", size = 63999, upload-time = "2026-05-08T21:01:55.179Z" },
|
|
813
|
+
{ url = "https://files.pythonhosted.org/packages/5a/56/387e3f7dfce0a9233df41fb888aa1c30222cb4bbbf09537c02dd9bd85fe2/propcache-0.5.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:7afa37062e6650640e932e4cc9297d81f9f42d9944029cc386b8247dea4da837", size = 62779, upload-time = "2026-05-08T21:01:57.489Z" },
|
|
814
|
+
{ url = "https://files.pythonhosted.org/packages/a1/9c/596784cb5824ed61ee960d3f8655a3f0993e107c6e98ab6c818b7fb92ccb/propcache-0.5.2-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:8a90efd5777e996e42d568db9ac740b944d691e565cbfd31b2f7832f9184b2b8", size = 59796, upload-time = "2026-05-08T21:01:58.736Z" },
|
|
815
|
+
{ url = "https://files.pythonhosted.org/packages/c2/3d/1a6cfa1726a48542c1e8784a0761421476a5b68e09b7f36bf95eb954aaba/propcache-0.5.2-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:f19bb891234d72535764d703bfed1153cc34f4214d5bd7150aee1eec9e8f4366", size = 66023, upload-time = "2026-05-08T21:02:00.228Z" },
|
|
816
|
+
{ url = "https://files.pythonhosted.org/packages/e4/0e/05fd6990369477076e4e280bcb970de760fddf0161a46e988bc95f7940ec/propcache-0.5.2-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:32775082acd2d807ee3db715c7770d38767b817870acfa08c29e057f3c4d5b56", size = 64448, upload-time = "2026-05-08T21:02:01.888Z" },
|
|
817
|
+
{ url = "https://files.pythonhosted.org/packages/cd/86/5f8da315a4309c62c10c0b2516b17492d5d3bbe1bb862b96604db67e2a37/propcache-0.5.2-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:9282fb1a3bccd038da9f768b927b24a0c753e466c086b7c4f3c6982851eefb2d", size = 67329, upload-time = "2026-05-08T21:02:03.484Z" },
|
|
818
|
+
{ url = "https://files.pythonhosted.org/packages/da/d3/3368efe79ab21f0cdf86ef49895811c9cc933131d4cde1f28a624e22e712/propcache-0.5.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:cc49723e2f60d6b32a0f0b08a3fd6d13203c07f1cd9566cfce0f12a917c967a2", size = 65172, upload-time = "2026-05-08T21:02:04.745Z" },
|
|
819
|
+
{ url = "https://files.pythonhosted.org/packages/d5/07/127e8b0bacfb325396196f9d976a22453049b89b9b2b08477cc3145faa44/propcache-0.5.2-cp314-cp314t-win32.whl", hash = "sha256:2d7aa89ebca5acc98cba9d1472d976e394782f587bad6661003602a619fd1821", size = 43813, upload-time = "2026-05-08T21:02:06.025Z" },
|
|
820
|
+
{ url = "https://files.pythonhosted.org/packages/88/fb/46dad6c0ae49ed230ab1b16c890c2b6314e2403e6c412976f4a72d64a527/propcache-0.5.2-cp314-cp314t-win_amd64.whl", hash = "sha256:d447bb0b3054be5818458fbb171208b1d9ff11eba14e18ca18b90cbb45767370", size = 47764, upload-time = "2026-05-08T21:02:07.353Z" },
|
|
821
|
+
{ url = "https://files.pythonhosted.org/packages/e7/c4/a47d0a63aa309d10d59ede6e9d4cff03a344a79d1f0f4cd0cd74997b53e0/propcache-0.5.2-cp314-cp314t-win_arm64.whl", hash = "sha256:fe67a3d11cd9b4efabfa45c3d00ffba2b26811442a73a581a94b67c2b5faccf6", size = 41140, upload-time = "2026-05-08T21:02:09.065Z" },
|
|
822
|
+
{ url = "https://files.pythonhosted.org/packages/3a/ed/1cdcab6ba3d6ab7feca11fc14f0eeea80755bb53ef4e892079f31b10a25f/propcache-0.5.2-py3-none-any.whl", hash = "sha256:be1ddfcbb376e3de5d2e2db1d58d6d67463e6b4f9f040c000de8e300295465fe", size = 14036, upload-time = "2026-05-08T21:02:10.673Z" },
|
|
819
823
|
]
|
|
820
824
|
|
|
821
825
|
[[package]]
|
|
@@ -920,16 +924,16 @@ wheels = [
|
|
|
920
924
|
|
|
921
925
|
[[package]]
|
|
922
926
|
name = "pydantic-settings"
|
|
923
|
-
version = "2.14.
|
|
927
|
+
version = "2.14.1"
|
|
924
928
|
source = { registry = "https://pypi.org/simple" }
|
|
925
929
|
dependencies = [
|
|
926
930
|
{ name = "pydantic" },
|
|
927
931
|
{ name = "python-dotenv" },
|
|
928
932
|
{ name = "typing-inspection" },
|
|
929
933
|
]
|
|
930
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
934
|
+
sdist = { url = "https://files.pythonhosted.org/packages/07/60/1d1e59c9c90d54591469ada7d268251f71c24bdb765f1a8a832cee8c6653/pydantic_settings-2.14.1.tar.gz", hash = "sha256:e874d3bec7e787b0c9958277956ed9b4dd5de6a80e162188fdaff7c5e26fd5fa", size = 235551, upload-time = "2026-05-08T13:40:06.542Z" }
|
|
931
935
|
wheels = [
|
|
932
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
936
|
+
{ url = "https://files.pythonhosted.org/packages/ae/8d/f1af3832f5e6eb13ba94ee809e72b8ecb5eef226d27ee0bef7d963d943c7/pydantic_settings-2.14.1-py3-none-any.whl", hash = "sha256:6e3c7edfd8277687cdc598f56e5cff0e9bfff0910a3749deaa8d4401c3a2b9de", size = 60964, upload-time = "2026-05-08T13:40:04.958Z" },
|
|
933
937
|
]
|
|
934
938
|
|
|
935
939
|
[[package]]
|
|
@@ -950,6 +954,19 @@ wheels = [
|
|
|
950
954
|
{ url = "https://files.pythonhosted.org/packages/bd/24/12818598c362d7f300f18e74db45963dbcb85150324092410c8b49405e42/pyproject_hooks-1.2.0-py3-none-any.whl", hash = "sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913", size = 10216, upload-time = "2024-09-29T09:24:11.978Z" },
|
|
951
955
|
]
|
|
952
956
|
|
|
957
|
+
[[package]]
|
|
958
|
+
name = "pyright"
|
|
959
|
+
version = "1.1.409"
|
|
960
|
+
source = { registry = "https://pypi.org/simple" }
|
|
961
|
+
dependencies = [
|
|
962
|
+
{ name = "nodeenv" },
|
|
963
|
+
{ name = "typing-extensions" },
|
|
964
|
+
]
|
|
965
|
+
sdist = { url = "https://files.pythonhosted.org/packages/51/4e/3aa27f74211522dba7e9cbc3e74de779c6d4b654c54e50a4840623be8014/pyright-1.1.409.tar.gz", hash = "sha256:986ee05beca9e077c165758ad123667c679e050059a2546aa02473930394bc93", size = 4430434, upload-time = "2026-04-23T11:02:03.799Z" }
|
|
966
|
+
wheels = [
|
|
967
|
+
{ url = "https://files.pythonhosted.org/packages/16/6b/330d8ebae582b30c2959a1ef4c3bc344ebde48c2ff0c3f113c4710735e11/pyright-1.1.409-py3-none-any.whl", hash = "sha256:aa3ea228cab90c845c7a60d28db7a844c04315356392aa09fafcee98c8c22fb3", size = 6438161, upload-time = "2026-04-23T11:02:01.309Z" },
|
|
968
|
+
]
|
|
969
|
+
|
|
953
970
|
[[package]]
|
|
954
971
|
name = "pytest"
|
|
955
972
|
version = "9.0.3"
|
|
@@ -1018,15 +1035,15 @@ wheels = [
|
|
|
1018
1035
|
|
|
1019
1036
|
[[package]]
|
|
1020
1037
|
name = "python-discovery"
|
|
1021
|
-
version = "1.3.
|
|
1038
|
+
version = "1.3.1"
|
|
1022
1039
|
source = { registry = "https://pypi.org/simple" }
|
|
1023
1040
|
dependencies = [
|
|
1024
1041
|
{ name = "filelock" },
|
|
1025
1042
|
{ name = "platformdirs" },
|
|
1026
1043
|
]
|
|
1027
|
-
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" }
|
|
1028
1045
|
wheels = [
|
|
1029
|
-
{ 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" },
|
|
1030
1047
|
]
|
|
1031
1048
|
|
|
1032
1049
|
[[package]]
|
|
@@ -1116,8 +1133,11 @@ dev = [
|
|
|
1116
1133
|
{ name = "build" },
|
|
1117
1134
|
{ name = "pip" },
|
|
1118
1135
|
{ name = "pre-commit" },
|
|
1136
|
+
{ name = "pyright" },
|
|
1137
|
+
{ name = "ruff" },
|
|
1119
1138
|
{ name = "setuptools" },
|
|
1120
1139
|
{ name = "setuptools-scm" },
|
|
1140
|
+
{ name = "ty" },
|
|
1121
1141
|
{ name = "types-aiobotocore", extra = ["s3"] },
|
|
1122
1142
|
{ name = "wheel" },
|
|
1123
1143
|
]
|
|
@@ -1130,7 +1150,7 @@ testing = [
|
|
|
1130
1150
|
|
|
1131
1151
|
[package.metadata]
|
|
1132
1152
|
requires-dist = [
|
|
1133
|
-
{ name = "aiobotocore", marker = "extra == 'object-storage'", specifier = "~=3.
|
|
1153
|
+
{ name = "aiobotocore", marker = "extra == 'object-storage'", specifier = "~=3.7.0" },
|
|
1134
1154
|
{ name = "aiohttp", extras = ["speedups"], marker = "extra == 'api-client'", specifier = ">=3.13.5,<3.15.0" },
|
|
1135
1155
|
{ name = "aiohttp", extras = ["speedups"], marker = "extra == 'authn'", specifier = ">=3.13.5,<3.15.0" },
|
|
1136
1156
|
{ name = "aiohttp", extras = ["speedups"], marker = "extra == 'soap-client'", specifier = ">=3.13.5,<3.15.0" },
|
|
@@ -1143,14 +1163,14 @@ requires-dist = [
|
|
|
1143
1163
|
{ name = "msgpack", specifier = "~=1.1.2" },
|
|
1144
1164
|
{ name = "msgspec", specifier = "==0.21.1" },
|
|
1145
1165
|
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "==0.0.29" },
|
|
1146
|
-
{ name = "pydantic-settings", specifier = "~=2.14.
|
|
1166
|
+
{ name = "pydantic-settings", specifier = "~=2.14.1" },
|
|
1147
1167
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authn'" },
|
|
1148
1168
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authz'" },
|
|
1149
1169
|
{ name = "python3-commons", extras = ["api-client", "audit", "authn", "authz", "cache", "database", "object-storage", "soap-client"], marker = "extra == 'all'" },
|
|
1150
1170
|
{ name = "python3-commons", extras = ["audit", "object-storage"], marker = "extra == 'api-client'" },
|
|
1151
1171
|
{ name = "python3-commons", extras = ["database"], marker = "extra == 'authz'" },
|
|
1152
1172
|
{ name = "python3-commons", extras = ["object-storage"], marker = "extra == 'audit'" },
|
|
1153
|
-
{ name = "requests", marker = "extra == 'soap-client'", specifier = "~=2.
|
|
1173
|
+
{ name = "requests", marker = "extra == 'soap-client'", specifier = "~=2.34.2" },
|
|
1154
1174
|
{ name = "sqlalchemy", extras = ["asyncio"], marker = "extra == 'database'", specifier = "~=2.0.49" },
|
|
1155
1175
|
{ name = "valkey", extras = ["libvalkey"], marker = "extra == 'cache'", specifier = "~=6.1.1" },
|
|
1156
1176
|
{ name = "zeep", extras = ["async"], marker = "extra == 'audit'", specifier = "~=4.3.2" },
|
|
@@ -1163,8 +1183,11 @@ dev = [
|
|
|
1163
1183
|
{ name = "build" },
|
|
1164
1184
|
{ name = "pip" },
|
|
1165
1185
|
{ name = "pre-commit" },
|
|
1186
|
+
{ name = "pyright" },
|
|
1187
|
+
{ name = "ruff" },
|
|
1166
1188
|
{ name = "setuptools" },
|
|
1167
1189
|
{ name = "setuptools-scm" },
|
|
1190
|
+
{ name = "ty" },
|
|
1168
1191
|
{ name = "types-aiobotocore", extras = ["s3"] },
|
|
1169
1192
|
{ name = "wheel" },
|
|
1170
1193
|
]
|
|
@@ -1212,7 +1235,7 @@ wheels = [
|
|
|
1212
1235
|
|
|
1213
1236
|
[[package]]
|
|
1214
1237
|
name = "requests"
|
|
1215
|
-
version = "2.
|
|
1238
|
+
version = "2.34.2"
|
|
1216
1239
|
source = { registry = "https://pypi.org/simple" }
|
|
1217
1240
|
dependencies = [
|
|
1218
1241
|
{ name = "certifi" },
|
|
@@ -1220,9 +1243,9 @@ dependencies = [
|
|
|
1220
1243
|
{ name = "idna" },
|
|
1221
1244
|
{ name = "urllib3" },
|
|
1222
1245
|
]
|
|
1223
|
-
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" }
|
|
1224
1247
|
wheels = [
|
|
1225
|
-
{ 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" },
|
|
1226
1249
|
]
|
|
1227
1250
|
|
|
1228
1251
|
[[package]]
|
|
@@ -1249,6 +1272,31 @@ wheels = [
|
|
|
1249
1272
|
{ url = "https://files.pythonhosted.org/packages/3f/51/d4db610ef29373b879047326cbf6fa98b6c1969d6f6dc423279de2b1be2c/requests_toolbelt-1.0.0-py2.py3-none-any.whl", hash = "sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06", size = 54481, upload-time = "2023-05-01T04:11:28.427Z" },
|
|
1250
1273
|
]
|
|
1251
1274
|
|
|
1275
|
+
[[package]]
|
|
1276
|
+
name = "ruff"
|
|
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
|
+
]
|
|
1299
|
+
|
|
1252
1300
|
[[package]]
|
|
1253
1301
|
name = "setuptools"
|
|
1254
1302
|
version = "82.0.1"
|
|
@@ -1312,16 +1360,41 @@ asyncio = [
|
|
|
1312
1360
|
{ name = "greenlet" },
|
|
1313
1361
|
]
|
|
1314
1362
|
|
|
1363
|
+
[[package]]
|
|
1364
|
+
name = "ty"
|
|
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" },
|
|
1386
|
+
]
|
|
1387
|
+
|
|
1315
1388
|
[[package]]
|
|
1316
1389
|
name = "types-aiobotocore"
|
|
1317
|
-
version = "3.
|
|
1390
|
+
version = "3.7.0"
|
|
1318
1391
|
source = { registry = "https://pypi.org/simple" }
|
|
1319
1392
|
dependencies = [
|
|
1320
1393
|
{ name = "botocore-stubs" },
|
|
1321
1394
|
]
|
|
1322
|
-
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" }
|
|
1323
1396
|
wheels = [
|
|
1324
|
-
{ 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" },
|
|
1325
1398
|
]
|
|
1326
1399
|
|
|
1327
1400
|
[package.optional-dependencies]
|
|
@@ -1331,11 +1404,11 @@ s3 = [
|
|
|
1331
1404
|
|
|
1332
1405
|
[[package]]
|
|
1333
1406
|
name = "types-aiobotocore-s3"
|
|
1334
|
-
version = "3.
|
|
1407
|
+
version = "3.7.0"
|
|
1335
1408
|
source = { registry = "https://pypi.org/simple" }
|
|
1336
|
-
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" }
|
|
1337
1410
|
wheels = [
|
|
1338
|
-
{ 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" },
|
|
1339
1412
|
]
|
|
1340
1413
|
|
|
1341
1414
|
[[package]]
|
|
@@ -1405,7 +1478,7 @@ wheels = [
|
|
|
1405
1478
|
|
|
1406
1479
|
[[package]]
|
|
1407
1480
|
name = "virtualenv"
|
|
1408
|
-
version = "21.3.
|
|
1481
|
+
version = "21.3.3"
|
|
1409
1482
|
source = { registry = "https://pypi.org/simple" }
|
|
1410
1483
|
dependencies = [
|
|
1411
1484
|
{ name = "distlib" },
|
|
@@ -1413,9 +1486,9 @@ dependencies = [
|
|
|
1413
1486
|
{ name = "platformdirs" },
|
|
1414
1487
|
{ name = "python-discovery" },
|
|
1415
1488
|
]
|
|
1416
|
-
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" }
|
|
1417
1490
|
wheels = [
|
|
1418
|
-
{ 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" },
|
|
1419
1492
|
]
|
|
1420
1493
|
|
|
1421
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.14 → 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.14 → 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.14 → python3_commons-0.18.16}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.14 → python3_commons-0.18.16}/src/python3_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.14 → 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
|