python3-commons 0.12.5__tar.gz → 0.12.7__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.
Potentially problematic release.
This version of python3-commons might be problematic. Click here for more details.
- {python3_commons-0.12.5 → python3_commons-0.12.7}/.pre-commit-config.yaml +2 -2
- {python3_commons-0.12.5/src/python3_commons.egg-info → python3_commons-0.12.7}/PKG-INFO +2 -2
- {python3_commons-0.12.5 → python3_commons-0.12.7}/pyproject.toml +1 -1
- {python3_commons-0.12.5 → python3_commons-0.12.7/src/python3_commons.egg-info}/PKG-INFO +2 -2
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons.egg-info/requires.txt +1 -1
- {python3_commons-0.12.5 → python3_commons-0.12.7}/uv.lock +48 -38
- {python3_commons-0.12.5 → python3_commons-0.12.7}/.coveragerc +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/.gitignore +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/.python-version +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/AUTHORS.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/CHANGELOG.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/LICENSE +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/README.md +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/README.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/docs/Makefile +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/docs/_static/.gitignore +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/docs/authors.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/docs/changelog.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/docs/conf.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/docs/index.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/docs/license.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/setup.cfg +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/tests/__init__.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/tests/conftest.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/tests/test_audit.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/tests/test_cache.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/tests/test_helpers.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/tests/test_msgpack.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.7}/tests/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.9.
|
|
3
|
+
rev: 0.9.5
|
|
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.14.
|
|
9
|
+
rev: v0.14.2
|
|
10
10
|
hooks:
|
|
11
11
|
# Run the linter.
|
|
12
12
|
- id: ruff-check
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.7
|
|
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
|
|
@@ -16,7 +16,7 @@ Requires-Dist: aiobotocore~=2.25.0
|
|
|
16
16
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.12.0
|
|
17
17
|
Requires-Dist: asyncpg~=0.30.0
|
|
18
18
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
|
19
|
-
Requires-Dist: fastapi-users[sqlalchemy]~=
|
|
19
|
+
Requires-Dist: fastapi-users[sqlalchemy]~=15.0.1
|
|
20
20
|
Requires-Dist: lxml~=6.0.2
|
|
21
21
|
Requires-Dist: msgpack~=1.1.2
|
|
22
22
|
Requires-Dist: msgspec~=0.19.0
|
|
@@ -22,7 +22,7 @@ dependencies = [
|
|
|
22
22
|
"aiohttp[speedups]>=3.12.0,<3.15.0",
|
|
23
23
|
"asyncpg~=0.30.0",
|
|
24
24
|
"fastapi-users-db-sqlalchemy~=7.0.0",
|
|
25
|
-
"fastapi-users[sqlalchemy]~=
|
|
25
|
+
"fastapi-users[sqlalchemy]~=15.0.1",
|
|
26
26
|
"lxml~=6.0.2",
|
|
27
27
|
"msgpack~=1.1.2",
|
|
28
28
|
"msgspec~=0.19.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.7
|
|
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
|
|
@@ -16,7 +16,7 @@ Requires-Dist: aiobotocore~=2.25.0
|
|
|
16
16
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.12.0
|
|
17
17
|
Requires-Dist: asyncpg~=0.30.0
|
|
18
18
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
|
19
|
-
Requires-Dist: fastapi-users[sqlalchemy]~=
|
|
19
|
+
Requires-Dist: fastapi-users[sqlalchemy]~=15.0.1
|
|
20
20
|
Requires-Dist: lxml~=6.0.2
|
|
21
21
|
Requires-Dist: msgpack~=1.1.2
|
|
22
22
|
Requires-Dist: msgspec~=0.19.0
|
|
@@ -142,6 +142,15 @@ wheels = [
|
|
|
142
142
|
{ url = "https://files.pythonhosted.org/packages/fb/76/641ae371508676492379f16e2fa48f4e2c11741bd63c48be4b12a6b09cba/aiosignal-1.4.0-py3-none-any.whl", hash = "sha256:053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e", size = 7490, upload-time = "2025-07-03T22:54:42.156Z" },
|
|
143
143
|
]
|
|
144
144
|
|
|
145
|
+
[[package]]
|
|
146
|
+
name = "annotated-doc"
|
|
147
|
+
version = "0.0.3"
|
|
148
|
+
source = { registry = "https://pypi.org/simple" }
|
|
149
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d7/a6/dc46877b911e40c00d395771ea710d5e77b6de7bacd5fdcd78d70cc5a48f/annotated_doc-0.0.3.tar.gz", hash = "sha256:e18370014c70187422c33e945053ff4c286f453a984eba84d0dbfa0c935adeda", size = 5535, upload-time = "2025-10-24T14:57:10.718Z" }
|
|
150
|
+
wheels = [
|
|
151
|
+
{ url = "https://files.pythonhosted.org/packages/02/b7/cf592cb5de5cb3bade3357f8d2cf42bf103bbe39f459824b4939fd212911/annotated_doc-0.0.3-py3-none-any.whl", hash = "sha256:348ec6664a76f1fd3be81f43dffbee4c7e8ce931ba71ec67cc7f4ade7fbbb580", size = 5488, upload-time = "2025-10-24T14:57:09.462Z" },
|
|
152
|
+
]
|
|
153
|
+
|
|
145
154
|
[[package]]
|
|
146
155
|
name = "annotated-types"
|
|
147
156
|
version = "0.7.0"
|
|
@@ -647,34 +656,35 @@ wheels = [
|
|
|
647
656
|
|
|
648
657
|
[[package]]
|
|
649
658
|
name = "email-validator"
|
|
650
|
-
version = "2.
|
|
659
|
+
version = "2.3.0"
|
|
651
660
|
source = { registry = "https://pypi.org/simple" }
|
|
652
661
|
dependencies = [
|
|
653
662
|
{ name = "dnspython" },
|
|
654
663
|
{ name = "idna" },
|
|
655
664
|
]
|
|
656
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
665
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f5/22/900cb125c76b7aaa450ce02fd727f452243f2e91a61af068b40adba60ea9/email_validator-2.3.0.tar.gz", hash = "sha256:9fc05c37f2f6cf439ff414f8fc46d917929974a82244c20eb10231ba60c54426", size = 51238, upload-time = "2025-08-26T13:09:06.831Z" }
|
|
657
666
|
wheels = [
|
|
658
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
667
|
+
{ url = "https://files.pythonhosted.org/packages/de/15/545e2b6cf2e3be84bc1ed85613edd75b8aea69807a71c26f4ca6a9258e82/email_validator-2.3.0-py3-none-any.whl", hash = "sha256:80f13f623413e6b197ae73bb10bf4eb0908faf509ad8362c5edeb0be7fd450b4", size = 35604, upload-time = "2025-08-26T13:09:05.858Z" },
|
|
659
668
|
]
|
|
660
669
|
|
|
661
670
|
[[package]]
|
|
662
671
|
name = "fastapi"
|
|
663
|
-
version = "0.
|
|
672
|
+
version = "0.120.0"
|
|
664
673
|
source = { registry = "https://pypi.org/simple" }
|
|
665
674
|
dependencies = [
|
|
675
|
+
{ name = "annotated-doc" },
|
|
666
676
|
{ name = "pydantic" },
|
|
667
677
|
{ name = "starlette" },
|
|
668
678
|
{ name = "typing-extensions" },
|
|
669
679
|
]
|
|
670
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
680
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f7/0e/7f29e8f7219e4526747db182e1afb5a4b6abc3201768fb38d81fa2536241/fastapi-0.120.0.tar.gz", hash = "sha256:6ce2c1cfb7000ac14ffd8ddb2bc12e62d023a36c20ec3710d09d8e36fab177a0", size = 337603, upload-time = "2025-10-23T20:56:34.743Z" }
|
|
671
681
|
wheels = [
|
|
672
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
682
|
+
{ url = "https://files.pythonhosted.org/packages/1d/60/7a639ceaba54aec4e1d5676498c568abc654b95762d456095b6cb529b1ca/fastapi-0.120.0-py3-none-any.whl", hash = "sha256:84009182e530c47648da2f07eb380b44b69889a4acfd9e9035ee4605c5cfc469", size = 108243, upload-time = "2025-10-23T20:56:33.281Z" },
|
|
673
683
|
]
|
|
674
684
|
|
|
675
685
|
[[package]]
|
|
676
686
|
name = "fastapi-users"
|
|
677
|
-
version = "
|
|
687
|
+
version = "15.0.1"
|
|
678
688
|
source = { registry = "https://pypi.org/simple" }
|
|
679
689
|
dependencies = [
|
|
680
690
|
{ name = "email-validator" },
|
|
@@ -684,9 +694,9 @@ dependencies = [
|
|
|
684
694
|
{ name = "pyjwt", extra = ["crypto"] },
|
|
685
695
|
{ name = "python-multipart" },
|
|
686
696
|
]
|
|
687
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
697
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fa/ea/6c0ba809f29d22ad53ab25bbae4408f00b0a3375b71bd21c39dcc3a16044/fastapi_users-15.0.1.tar.gz", hash = "sha256:c822755c1288740a919636d3463797e54df91b53c1c6f4917693d499867d21a7", size = 120916, upload-time = "2025-10-25T06:52:45.735Z" }
|
|
688
698
|
wheels = [
|
|
689
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
699
|
+
{ url = "https://files.pythonhosted.org/packages/59/7f/1bff91a48e755e659d0505f597a8e010ec92059f2219a838fd15887a89b2/fastapi_users-15.0.1-py3-none-any.whl", hash = "sha256:6f637eb2fc80be6bba396b77dded30fe4c22fa943349d2e0a1647894f8b21c16", size = 38624, upload-time = "2025-10-25T06:52:44.119Z" },
|
|
690
700
|
]
|
|
691
701
|
|
|
692
702
|
[package.optional-dependencies]
|
|
@@ -1103,11 +1113,11 @@ wheels = [
|
|
|
1103
1113
|
|
|
1104
1114
|
[[package]]
|
|
1105
1115
|
name = "pip"
|
|
1106
|
-
version = "25.
|
|
1116
|
+
version = "25.3"
|
|
1107
1117
|
source = { registry = "https://pypi.org/simple" }
|
|
1108
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1118
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fe/6e/74a3f0179a4a73a53d66ce57fdb4de0080a8baa1de0063de206d6167acc2/pip-25.3.tar.gz", hash = "sha256:8d0538dbbd7babbd207f261ed969c65de439f6bc9e5dbd3b3b9a77f25d95f343", size = 1803014, upload-time = "2025-10-25T00:55:41.394Z" }
|
|
1109
1119
|
wheels = [
|
|
1110
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1120
|
+
{ url = "https://files.pythonhosted.org/packages/44/3c/d717024885424591d5376220b5e836c2d5293ce2011523c9de23ff7bf068/pip-25.3-py3-none-any.whl", hash = "sha256:9655943313a94722b7774661c21049070f6bbb0a1516bf02f7c8d5d9201514cd", size = 1778622, upload-time = "2025-10-25T00:55:39.247Z" },
|
|
1111
1121
|
]
|
|
1112
1122
|
|
|
1113
1123
|
[[package]]
|
|
@@ -1415,15 +1425,15 @@ wheels = [
|
|
|
1415
1425
|
|
|
1416
1426
|
[[package]]
|
|
1417
1427
|
name = "pyright"
|
|
1418
|
-
version = "1.1.
|
|
1428
|
+
version = "1.1.407"
|
|
1419
1429
|
source = { registry = "https://pypi.org/simple" }
|
|
1420
1430
|
dependencies = [
|
|
1421
1431
|
{ name = "nodeenv" },
|
|
1422
1432
|
{ name = "typing-extensions" },
|
|
1423
1433
|
]
|
|
1424
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1434
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a6/1b/0aa08ee42948b61745ac5b5b5ccaec4669e8884b53d31c8ec20b2fcd6b6f/pyright-1.1.407.tar.gz", hash = "sha256:099674dba5c10489832d4a4b2d302636152a9a42d317986c38474c76fe562262", size = 4122872, upload-time = "2025-10-24T23:17:15.145Z" }
|
|
1425
1435
|
wheels = [
|
|
1426
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1436
|
+
{ url = "https://files.pythonhosted.org/packages/dc/93/b69052907d032b00c40cb656d21438ec00b3a471733de137a3f65a49a0a0/pyright-1.1.407-py3-none-any.whl", hash = "sha256:6dd419f54fcc13f03b52285796d65e639786373f433e243f8b94cf93a7444d21", size = 5997008, upload-time = "2025-10-24T23:17:13.159Z" },
|
|
1427
1437
|
]
|
|
1428
1438
|
|
|
1429
1439
|
[[package]]
|
|
@@ -1568,7 +1578,7 @@ requires-dist = [
|
|
|
1568
1578
|
{ name = "aiobotocore", specifier = "~=2.25.0" },
|
|
1569
1579
|
{ name = "aiohttp", extras = ["speedups"], specifier = ">=3.12.0,<3.15.0" },
|
|
1570
1580
|
{ name = "asyncpg", specifier = "~=0.30.0" },
|
|
1571
|
-
{ name = "fastapi-users", extras = ["sqlalchemy"], specifier = "~=
|
|
1581
|
+
{ name = "fastapi-users", extras = ["sqlalchemy"], specifier = "~=15.0.1" },
|
|
1572
1582
|
{ name = "fastapi-users-db-sqlalchemy", specifier = "~=7.0.0" },
|
|
1573
1583
|
{ name = "lxml", specifier = "~=6.0.2" },
|
|
1574
1584
|
{ name = "msgpack", specifier = "~=1.1.2" },
|
|
@@ -1698,28 +1708,28 @@ wheels = [
|
|
|
1698
1708
|
|
|
1699
1709
|
[[package]]
|
|
1700
1710
|
name = "ruff"
|
|
1701
|
-
version = "0.14.
|
|
1702
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1703
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1704
|
-
wheels = [
|
|
1705
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1706
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1707
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1708
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1709
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1710
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1711
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1712
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1713
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1714
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1715
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1716
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1717
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1718
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1719
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1720
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1721
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1722
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1711
|
+
version = "0.14.2"
|
|
1712
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1713
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ee/34/8218a19b2055b80601e8fd201ec723c74c7fe1ca06d525a43ed07b6d8e85/ruff-0.14.2.tar.gz", hash = "sha256:98da787668f239313d9c902ca7c523fe11b8ec3f39345553a51b25abc4629c96", size = 5539663, upload-time = "2025-10-23T19:37:00.956Z" }
|
|
1714
|
+
wheels = [
|
|
1715
|
+
{ url = "https://files.pythonhosted.org/packages/16/dd/23eb2db5ad9acae7c845700493b72d3ae214dce0b226f27df89216110f2b/ruff-0.14.2-py3-none-linux_armv6l.whl", hash = "sha256:7cbe4e593505bdec5884c2d0a4d791a90301bc23e49a6b1eb642dd85ef9c64f1", size = 12533390, upload-time = "2025-10-23T19:36:18.044Z" },
|
|
1716
|
+
{ url = "https://files.pythonhosted.org/packages/5a/8c/5f9acff43ddcf3f85130d0146d0477e28ccecc495f9f684f8f7119b74c0d/ruff-0.14.2-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:8d54b561729cee92f8d89c316ad7a3f9705533f5903b042399b6ae0ddfc62e11", size = 12887187, upload-time = "2025-10-23T19:36:22.664Z" },
|
|
1717
|
+
{ url = "https://files.pythonhosted.org/packages/99/fa/047646491479074029665022e9f3dc6f0515797f40a4b6014ea8474c539d/ruff-0.14.2-py3-none-macosx_11_0_arm64.whl", hash = "sha256:5c8753dfa44ebb2cde10ce5b4d2ef55a41fb9d9b16732a2c5df64620dbda44a3", size = 11925177, upload-time = "2025-10-23T19:36:24.778Z" },
|
|
1718
|
+
{ url = "https://files.pythonhosted.org/packages/15/8b/c44cf7fe6e59ab24a9d939493a11030b503bdc2a16622cede8b7b1df0114/ruff-0.14.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3d0bbeffb8d9f4fccf7b5198d566d0bad99a9cb622f1fc3467af96cb8773c9e3", size = 12358285, upload-time = "2025-10-23T19:36:26.979Z" },
|
|
1719
|
+
{ url = "https://files.pythonhosted.org/packages/45/01/47701b26254267ef40369aea3acb62a7b23e921c27372d127e0f3af48092/ruff-0.14.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7047f0c5a713a401e43a88d36843d9c83a19c584e63d664474675620aaa634a8", size = 12303832, upload-time = "2025-10-23T19:36:29.192Z" },
|
|
1720
|
+
{ url = "https://files.pythonhosted.org/packages/2d/5c/ae7244ca4fbdf2bee9d6405dcd5bc6ae51ee1df66eb7a9884b77b8af856d/ruff-0.14.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3bf8d2f9aa1602599217d82e8e0af7fd33e5878c4d98f37906b7c93f46f9a839", size = 13036995, upload-time = "2025-10-23T19:36:31.861Z" },
|
|
1721
|
+
{ url = "https://files.pythonhosted.org/packages/27/4c/0860a79ce6fd4c709ac01173f76f929d53f59748d0dcdd662519835dae43/ruff-0.14.2-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:1c505b389e19c57a317cf4b42db824e2fca96ffb3d86766c1c9f8b96d32048a7", size = 14512649, upload-time = "2025-10-23T19:36:33.915Z" },
|
|
1722
|
+
{ url = "https://files.pythonhosted.org/packages/7f/7f/d365de998069720a3abfc250ddd876fc4b81a403a766c74ff9bde15b5378/ruff-0.14.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a307fc45ebd887b3f26b36d9326bb70bf69b01561950cdcc6c0bdf7bb8e0f7cc", size = 14088182, upload-time = "2025-10-23T19:36:36.983Z" },
|
|
1723
|
+
{ url = "https://files.pythonhosted.org/packages/6c/ea/d8e3e6b209162000a7be1faa41b0a0c16a133010311edc3329753cc6596a/ruff-0.14.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:61ae91a32c853172f832c2f40bd05fd69f491db7289fb85a9b941ebdd549781a", size = 13599516, upload-time = "2025-10-23T19:36:39.208Z" },
|
|
1724
|
+
{ url = "https://files.pythonhosted.org/packages/fa/ea/c7810322086db68989fb20a8d5221dd3b79e49e396b01badca07b433ab45/ruff-0.14.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1967e40286f63ee23c615e8e7e98098dedc7301568bd88991f6e544d8ae096", size = 13272690, upload-time = "2025-10-23T19:36:41.453Z" },
|
|
1725
|
+
{ url = "https://files.pythonhosted.org/packages/a9/39/10b05acf8c45786ef501d454e00937e1b97964f846bf28883d1f9619928a/ruff-0.14.2-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:2877f02119cdebf52a632d743a2e302dea422bfae152ebe2f193d3285a3a65df", size = 13496497, upload-time = "2025-10-23T19:36:43.61Z" },
|
|
1726
|
+
{ url = "https://files.pythonhosted.org/packages/59/a1/1f25f8301e13751c30895092485fada29076e5e14264bdacc37202e85d24/ruff-0.14.2-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:e681c5bc777de5af898decdcb6ba3321d0d466f4cb43c3e7cc2c3b4e7b843a05", size = 12266116, upload-time = "2025-10-23T19:36:45.625Z" },
|
|
1727
|
+
{ url = "https://files.pythonhosted.org/packages/5c/fa/0029bfc9ce16ae78164e6923ef392e5f173b793b26cc39aa1d8b366cf9dc/ruff-0.14.2-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:e21be42d72e224736f0c992cdb9959a2fa53c7e943b97ef5d081e13170e3ffc5", size = 12281345, upload-time = "2025-10-23T19:36:47.618Z" },
|
|
1728
|
+
{ url = "https://files.pythonhosted.org/packages/a5/ab/ece7baa3c0f29b7683be868c024f0838770c16607bea6852e46b202f1ff6/ruff-0.14.2-py3-none-musllinux_1_2_i686.whl", hash = "sha256:b8264016f6f209fac16262882dbebf3f8be1629777cf0f37e7aff071b3e9b92e", size = 12629296, upload-time = "2025-10-23T19:36:49.789Z" },
|
|
1729
|
+
{ url = "https://files.pythonhosted.org/packages/a4/7f/638f54b43f3d4e48c6a68062794e5b367ddac778051806b9e235dfb7aa81/ruff-0.14.2-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:5ca36b4cb4db3067a3b24444463ceea5565ea78b95fe9a07ca7cb7fd16948770", size = 13371610, upload-time = "2025-10-23T19:36:51.882Z" },
|
|
1730
|
+
{ url = "https://files.pythonhosted.org/packages/8d/35/3654a973ebe5b32e1fd4a08ed2d46755af7267da7ac710d97420d7b8657d/ruff-0.14.2-py3-none-win32.whl", hash = "sha256:41775927d287685e08f48d8eb3f765625ab0b7042cc9377e20e64f4eb0056ee9", size = 12415318, upload-time = "2025-10-23T19:36:53.961Z" },
|
|
1731
|
+
{ url = "https://files.pythonhosted.org/packages/71/30/3758bcf9e0b6a4193a6f51abf84254aba00887dfa8c20aba18aa366c5f57/ruff-0.14.2-py3-none-win_amd64.whl", hash = "sha256:0df3424aa5c3c08b34ed8ce099df1021e3adaca6e90229273496b839e5a7e1af", size = 13565279, upload-time = "2025-10-23T19:36:56.578Z" },
|
|
1732
|
+
{ url = "https://files.pythonhosted.org/packages/2e/5d/aa883766f8ef9ffbe6aa24f7192fb71632f31a30e77eb39aa2b0dc4290ac/ruff-0.14.2-py3-none-win_arm64.whl", hash = "sha256:ea9d635e83ba21569fbacda7e78afbfeb94911c9434aff06192d9bc23fd5495a", size = 12554956, upload-time = "2025-10-23T19:36:58.714Z" },
|
|
1723
1733
|
]
|
|
1724
1734
|
|
|
1725
1735
|
[[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
|
|
File without changes
|
{python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.12.5 → python3_commons-0.12.7}/src/python3_commons.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{python3_commons-0.12.5 → python3_commons-0.12.7}/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
|