python3-commons 0.8.26__tar.gz → 0.8.28__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.8.26/src/python3_commons.egg-info → python3_commons-0.8.28}/PKG-INFO +3 -3
- {python3_commons-0.8.26 → python3_commons-0.8.28}/pyproject.toml +4 -4
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/db/models/common.py +1 -1
- {python3_commons-0.8.26 → python3_commons-0.8.28/src/python3_commons.egg-info}/PKG-INFO +3 -3
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons.egg-info/requires.txt +2 -2
- {python3_commons-0.8.26 → python3_commons-0.8.28}/uv.lock +115 -110
- {python3_commons-0.8.26 → python3_commons-0.8.28}/.coveragerc +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/.gitignore +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/.pre-commit-config.yaml +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/.python-version +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/AUTHORS.rst +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/CHANGELOG.rst +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/LICENSE +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/README.md +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/README.rst +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/docs/Makefile +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/docs/_static/.gitignore +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/docs/authors.rst +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/docs/changelog.rst +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/docs/conf.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/docs/index.rst +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/docs/license.rst +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/setup.cfg +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/tests/conftest.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/tests/test_audit.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/tests/test_helpers.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/tests/test_msgpack.py +0 -0
- {python3_commons-0.8.26 → python3_commons-0.8.28}/tests/test_msgspec.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: python3-commons
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.28
|
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
|
@@ -12,7 +12,7 @@ Requires-Python: ==3.13.*
|
|
12
12
|
Description-Content-Type: text/x-rst
|
13
13
|
License-File: LICENSE
|
14
14
|
License-File: AUTHORS.rst
|
15
|
-
Requires-Dist: aiohttp[speedups]~=3.
|
15
|
+
Requires-Dist: aiohttp[speedups]~=3.12.0
|
16
16
|
Requires-Dist: asyncpg~=0.30.0
|
17
17
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
18
18
|
Requires-Dist: fastapi-users[sqlalchemy]~=14.0.1
|
@@ -20,7 +20,7 @@ Requires-Dist: lxml~=5.4.0
|
|
20
20
|
Requires-Dist: minio~=7.2.15
|
21
21
|
Requires-Dist: msgpack~=1.1.0
|
22
22
|
Requires-Dist: msgspec~=0.19.0
|
23
|
-
Requires-Dist: pydantic[email]~=2.11.
|
23
|
+
Requires-Dist: pydantic[email]~=2.11.5
|
24
24
|
Requires-Dist: pydantic-settings~=2.9.1
|
25
25
|
Requires-Dist: python-jose==3.4.0
|
26
26
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.40
|
@@ -19,7 +19,7 @@ keywords = []
|
|
19
19
|
requires-python = "==3.13.*"
|
20
20
|
|
21
21
|
dependencies = [
|
22
|
-
"aiohttp[speedups]~=3.
|
22
|
+
"aiohttp[speedups]~=3.12.0",
|
23
23
|
"asyncpg~=0.30.0",
|
24
24
|
"fastapi-users-db-sqlalchemy~=7.0.0",
|
25
25
|
"fastapi-users[sqlalchemy]~=14.0.1",
|
@@ -27,7 +27,7 @@ dependencies = [
|
|
27
27
|
"minio~=7.2.15",
|
28
28
|
"msgpack~=1.1.0",
|
29
29
|
"msgspec~=0.19.0",
|
30
|
-
"pydantic[email]~=2.11.
|
30
|
+
"pydantic[email]~=2.11.5",
|
31
31
|
"pydantic-settings~=2.9.1",
|
32
32
|
"python-jose==3.4.0",
|
33
33
|
"SQLAlchemy[asyncio]~=2.0.40",
|
@@ -40,8 +40,8 @@ dev = [
|
|
40
40
|
"build",
|
41
41
|
"pip==25.1.1",
|
42
42
|
"pre-commit==4.2.0",
|
43
|
-
"pyright==1.1.
|
44
|
-
"ruff==0.11.
|
43
|
+
"pyright==1.1.401",
|
44
|
+
"ruff==0.11.11",
|
45
45
|
"setuptools==80.8.0",
|
46
46
|
"setuptools_scm==8.3.1",
|
47
47
|
"wheel==0.45.1",
|
@@ -28,7 +28,7 @@ class BaseDBModel:
|
|
28
28
|
created_at: Mapped[AwareDatetime] = mapped_column(
|
29
29
|
DateTime(timezone=True), nullable=False, server_default=UTCNow(), sort_order=-2
|
30
30
|
)
|
31
|
-
updated_at: Mapped[AwareDatetime] = mapped_column(DateTime(timezone=True), onupdate=UTCNow(), sort_order=-1)
|
31
|
+
updated_at: Mapped[AwareDatetime | None] = mapped_column(DateTime(timezone=True), onupdate=UTCNow(), sort_order=-1)
|
32
32
|
|
33
33
|
|
34
34
|
class BaseDBUUIDModel:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: python3-commons
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.28
|
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
|
@@ -12,7 +12,7 @@ Requires-Python: ==3.13.*
|
|
12
12
|
Description-Content-Type: text/x-rst
|
13
13
|
License-File: LICENSE
|
14
14
|
License-File: AUTHORS.rst
|
15
|
-
Requires-Dist: aiohttp[speedups]~=3.
|
15
|
+
Requires-Dist: aiohttp[speedups]~=3.12.0
|
16
16
|
Requires-Dist: asyncpg~=0.30.0
|
17
17
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
18
18
|
Requires-Dist: fastapi-users[sqlalchemy]~=14.0.1
|
@@ -20,7 +20,7 @@ Requires-Dist: lxml~=5.4.0
|
|
20
20
|
Requires-Dist: minio~=7.2.15
|
21
21
|
Requires-Dist: msgpack~=1.1.0
|
22
22
|
Requires-Dist: msgspec~=0.19.0
|
23
|
-
Requires-Dist: pydantic[email]~=2.11.
|
23
|
+
Requires-Dist: pydantic[email]~=2.11.5
|
24
24
|
Requires-Dist: pydantic-settings~=2.9.1
|
25
25
|
Requires-Dist: python-jose==3.4.0
|
26
26
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.40
|
@@ -1,4 +1,4 @@
|
|
1
|
-
aiohttp[speedups]~=3.
|
1
|
+
aiohttp[speedups]~=3.12.0
|
2
2
|
asyncpg~=0.30.0
|
3
3
|
fastapi-users-db-sqlalchemy~=7.0.0
|
4
4
|
fastapi-users[sqlalchemy]~=14.0.1
|
@@ -6,7 +6,7 @@ lxml~=5.4.0
|
|
6
6
|
minio~=7.2.15
|
7
7
|
msgpack~=1.1.0
|
8
8
|
msgspec~=0.19.0
|
9
|
-
pydantic[email]~=2.11.
|
9
|
+
pydantic[email]~=2.11.5
|
10
10
|
pydantic-settings~=2.9.1
|
11
11
|
python-jose==3.4.0
|
12
12
|
SQLAlchemy[asyncio]~=2.0.40
|
@@ -25,7 +25,7 @@ wheels = [
|
|
25
25
|
|
26
26
|
[[package]]
|
27
27
|
name = "aiohttp"
|
28
|
-
version = "3.
|
28
|
+
version = "3.12.0"
|
29
29
|
source = { registry = "https://pypi.org/simple" }
|
30
30
|
dependencies = [
|
31
31
|
{ name = "aiohappyeyeballs" },
|
@@ -36,29 +36,30 @@ dependencies = [
|
|
36
36
|
{ name = "propcache" },
|
37
37
|
{ name = "yarl" },
|
38
38
|
]
|
39
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
40
|
-
wheels = [
|
41
|
-
{ url = "https://files.pythonhosted.org/packages/
|
42
|
-
{ url = "https://files.pythonhosted.org/packages/
|
43
|
-
{ url = "https://files.pythonhosted.org/packages/
|
44
|
-
{ url = "https://files.pythonhosted.org/packages/
|
45
|
-
{ url = "https://files.pythonhosted.org/packages/
|
46
|
-
{ url = "https://files.pythonhosted.org/packages/
|
47
|
-
{ url = "https://files.pythonhosted.org/packages/
|
48
|
-
{ url = "https://files.pythonhosted.org/packages/
|
49
|
-
{ url = "https://files.pythonhosted.org/packages/
|
50
|
-
{ url = "https://files.pythonhosted.org/packages/
|
51
|
-
{ url = "https://files.pythonhosted.org/packages/
|
52
|
-
{ url = "https://files.pythonhosted.org/packages/
|
53
|
-
{ url = "https://files.pythonhosted.org/packages/
|
54
|
-
{ url = "https://files.pythonhosted.org/packages/
|
55
|
-
{ url = "https://files.pythonhosted.org/packages/
|
56
|
-
{ url = "https://files.pythonhosted.org/packages/
|
39
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6a/61/d37b33a074ad867d1ecec9f03183e2b9fee067745cae17e73c264f556d57/aiohttp-3.12.0.tar.gz", hash = "sha256:e3f0a2b4d7fb16c0d584d9b8860f1e46d39f7d93372b25a6f80c10015a7acdab", size = 7762804, upload-time = "2025-05-24T22:33:33.318Z" }
|
40
|
+
wheels = [
|
41
|
+
{ url = "https://files.pythonhosted.org/packages/fd/7e/9d27424fadc63f89d9165e7865ecdcf49bd4ce03ed5f453e8fb1300c3ede/aiohttp-3.12.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:6ab223f5d0bd30f1b419addc4aef37f8d7723027e3d92393281cba97f8529209", size = 682843, upload-time = "2025-05-24T22:32:08.441Z" },
|
42
|
+
{ url = "https://files.pythonhosted.org/packages/9d/7e/d8f3b2efbd359138f81121d849c334b6df4bb91805a4e7380f175ea822cf/aiohttp-3.12.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:c5beab804eeff85cfae5c053e0d3bb7a7cdc2756ced50a586c56deb8b8ce16b9", size = 460508, upload-time = "2025-05-24T22:32:10.476Z" },
|
43
|
+
{ url = "https://files.pythonhosted.org/packages/90/a2/019f0e33b5d3f201f400075841a31db7014a175d6e805fb13c26d8ff85e2/aiohttp-3.12.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:bb157df65c18f4c84dd2a3b989975076d228866e6c4872220139c385bb0fea3b", size = 452808, upload-time = "2025-05-24T22:32:12.519Z" },
|
44
|
+
{ url = "https://files.pythonhosted.org/packages/01/29/54e623c3854326e54744996917919a033ce00313888aa5e5fe2348c8968c/aiohttp-3.12.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c9dff812b540fd31e08678fb1caed2498c294e0f75262829259588992ca59372", size = 1691620, upload-time = "2025-05-24T22:32:14.635Z" },
|
45
|
+
{ url = "https://files.pythonhosted.org/packages/f7/db/eef9360855d3d2218bc38c0a94781324fbb7361b168bc6ccba29d703bb7c/aiohttp-3.12.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:f4f06d93c08670b8deb6e965578c804eecd85450319f403ed5695e7105ca4f38", size = 1672885, upload-time = "2025-05-24T22:32:16.884Z" },
|
46
|
+
{ url = "https://files.pythonhosted.org/packages/a1/c7/ff6153b07cd03358eb0faa7fb5ecc319ec2cdccd9789bf25d2a6c580b653/aiohttp-3.12.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bc77ef0cd57e669f4835ccced3e374c14a9890ef5b99427c5712d965b1a3dca3", size = 1724952, upload-time = "2025-05-24T22:32:19.119Z" },
|
47
|
+
{ url = "https://files.pythonhosted.org/packages/b0/38/b6e7ac5234f0eda7763737460793cb478f0270f73adcf2037f0913c9bf9c/aiohttp-3.12.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:16acea48107e36eb672530b155be727d701658c8e0132f5c38919431063df1aa", size = 1774327, upload-time = "2025-05-24T22:32:21.884Z" },
|
48
|
+
{ url = "https://files.pythonhosted.org/packages/29/ec/a51e3fffd7538e7cc6376b2693c5f15365a542d42045c9345f8571962c3a/aiohttp-3.12.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8314272c09dfb3424a3015222b950ca4a0845165fa43528f079a67dd0d98bd56", size = 1696655, upload-time = "2025-05-24T22:32:24.46Z" },
|
49
|
+
{ url = "https://files.pythonhosted.org/packages/cd/f8/701e3869d04c6d1b908fcbcb6f41013a3400750c289a494500ed68fe5f5d/aiohttp-3.12.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c9b51e1f1fe9ef73e3dc23908586d7ea3aa928da1b44a38f0cb0c3f60cfcfa76", size = 1610360, upload-time = "2025-05-24T22:32:27.204Z" },
|
50
|
+
{ url = "https://files.pythonhosted.org/packages/5e/bc/1e36156c126ff0f1cd9af55a2e3bdd71842e4c76006fd6f16adec92f7c50/aiohttp-3.12.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:471858b4cb972205fbc46b9485d8d532092df0189dd681869616bbbc7192ead3", size = 1663384, upload-time = "2025-05-24T22:32:29.383Z" },
|
51
|
+
{ url = "https://files.pythonhosted.org/packages/71/b2/e79603df4a9916ecca3ef6605d66bc8dc9d1cf94be12b5b948e19eba4a7b/aiohttp-3.12.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:47d30f5fc30bd9dfe8875374aa05f566719d82e9026839dd5c59f281fb94d302", size = 1695049, upload-time = "2025-05-24T22:32:31.655Z" },
|
52
|
+
{ url = "https://files.pythonhosted.org/packages/31/26/6c91957dc52eb47845b5f03901e1162b412c77ac3c0e082b10cf6be7b3ba/aiohttp-3.12.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:1c4ae2aced91b2e879f16d4f0225c7733e007367403a195c2f72d9c01dac4b68", size = 1637644, upload-time = "2025-05-24T22:32:34.419Z" },
|
53
|
+
{ url = "https://files.pythonhosted.org/packages/da/9e/ee4b95390cf73ff3875d74e7661378115f763ff445e2d7a0c02f1916db3e/aiohttp-3.12.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:c2d61673e3eec7f703419ae430417ac84305095220af11524f9496f7c0b81dc6", size = 1713775, upload-time = "2025-05-24T22:32:36.718Z" },
|
54
|
+
{ url = "https://files.pythonhosted.org/packages/dd/83/69b8a5a32e48210ce3830ee11044245e283c89adb8e797414145ab1d1a4a/aiohttp-3.12.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:a08d1c18b588ddfd049f4ac082b9935ee68a3796dc7ad70c8317605a8bd7e298", size = 1747247, upload-time = "2025-05-24T22:32:39.115Z" },
|
55
|
+
{ url = "https://files.pythonhosted.org/packages/54/df/4c23861c97384a18a03233629ba423b2cdee450a0fb76354095fdd30cfe5/aiohttp-3.12.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:33bb4ab2c7b86bf0ef19d426afcc3e60f08415b8e46b9cdb67b632c1d48931a3", size = 1696137, upload-time = "2025-05-24T22:32:41.392Z" },
|
56
|
+
{ url = "https://files.pythonhosted.org/packages/92/27/e19dfbcfdbe5f000b2959c4cb1a93c32e8632a36b29b7a01d59251e14b5b/aiohttp-3.12.0-cp313-cp313-win32.whl", hash = "sha256:199bfe20aebba88c94113def5c5f7eb8abeca55caf4dab8060fa25f573f062e5", size = 408567, upload-time = "2025-05-24T22:32:44.132Z" },
|
57
|
+
{ url = "https://files.pythonhosted.org/packages/30/88/70f19c1c1714d2b4920a4e675fd5b92ff5162b55d20d04b5ba188f0d623b/aiohttp-3.12.0-cp313-cp313-win_amd64.whl", hash = "sha256:9c24ce9ccfe2c24e391bdd72f3d5ff9c42ed1f8b15f813cb4b4c22e0d5930433", size = 434504, upload-time = "2025-05-24T22:32:46.274Z" },
|
57
58
|
]
|
58
59
|
|
59
60
|
[package.optional-dependencies]
|
60
61
|
speedups = [
|
61
|
-
{ name = "aiodns"
|
62
|
+
{ name = "aiodns" },
|
62
63
|
{ name = "brotli", marker = "platform_python_implementation == 'CPython'" },
|
63
64
|
{ name = "brotlicffi", marker = "platform_python_implementation != 'CPython'" },
|
64
65
|
]
|
@@ -329,66 +330,68 @@ wheels = [
|
|
329
330
|
|
330
331
|
[[package]]
|
331
332
|
name = "coverage"
|
332
|
-
version = "7.8.
|
333
|
-
source = { registry = "https://pypi.org/simple" }
|
334
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
335
|
-
wheels = [
|
336
|
-
{ url = "https://files.pythonhosted.org/packages/
|
337
|
-
{ url = "https://files.pythonhosted.org/packages/
|
338
|
-
{ url = "https://files.pythonhosted.org/packages/
|
339
|
-
{ url = "https://files.pythonhosted.org/packages/
|
340
|
-
{ url = "https://files.pythonhosted.org/packages/
|
341
|
-
{ url = "https://files.pythonhosted.org/packages/
|
342
|
-
{ url = "https://files.pythonhosted.org/packages/
|
343
|
-
{ url = "https://files.pythonhosted.org/packages/
|
344
|
-
{ url = "https://files.pythonhosted.org/packages/
|
345
|
-
{ url = "https://files.pythonhosted.org/packages/
|
346
|
-
{ url = "https://files.pythonhosted.org/packages/
|
347
|
-
{ url = "https://files.pythonhosted.org/packages/
|
348
|
-
{ url = "https://files.pythonhosted.org/packages/
|
349
|
-
{ url = "https://files.pythonhosted.org/packages/
|
350
|
-
{ url = "https://files.pythonhosted.org/packages/
|
351
|
-
{ url = "https://files.pythonhosted.org/packages/
|
352
|
-
{ url = "https://files.pythonhosted.org/packages/
|
353
|
-
{ url = "https://files.pythonhosted.org/packages/
|
354
|
-
{ url = "https://files.pythonhosted.org/packages/
|
355
|
-
{ url = "https://files.pythonhosted.org/packages/
|
356
|
-
{ url = "https://files.pythonhosted.org/packages/
|
333
|
+
version = "7.8.2"
|
334
|
+
source = { registry = "https://pypi.org/simple" }
|
335
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ba/07/998afa4a0ecdf9b1981ae05415dad2d4e7716e1b1f00abbd91691ac09ac9/coverage-7.8.2.tar.gz", hash = "sha256:a886d531373a1f6ff9fad2a2ba4a045b68467b779ae729ee0b3b10ac20033b27", size = 812759, upload-time = "2025-05-23T11:39:57.856Z" }
|
336
|
+
wheels = [
|
337
|
+
{ url = "https://files.pythonhosted.org/packages/1a/93/eb6400a745ad3b265bac36e8077fdffcf0268bdbbb6c02b7220b624c9b31/coverage-7.8.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ea561010914ec1c26ab4188aef8b1567272ef6de096312716f90e5baa79ef8ca", size = 211898, upload-time = "2025-05-23T11:38:49.066Z" },
|
338
|
+
{ url = "https://files.pythonhosted.org/packages/1b/7c/bdbf113f92683024406a1cd226a199e4200a2001fc85d6a6e7e299e60253/coverage-7.8.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:cb86337a4fcdd0e598ff2caeb513ac604d2f3da6d53df2c8e368e07ee38e277d", size = 212171, upload-time = "2025-05-23T11:38:51.207Z" },
|
339
|
+
{ url = "https://files.pythonhosted.org/packages/91/22/594513f9541a6b88eb0dba4d5da7d71596dadef6b17a12dc2c0e859818a9/coverage-7.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:26a4636ddb666971345541b59899e969f3b301143dd86b0ddbb570bd591f1e85", size = 245564, upload-time = "2025-05-23T11:38:52.857Z" },
|
340
|
+
{ url = "https://files.pythonhosted.org/packages/1f/f4/2860fd6abeebd9f2efcfe0fd376226938f22afc80c1943f363cd3c28421f/coverage-7.8.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5040536cf9b13fb033f76bcb5e1e5cb3b57c4807fef37db9e0ed129c6a094257", size = 242719, upload-time = "2025-05-23T11:38:54.529Z" },
|
341
|
+
{ url = "https://files.pythonhosted.org/packages/89/60/f5f50f61b6332451520e6cdc2401700c48310c64bc2dd34027a47d6ab4ca/coverage-7.8.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc67994df9bcd7e0150a47ef41278b9e0a0ea187caba72414b71dc590b99a108", size = 244634, upload-time = "2025-05-23T11:38:57.326Z" },
|
342
|
+
{ url = "https://files.pythonhosted.org/packages/3b/70/7f4e919039ab7d944276c446b603eea84da29ebcf20984fb1fdf6e602028/coverage-7.8.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:6e6c86888fd076d9e0fe848af0a2142bf606044dc5ceee0aa9eddb56e26895a0", size = 244824, upload-time = "2025-05-23T11:38:59.421Z" },
|
343
|
+
{ url = "https://files.pythonhosted.org/packages/26/45/36297a4c0cea4de2b2c442fe32f60c3991056c59cdc3cdd5346fbb995c97/coverage-7.8.2-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:684ca9f58119b8e26bef860db33524ae0365601492e86ba0b71d513f525e7050", size = 242872, upload-time = "2025-05-23T11:39:01.049Z" },
|
344
|
+
{ url = "https://files.pythonhosted.org/packages/a4/71/e041f1b9420f7b786b1367fa2a375703889ef376e0d48de9f5723fb35f11/coverage-7.8.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8165584ddedb49204c4e18da083913bdf6a982bfb558632a79bdaadcdafd0d48", size = 244179, upload-time = "2025-05-23T11:39:02.709Z" },
|
345
|
+
{ url = "https://files.pythonhosted.org/packages/bd/db/3c2bf49bdc9de76acf2491fc03130c4ffc51469ce2f6889d2640eb563d77/coverage-7.8.2-cp313-cp313-win32.whl", hash = "sha256:34759ee2c65362163699cc917bdb2a54114dd06d19bab860725f94ef45a3d9b7", size = 214393, upload-time = "2025-05-23T11:39:05.457Z" },
|
346
|
+
{ url = "https://files.pythonhosted.org/packages/c6/dc/947e75d47ebbb4b02d8babb1fad4ad381410d5bc9da7cfca80b7565ef401/coverage-7.8.2-cp313-cp313-win_amd64.whl", hash = "sha256:2f9bc608fbafaee40eb60a9a53dbfb90f53cc66d3d32c2849dc27cf5638a21e3", size = 215194, upload-time = "2025-05-23T11:39:07.171Z" },
|
347
|
+
{ url = "https://files.pythonhosted.org/packages/90/31/a980f7df8a37eaf0dc60f932507fda9656b3a03f0abf188474a0ea188d6d/coverage-7.8.2-cp313-cp313-win_arm64.whl", hash = "sha256:9fe449ee461a3b0c7105690419d0b0aba1232f4ff6d120a9e241e58a556733f7", size = 213580, upload-time = "2025-05-23T11:39:08.862Z" },
|
348
|
+
{ url = "https://files.pythonhosted.org/packages/8a/6a/25a37dd90f6c95f59355629417ebcb74e1c34e38bb1eddf6ca9b38b0fc53/coverage-7.8.2-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:8369a7c8ef66bded2b6484053749ff220dbf83cba84f3398c84c51a6f748a008", size = 212734, upload-time = "2025-05-23T11:39:11.109Z" },
|
349
|
+
{ url = "https://files.pythonhosted.org/packages/36/8b/3a728b3118988725f40950931abb09cd7f43b3c740f4640a59f1db60e372/coverage-7.8.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:159b81df53a5fcbc7d45dae3adad554fdbde9829a994e15227b3f9d816d00b36", size = 212959, upload-time = "2025-05-23T11:39:12.751Z" },
|
350
|
+
{ url = "https://files.pythonhosted.org/packages/53/3c/212d94e6add3a3c3f412d664aee452045ca17a066def8b9421673e9482c4/coverage-7.8.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e6fcbbd35a96192d042c691c9e0c49ef54bd7ed865846a3c9d624c30bb67ce46", size = 257024, upload-time = "2025-05-23T11:39:15.569Z" },
|
351
|
+
{ url = "https://files.pythonhosted.org/packages/a4/40/afc03f0883b1e51bbe804707aae62e29c4e8c8bbc365c75e3e4ddeee9ead/coverage-7.8.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:05364b9cc82f138cc86128dc4e2e1251c2981a2218bfcd556fe6b0fbaa3501be", size = 252867, upload-time = "2025-05-23T11:39:17.64Z" },
|
352
|
+
{ url = "https://files.pythonhosted.org/packages/18/a2/3699190e927b9439c6ded4998941a3c1d6fa99e14cb28d8536729537e307/coverage-7.8.2-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:46d532db4e5ff3979ce47d18e2fe8ecad283eeb7367726da0e5ef88e4fe64740", size = 255096, upload-time = "2025-05-23T11:39:19.328Z" },
|
353
|
+
{ url = "https://files.pythonhosted.org/packages/b4/06/16e3598b9466456b718eb3e789457d1a5b8bfb22e23b6e8bbc307df5daf0/coverage-7.8.2-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:4000a31c34932e7e4fa0381a3d6deb43dc0c8f458e3e7ea6502e6238e10be625", size = 256276, upload-time = "2025-05-23T11:39:21.077Z" },
|
354
|
+
{ url = "https://files.pythonhosted.org/packages/a7/d5/4b5a120d5d0223050a53d2783c049c311eea1709fa9de12d1c358e18b707/coverage-7.8.2-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:43ff5033d657cd51f83015c3b7a443287250dc14e69910577c3e03bd2e06f27b", size = 254478, upload-time = "2025-05-23T11:39:22.838Z" },
|
355
|
+
{ url = "https://files.pythonhosted.org/packages/ba/85/f9ecdb910ecdb282b121bfcaa32fa8ee8cbd7699f83330ee13ff9bbf1a85/coverage-7.8.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:94316e13f0981cbbba132c1f9f365cac1d26716aaac130866ca812006f662199", size = 255255, upload-time = "2025-05-23T11:39:24.644Z" },
|
356
|
+
{ url = "https://files.pythonhosted.org/packages/50/63/2d624ac7d7ccd4ebbd3c6a9eba9d7fc4491a1226071360d59dd84928ccb2/coverage-7.8.2-cp313-cp313t-win32.whl", hash = "sha256:3f5673888d3676d0a745c3d0e16da338c5eea300cb1f4ada9c872981265e76d8", size = 215109, upload-time = "2025-05-23T11:39:26.722Z" },
|
357
|
+
{ url = "https://files.pythonhosted.org/packages/22/5e/7053b71462e970e869111c1853afd642212568a350eba796deefdfbd0770/coverage-7.8.2-cp313-cp313t-win_amd64.whl", hash = "sha256:2c08b05ee8d7861e45dc5a2cc4195c8c66dca5ac613144eb6ebeaff2d502e73d", size = 216268, upload-time = "2025-05-23T11:39:28.429Z" },
|
358
|
+
{ url = "https://files.pythonhosted.org/packages/07/69/afa41aa34147655543dbe96994f8a246daf94b361ccf5edfd5df62ce066a/coverage-7.8.2-cp313-cp313t-win_arm64.whl", hash = "sha256:1e1448bb72b387755e1ff3ef1268a06617afd94188164960dba8d0245a46004b", size = 214071, upload-time = "2025-05-23T11:39:30.55Z" },
|
359
|
+
{ url = "https://files.pythonhosted.org/packages/a0/1a/0b9c32220ad694d66062f571cc5cedfa9997b64a591e8a500bb63de1bd40/coverage-7.8.2-py3-none-any.whl", hash = "sha256:726f32ee3713f7359696331a18daf0c3b3a70bb0ae71141b9d3c52be7c595e32", size = 203623, upload-time = "2025-05-23T11:39:53.846Z" },
|
357
360
|
]
|
358
361
|
|
359
362
|
[[package]]
|
360
363
|
name = "cryptography"
|
361
|
-
version = "45.0.
|
364
|
+
version = "45.0.3"
|
362
365
|
source = { registry = "https://pypi.org/simple" }
|
363
366
|
dependencies = [
|
364
367
|
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
|
365
368
|
]
|
366
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
367
|
-
wheels = [
|
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/
|
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/
|
369
|
+
sdist = { url = "https://files.pythonhosted.org/packages/13/1f/9fa001e74a1993a9cadd2333bb889e50c66327b8594ac538ab8a04f915b7/cryptography-45.0.3.tar.gz", hash = "sha256:ec21313dd335c51d7877baf2972569f40a4291b76a0ce51391523ae358d05899", size = 744738, upload-time = "2025-05-25T14:17:24.777Z" }
|
370
|
+
wheels = [
|
371
|
+
{ url = "https://files.pythonhosted.org/packages/82/b2/2345dc595998caa6f68adf84e8f8b50d18e9fc4638d32b22ea8daedd4b7a/cryptography-45.0.3-cp311-abi3-macosx_10_9_universal2.whl", hash = "sha256:7573d9eebaeceeb55285205dbbb8753ac1e962af3d9640791d12b36864065e71", size = 7056239, upload-time = "2025-05-25T14:16:12.22Z" },
|
372
|
+
{ url = "https://files.pythonhosted.org/packages/71/3d/ac361649a0bfffc105e2298b720d8b862330a767dab27c06adc2ddbef96a/cryptography-45.0.3-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d377dde61c5d67eb4311eace661c3efda46c62113ff56bf05e2d679e02aebb5b", size = 4205541, upload-time = "2025-05-25T14:16:14.333Z" },
|
373
|
+
{ url = "https://files.pythonhosted.org/packages/70/3e/c02a043750494d5c445f769e9c9f67e550d65060e0bfce52d91c1362693d/cryptography-45.0.3-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fae1e637f527750811588e4582988932c222f8251f7b7ea93739acb624e1487f", size = 4433275, upload-time = "2025-05-25T14:16:16.421Z" },
|
374
|
+
{ url = "https://files.pythonhosted.org/packages/40/7a/9af0bfd48784e80eef3eb6fd6fde96fe706b4fc156751ce1b2b965dada70/cryptography-45.0.3-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:ca932e11218bcc9ef812aa497cdf669484870ecbcf2d99b765d6c27a86000942", size = 4209173, upload-time = "2025-05-25T14:16:18.163Z" },
|
375
|
+
{ url = "https://files.pythonhosted.org/packages/31/5f/d6f8753c8708912df52e67969e80ef70b8e8897306cd9eb8b98201f8c184/cryptography-45.0.3-cp311-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:af3f92b1dc25621f5fad065288a44ac790c5798e986a34d393ab27d2b27fcff9", size = 3898150, upload-time = "2025-05-25T14:16:20.34Z" },
|
376
|
+
{ url = "https://files.pythonhosted.org/packages/8b/50/f256ab79c671fb066e47336706dc398c3b1e125f952e07d54ce82cf4011a/cryptography-45.0.3-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:2f8f8f0b73b885ddd7f3d8c2b2234a7d3ba49002b0223f58cfde1bedd9563c56", size = 4466473, upload-time = "2025-05-25T14:16:22.605Z" },
|
377
|
+
{ url = "https://files.pythonhosted.org/packages/62/e7/312428336bb2df0848d0768ab5a062e11a32d18139447a76dfc19ada8eed/cryptography-45.0.3-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:9cc80ce69032ffa528b5e16d217fa4d8d4bb7d6ba8659c1b4d74a1b0f4235fca", size = 4211890, upload-time = "2025-05-25T14:16:24.738Z" },
|
378
|
+
{ url = "https://files.pythonhosted.org/packages/e7/53/8a130e22c1e432b3c14896ec5eb7ac01fb53c6737e1d705df7e0efb647c6/cryptography-45.0.3-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:c824c9281cb628015bfc3c59335163d4ca0540d49de4582d6c2637312907e4b1", size = 4466300, upload-time = "2025-05-25T14:16:26.768Z" },
|
379
|
+
{ url = "https://files.pythonhosted.org/packages/ba/75/6bb6579688ef805fd16a053005fce93944cdade465fc92ef32bbc5c40681/cryptography-45.0.3-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:5833bb4355cb377ebd880457663a972cd044e7f49585aee39245c0d592904578", size = 4332483, upload-time = "2025-05-25T14:16:28.316Z" },
|
380
|
+
{ url = "https://files.pythonhosted.org/packages/2f/11/2538f4e1ce05c6c4f81f43c1ef2bd6de7ae5e24ee284460ff6c77e42ca77/cryptography-45.0.3-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:9bb5bf55dcb69f7067d80354d0a348368da907345a2c448b0babc4215ccd3497", size = 4573714, upload-time = "2025-05-25T14:16:30.474Z" },
|
381
|
+
{ url = "https://files.pythonhosted.org/packages/f5/bb/e86e9cf07f73a98d84a4084e8fd420b0e82330a901d9cac8149f994c3417/cryptography-45.0.3-cp311-abi3-win32.whl", hash = "sha256:3ad69eeb92a9de9421e1f6685e85a10fbcfb75c833b42cc9bc2ba9fb00da4710", size = 2934752, upload-time = "2025-05-25T14:16:32.204Z" },
|
382
|
+
{ url = "https://files.pythonhosted.org/packages/c7/75/063bc9ddc3d1c73e959054f1fc091b79572e716ef74d6caaa56e945b4af9/cryptography-45.0.3-cp311-abi3-win_amd64.whl", hash = "sha256:97787952246a77d77934d41b62fb1b6f3581d83f71b44796a4158d93b8f5c490", size = 3412465, upload-time = "2025-05-25T14:16:33.888Z" },
|
383
|
+
{ url = "https://files.pythonhosted.org/packages/71/9b/04ead6015229a9396890d7654ee35ef630860fb42dc9ff9ec27f72157952/cryptography-45.0.3-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:c92519d242703b675ccefd0f0562eb45e74d438e001f8ab52d628e885751fb06", size = 7031892, upload-time = "2025-05-25T14:16:36.214Z" },
|
384
|
+
{ url = "https://files.pythonhosted.org/packages/46/c7/c7d05d0e133a09fc677b8a87953815c522697bdf025e5cac13ba419e7240/cryptography-45.0.3-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c5edcb90da1843df85292ef3a313513766a78fbbb83f584a5a58fb001a5a9d57", size = 4196181, upload-time = "2025-05-25T14:16:37.934Z" },
|
385
|
+
{ url = "https://files.pythonhosted.org/packages/08/7a/6ad3aa796b18a683657cef930a986fac0045417e2dc428fd336cfc45ba52/cryptography-45.0.3-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:38deed72285c7ed699864f964a3f4cf11ab3fb38e8d39cfcd96710cd2b5bb716", size = 4423370, upload-time = "2025-05-25T14:16:39.502Z" },
|
386
|
+
{ url = "https://files.pythonhosted.org/packages/4f/58/ec1461bfcb393525f597ac6a10a63938d18775b7803324072974b41a926b/cryptography-45.0.3-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:5555365a50efe1f486eed6ac7062c33b97ccef409f5970a0b6f205a7cfab59c8", size = 4197839, upload-time = "2025-05-25T14:16:41.322Z" },
|
387
|
+
{ url = "https://files.pythonhosted.org/packages/d4/3d/5185b117c32ad4f40846f579369a80e710d6146c2baa8ce09d01612750db/cryptography-45.0.3-cp37-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:9e4253ed8f5948a3589b3caee7ad9a5bf218ffd16869c516535325fece163dcc", size = 3886324, upload-time = "2025-05-25T14:16:43.041Z" },
|
388
|
+
{ url = "https://files.pythonhosted.org/packages/67/85/caba91a57d291a2ad46e74016d1f83ac294f08128b26e2a81e9b4f2d2555/cryptography-45.0.3-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:cfd84777b4b6684955ce86156cfb5e08d75e80dc2585e10d69e47f014f0a5342", size = 4450447, upload-time = "2025-05-25T14:16:44.759Z" },
|
389
|
+
{ url = "https://files.pythonhosted.org/packages/ae/d1/164e3c9d559133a38279215c712b8ba38e77735d3412f37711b9f8f6f7e0/cryptography-45.0.3-cp37-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:a2b56de3417fd5f48773ad8e91abaa700b678dc7fe1e0c757e1ae340779acf7b", size = 4200576, upload-time = "2025-05-25T14:16:46.438Z" },
|
390
|
+
{ url = "https://files.pythonhosted.org/packages/71/7a/e002d5ce624ed46dfc32abe1deff32190f3ac47ede911789ee936f5a4255/cryptography-45.0.3-cp37-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:57a6500d459e8035e813bd8b51b671977fb149a8c95ed814989da682314d0782", size = 4450308, upload-time = "2025-05-25T14:16:48.228Z" },
|
391
|
+
{ url = "https://files.pythonhosted.org/packages/87/ad/3fbff9c28cf09b0a71e98af57d74f3662dea4a174b12acc493de00ea3f28/cryptography-45.0.3-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:f22af3c78abfbc7cbcdf2c55d23c3e022e1a462ee2481011d518c7fb9c9f3d65", size = 4325125, upload-time = "2025-05-25T14:16:49.844Z" },
|
392
|
+
{ url = "https://files.pythonhosted.org/packages/f5/b4/51417d0cc01802304c1984d76e9592f15e4801abd44ef7ba657060520bf0/cryptography-45.0.3-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:232954730c362638544758a8160c4ee1b832dc011d2c41a306ad8f7cccc5bb0b", size = 4560038, upload-time = "2025-05-25T14:16:51.398Z" },
|
393
|
+
{ url = "https://files.pythonhosted.org/packages/80/38/d572f6482d45789a7202fb87d052deb7a7b136bf17473ebff33536727a2c/cryptography-45.0.3-cp37-abi3-win32.whl", hash = "sha256:cb6ab89421bc90e0422aca911c69044c2912fc3debb19bb3c1bfe28ee3dff6ab", size = 2924070, upload-time = "2025-05-25T14:16:53.472Z" },
|
394
|
+
{ url = "https://files.pythonhosted.org/packages/91/5a/61f39c0ff4443651cc64e626fa97ad3099249152039952be8f344d6b0c86/cryptography-45.0.3-cp37-abi3-win_amd64.whl", hash = "sha256:d54ae41e6bd70ea23707843021c778f151ca258081586f0cfa31d936ae43d1b2", size = 3395005, upload-time = "2025-05-25T14:16:55.134Z" },
|
392
395
|
]
|
393
396
|
|
394
397
|
[[package]]
|
@@ -561,11 +564,11 @@ wheels = [
|
|
561
564
|
|
562
565
|
[[package]]
|
563
566
|
name = "identify"
|
564
|
-
version = "2.6.
|
567
|
+
version = "2.6.12"
|
565
568
|
source = { registry = "https://pypi.org/simple" }
|
566
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
569
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a2/88/d193a27416618628a5eea64e3223acd800b40749a96ffb322a9b55a49ed1/identify-2.6.12.tar.gz", hash = "sha256:d8de45749f1efb108badef65ee8386f0f7bb19a7f26185f74de6367bffbaf0e6", size = 99254, upload-time = "2025-05-23T20:37:53.3Z" }
|
567
570
|
wheels = [
|
568
|
-
{ url = "https://files.pythonhosted.org/packages/
|
571
|
+
{ url = "https://files.pythonhosted.org/packages/7a/cd/18f8da995b658420625f7ef13f037be53ae04ec5ad33f9b718240dcfd48c/identify-2.6.12-py2.py3-none-any.whl", hash = "sha256:ad9672d5a72e0d2ff7c5c8809b62dfa60458626352fb0eb7b55e69bdc45334a2", size = 99145, upload-time = "2025-05-23T20:37:51.495Z" },
|
569
572
|
]
|
570
573
|
|
571
574
|
[[package]]
|
@@ -894,6 +897,8 @@ wheels = [
|
|
894
897
|
{ url = "https://files.pythonhosted.org/packages/82/78/fe4e0c62e288542c5f2deae5f494c046d2224ed6c4fe285f5c5a09c5354f/pycares-4.8.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:fb3feae38458005cc101956e38f16eb3145fff8cd793e35cd4bdef6bf1aa2623", size = 665523, upload-time = "2025-05-04T11:27:01.84Z" },
|
895
898
|
{ url = "https://files.pythonhosted.org/packages/0c/c0/70456b953f126e2e708a94dfd15a6830fdeaaf2920e28121264fa5827abd/pycares-4.8.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:14bc28aeaa66b0f4331ac94455e8043c8a06b3faafd78cc49d4b677bae0d0b08", size = 648129, upload-time = "2025-05-04T11:27:03.379Z" },
|
896
899
|
{ url = "https://files.pythonhosted.org/packages/59/57/5ee116ba629e76313efe00b912130ac35ada5a89c154af4186f293c69580/pycares-4.8.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:62c82b871470f2864a1febf7b96bb1d108ce9063e6d3d43727e8a46f0028a456", size = 622970, upload-time = "2025-05-04T11:27:04.58Z" },
|
900
|
+
{ url = "https://files.pythonhosted.org/packages/02/be/ecfe41f3fffaf5e87308a2d1c6d6182865690ddff359be470c57726cded0/pycares-4.8.0-cp313-cp313-win32.whl", hash = "sha256:01afa8964c698c8f548b46d726f766aa7817b2d4386735af1f7996903d724920", size = 116727, upload-time = "2025-05-04T11:27:06.153Z" },
|
901
|
+
{ url = "https://files.pythonhosted.org/packages/cb/7d/f9ff1066d3b2db0d2b98188e4f30526b56de0787e99b5fdea3106595173b/pycares-4.8.0-cp313-cp313-win_amd64.whl", hash = "sha256:22f86f81b12ab17b0a7bd0da1e27938caaed11715225c1168763af97f8bb51a7", size = 141961, upload-time = "2025-05-04T11:27:07.074Z" },
|
897
902
|
]
|
898
903
|
|
899
904
|
[[package]]
|
@@ -937,7 +942,7 @@ wheels = [
|
|
937
942
|
|
938
943
|
[[package]]
|
939
944
|
name = "pydantic"
|
940
|
-
version = "2.11.
|
945
|
+
version = "2.11.5"
|
941
946
|
source = { registry = "https://pypi.org/simple" }
|
942
947
|
dependencies = [
|
943
948
|
{ name = "annotated-types" },
|
@@ -945,9 +950,9 @@ dependencies = [
|
|
945
950
|
{ name = "typing-extensions" },
|
946
951
|
{ name = "typing-inspection" },
|
947
952
|
]
|
948
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
953
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz", hash = "sha256:7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a", size = 787102, upload-time = "2025-05-22T21:18:08.761Z" }
|
949
954
|
wheels = [
|
950
|
-
{ url = "https://files.pythonhosted.org/packages/
|
955
|
+
{ url = "https://files.pythonhosted.org/packages/b5/69/831ed22b38ff9b4b64b66569f0e5b7b97cf3638346eb95a2147fdb49ad5f/pydantic-2.11.5-py3-none-any.whl", hash = "sha256:f9c26ba06f9747749ca1e5c94d6a85cb84254577553c8785576fd38fa64dc0f7", size = 444229, upload-time = "2025-05-22T21:18:06.329Z" },
|
951
956
|
]
|
952
957
|
|
953
958
|
[package.optional-dependencies]
|
@@ -1022,15 +1027,15 @@ wheels = [
|
|
1022
1027
|
|
1023
1028
|
[[package]]
|
1024
1029
|
name = "pyright"
|
1025
|
-
version = "1.1.
|
1030
|
+
version = "1.1.401"
|
1026
1031
|
source = { registry = "https://pypi.org/simple" }
|
1027
1032
|
dependencies = [
|
1028
1033
|
{ name = "nodeenv" },
|
1029
1034
|
{ name = "typing-extensions" },
|
1030
1035
|
]
|
1031
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1036
|
+
sdist = { url = "https://files.pythonhosted.org/packages/79/9a/7ab2b333b921b2d6bfcffe05a0e0a0bbeff884bd6fb5ed50cd68e2898e53/pyright-1.1.401.tar.gz", hash = "sha256:788a82b6611fa5e34a326a921d86d898768cddf59edde8e93e56087d277cc6f1", size = 3894193, upload-time = "2025-05-21T10:44:52.03Z" }
|
1032
1037
|
wheels = [
|
1033
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1038
|
+
{ url = "https://files.pythonhosted.org/packages/0d/e6/1f908fce68b0401d41580e0f9acc4c3d1b248adcff00dfaad75cd21a1370/pyright-1.1.401-py3-none-any.whl", hash = "sha256:6fde30492ba5b0d7667c16ecaf6c699fab8d7a1263f6a18549e0b00bf7724c06", size = 5629193, upload-time = "2025-05-21T10:44:50.129Z" },
|
1034
1039
|
]
|
1035
1040
|
|
1036
1041
|
[[package]]
|
@@ -1144,7 +1149,7 @@ testing = [
|
|
1144
1149
|
|
1145
1150
|
[package.metadata]
|
1146
1151
|
requires-dist = [
|
1147
|
-
{ name = "aiohttp", extras = ["speedups"], specifier = "~=3.
|
1152
|
+
{ name = "aiohttp", extras = ["speedups"], specifier = "~=3.12.0" },
|
1148
1153
|
{ name = "asyncpg", specifier = "~=0.30.0" },
|
1149
1154
|
{ name = "fastapi-users", extras = ["sqlalchemy"], specifier = "~=14.0.1" },
|
1150
1155
|
{ name = "fastapi-users-db-sqlalchemy", specifier = "~=7.0.0" },
|
@@ -1152,7 +1157,7 @@ requires-dist = [
|
|
1152
1157
|
{ name = "minio", specifier = "~=7.2.15" },
|
1153
1158
|
{ name = "msgpack", specifier = "~=1.1.0" },
|
1154
1159
|
{ name = "msgspec", specifier = "~=0.19.0" },
|
1155
|
-
{ name = "pydantic", extras = ["email"], specifier = "~=2.11.
|
1160
|
+
{ name = "pydantic", extras = ["email"], specifier = "~=2.11.5" },
|
1156
1161
|
{ name = "pydantic-settings", specifier = "~=2.9.1" },
|
1157
1162
|
{ name = "python-jose", specifier = "==3.4.0" },
|
1158
1163
|
{ name = "sqlalchemy", extras = ["asyncio"], specifier = "~=2.0.40" },
|
@@ -1165,10 +1170,10 @@ dev = [
|
|
1165
1170
|
{ name = "build" },
|
1166
1171
|
{ name = "pip", specifier = "==25.1.1" },
|
1167
1172
|
{ name = "pre-commit", specifier = "==4.2.0" },
|
1168
|
-
{ name = "pyright", specifier = "==1.1.
|
1169
|
-
{ name = "ruff", specifier = "==0.11.
|
1173
|
+
{ name = "pyright", specifier = "==1.1.401" },
|
1174
|
+
{ name = "ruff", specifier = "==0.11.11" },
|
1170
1175
|
{ name = "setuptools", specifier = "==80.8.0" },
|
1171
|
-
{ name = "setuptools-scm" },
|
1176
|
+
{ name = "setuptools-scm", specifier = "==8.3.1" },
|
1172
1177
|
{ name = "wheel", specifier = "==0.45.1" },
|
1173
1178
|
]
|
1174
1179
|
testing = [
|
@@ -1256,27 +1261,27 @@ wheels = [
|
|
1256
1261
|
|
1257
1262
|
[[package]]
|
1258
1263
|
name = "ruff"
|
1259
|
-
version = "0.11.
|
1260
|
-
source = { registry = "https://pypi.org/simple" }
|
1261
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1262
|
-
wheels = [
|
1263
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1264
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1265
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1266
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1267
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1268
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1269
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1270
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1271
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1272
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1273
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1274
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1275
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1276
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1277
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1278
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1279
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1264
|
+
version = "0.11.11"
|
1265
|
+
source = { registry = "https://pypi.org/simple" }
|
1266
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b2/53/ae4857030d59286924a8bdb30d213d6ff22d8f0957e738d0289990091dd8/ruff-0.11.11.tar.gz", hash = "sha256:7774173cc7c1980e6bf67569ebb7085989a78a103922fb83ef3dfe230cd0687d", size = 4186707, upload-time = "2025-05-22T19:19:34.363Z" }
|
1267
|
+
wheels = [
|
1268
|
+
{ url = "https://files.pythonhosted.org/packages/b1/14/f2326676197bab099e2a24473158c21656fbf6a207c65f596ae15acb32b9/ruff-0.11.11-py3-none-linux_armv6l.whl", hash = "sha256:9924e5ae54125ed8958a4f7de320dab7380f6e9fa3195e3dc3b137c6842a0092", size = 10229049, upload-time = "2025-05-22T19:18:45.516Z" },
|
1269
|
+
{ url = "https://files.pythonhosted.org/packages/9a/f3/bff7c92dd66c959e711688b2e0768e486bbca46b2f35ac319bb6cce04447/ruff-0.11.11-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:c8a93276393d91e952f790148eb226658dd275cddfde96c6ca304873f11d2ae4", size = 11053601, upload-time = "2025-05-22T19:18:49.269Z" },
|
1270
|
+
{ url = "https://files.pythonhosted.org/packages/e2/38/8e1a3efd0ef9d8259346f986b77de0f62c7a5ff4a76563b6b39b68f793b9/ruff-0.11.11-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d6e333dbe2e6ae84cdedefa943dfd6434753ad321764fd937eef9d6b62022bcd", size = 10367421, upload-time = "2025-05-22T19:18:51.754Z" },
|
1271
|
+
{ url = "https://files.pythonhosted.org/packages/b4/50/557ad9dd4fb9d0bf524ec83a090a3932d284d1a8b48b5906b13b72800e5f/ruff-0.11.11-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7885d9a5e4c77b24e8c88aba8c80be9255fa22ab326019dac2356cff42089fc6", size = 10581980, upload-time = "2025-05-22T19:18:54.011Z" },
|
1272
|
+
{ url = "https://files.pythonhosted.org/packages/c4/b2/e2ed82d6e2739ece94f1bdbbd1d81b712d3cdaf69f0a1d1f1a116b33f9ad/ruff-0.11.11-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1b5ab797fcc09121ed82e9b12b6f27e34859e4227080a42d090881be888755d4", size = 10089241, upload-time = "2025-05-22T19:18:56.041Z" },
|
1273
|
+
{ url = "https://files.pythonhosted.org/packages/3d/9f/b4539f037a5302c450d7c695c82f80e98e48d0d667ecc250e6bdeb49b5c3/ruff-0.11.11-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e231ff3132c1119ece836487a02785f099a43992b95c2f62847d29bace3c75ac", size = 11699398, upload-time = "2025-05-22T19:18:58.248Z" },
|
1274
|
+
{ url = "https://files.pythonhosted.org/packages/61/fb/32e029d2c0b17df65e6eaa5ce7aea5fbeaed22dddd9fcfbbf5fe37c6e44e/ruff-0.11.11-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:a97c9babe1d4081037a90289986925726b802d180cca784ac8da2bbbc335f709", size = 12427955, upload-time = "2025-05-22T19:19:00.981Z" },
|
1275
|
+
{ url = "https://files.pythonhosted.org/packages/6e/e3/160488dbb11f18c8121cfd588e38095ba779ae208292765972f7732bfd95/ruff-0.11.11-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d8c4ddcbe8a19f59f57fd814b8b117d4fcea9bee7c0492e6cf5fdc22cfa563c8", size = 12069803, upload-time = "2025-05-22T19:19:03.258Z" },
|
1276
|
+
{ url = "https://files.pythonhosted.org/packages/ff/16/3b006a875f84b3d0bff24bef26b8b3591454903f6f754b3f0a318589dcc3/ruff-0.11.11-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6224076c344a7694c6fbbb70d4f2a7b730f6d47d2a9dc1e7f9d9bb583faf390b", size = 11242630, upload-time = "2025-05-22T19:19:05.871Z" },
|
1277
|
+
{ url = "https://files.pythonhosted.org/packages/65/0d/0338bb8ac0b97175c2d533e9c8cdc127166de7eb16d028a43c5ab9e75abd/ruff-0.11.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:882821fcdf7ae8db7a951df1903d9cb032bbe838852e5fc3c2b6c3ab54e39875", size = 11507310, upload-time = "2025-05-22T19:19:08.584Z" },
|
1278
|
+
{ url = "https://files.pythonhosted.org/packages/6f/bf/d7130eb26174ce9b02348b9f86d5874eafbf9f68e5152e15e8e0a392e4a3/ruff-0.11.11-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:dcec2d50756463d9df075a26a85a6affbc1b0148873da3997286caf1ce03cae1", size = 10441144, upload-time = "2025-05-22T19:19:13.621Z" },
|
1279
|
+
{ url = "https://files.pythonhosted.org/packages/b3/f3/4be2453b258c092ff7b1761987cf0749e70ca1340cd1bfb4def08a70e8d8/ruff-0.11.11-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:99c28505ecbaeb6594701a74e395b187ee083ee26478c1a795d35084d53ebd81", size = 10081987, upload-time = "2025-05-22T19:19:15.821Z" },
|
1280
|
+
{ url = "https://files.pythonhosted.org/packages/6c/6e/dfa4d2030c5b5c13db158219f2ec67bf333e8a7748dccf34cfa2a6ab9ebc/ruff-0.11.11-py3-none-musllinux_1_2_i686.whl", hash = "sha256:9263f9e5aa4ff1dec765e99810f1cc53f0c868c5329b69f13845f699fe74f639", size = 11073922, upload-time = "2025-05-22T19:19:18.104Z" },
|
1281
|
+
{ url = "https://files.pythonhosted.org/packages/ff/f4/f7b0b0c3d32b593a20ed8010fa2c1a01f2ce91e79dda6119fcc51d26c67b/ruff-0.11.11-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:64ac6f885e3ecb2fdbb71de2701d4e34526651f1e8503af8fb30d4915a3fe345", size = 11568537, upload-time = "2025-05-22T19:19:20.889Z" },
|
1282
|
+
{ url = "https://files.pythonhosted.org/packages/d2/46/0e892064d0adc18bcc81deed9aaa9942a27fd2cd9b1b7791111ce468c25f/ruff-0.11.11-py3-none-win32.whl", hash = "sha256:1adcb9a18802268aaa891ffb67b1c94cd70578f126637118e8099b8e4adcf112", size = 10536492, upload-time = "2025-05-22T19:19:23.642Z" },
|
1283
|
+
{ url = "https://files.pythonhosted.org/packages/1b/d9/232e79459850b9f327e9f1dc9c047a2a38a6f9689e1ec30024841fc4416c/ruff-0.11.11-py3-none-win_amd64.whl", hash = "sha256:748b4bb245f11e91a04a4ff0f96e386711df0a30412b9fe0c74d5bdc0e4a531f", size = 11612562, upload-time = "2025-05-22T19:19:27.013Z" },
|
1284
|
+
{ url = "https://files.pythonhosted.org/packages/ce/eb/09c132cff3cc30b2e7244191dcce69437352d6d6709c0adf374f3e6f476e/ruff-0.11.11-py3-none-win_arm64.whl", hash = "sha256:6c51f136c0364ab1b774767aa8b86331bd8e9d414e2d107db7a2189f35ea1f7b", size = 10735951, upload-time = "2025-05-22T19:19:30.043Z" },
|
1280
1285
|
]
|
1281
1286
|
|
1282
1287
|
[[package]]
|
@@ -1368,14 +1373,14 @@ wheels = [
|
|
1368
1373
|
|
1369
1374
|
[[package]]
|
1370
1375
|
name = "typing-inspection"
|
1371
|
-
version = "0.4.
|
1376
|
+
version = "0.4.1"
|
1372
1377
|
source = { registry = "https://pypi.org/simple" }
|
1373
1378
|
dependencies = [
|
1374
1379
|
{ name = "typing-extensions" },
|
1375
1380
|
]
|
1376
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1381
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz", hash = "sha256:6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28", size = 75726, upload-time = "2025-05-21T18:55:23.885Z" }
|
1377
1382
|
wheels = [
|
1378
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1383
|
+
{ url = "https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl", hash = "sha256:389055682238f53b04f7badcb49b989835495a96700ced5dab2d8feae4b26f51", size = 14552, upload-time = "2025-05-21T18:55:22.152Z" },
|
1379
1384
|
]
|
1380
1385
|
|
1381
1386
|
[[package]]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
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.8.26 → python3_commons-0.8.28}/src/python3_commons/serializers/__init__.py
RENAMED
File without changes
|
File without changes
|
{python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/serializers/msgpack.py
RENAMED
File without changes
|
{python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons/serializers/msgspec.py
RENAMED
File without changes
|
File without changes
|
{python3_commons-0.8.26 → python3_commons-0.8.28}/src/python3_commons.egg-info/dependency_links.txt
RENAMED
File without changes
|
{python3_commons-0.8.26 → python3_commons-0.8.28}/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
|