python3-commons 0.12.6__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.6/src/python3_commons.egg-info → python3_commons-0.12.7}/PKG-INFO +2 -2
- {python3_commons-0.12.6 → python3_commons-0.12.7}/pyproject.toml +1 -1
- {python3_commons-0.12.6 → python3_commons-0.12.7/src/python3_commons.egg-info}/PKG-INFO +2 -2
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons.egg-info/requires.txt +1 -1
- {python3_commons-0.12.6 → python3_commons-0.12.7}/uv.lock +16 -16
- {python3_commons-0.12.6 → python3_commons-0.12.7}/.coveragerc +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/.gitignore +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/.pre-commit-config.yaml +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/.python-version +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/AUTHORS.rst +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/CHANGELOG.rst +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/LICENSE +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/README.md +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/README.rst +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/Makefile +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/_static/.gitignore +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/authors.rst +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/changelog.rst +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/conf.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/index.rst +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/license.rst +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/setup.cfg +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/__init__.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/conftest.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/test_audit.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/test_cache.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/test_helpers.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/test_msgpack.py +0 -0
- {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/test_msgspec.py +0 -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
|
|
@@ -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
|
|
@@ -144,11 +144,11 @@ wheels = [
|
|
|
144
144
|
|
|
145
145
|
[[package]]
|
|
146
146
|
name = "annotated-doc"
|
|
147
|
-
version = "0.0.
|
|
147
|
+
version = "0.0.3"
|
|
148
148
|
source = { registry = "https://pypi.org/simple" }
|
|
149
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
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
150
|
wheels = [
|
|
151
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
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
152
|
]
|
|
153
153
|
|
|
154
154
|
[[package]]
|
|
@@ -656,15 +656,15 @@ wheels = [
|
|
|
656
656
|
|
|
657
657
|
[[package]]
|
|
658
658
|
name = "email-validator"
|
|
659
|
-
version = "2.
|
|
659
|
+
version = "2.3.0"
|
|
660
660
|
source = { registry = "https://pypi.org/simple" }
|
|
661
661
|
dependencies = [
|
|
662
662
|
{ name = "dnspython" },
|
|
663
663
|
{ name = "idna" },
|
|
664
664
|
]
|
|
665
|
-
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" }
|
|
666
666
|
wheels = [
|
|
667
|
-
{ 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" },
|
|
668
668
|
]
|
|
669
669
|
|
|
670
670
|
[[package]]
|
|
@@ -684,7 +684,7 @@ wheels = [
|
|
|
684
684
|
|
|
685
685
|
[[package]]
|
|
686
686
|
name = "fastapi-users"
|
|
687
|
-
version = "
|
|
687
|
+
version = "15.0.1"
|
|
688
688
|
source = { registry = "https://pypi.org/simple" }
|
|
689
689
|
dependencies = [
|
|
690
690
|
{ name = "email-validator" },
|
|
@@ -694,9 +694,9 @@ dependencies = [
|
|
|
694
694
|
{ name = "pyjwt", extra = ["crypto"] },
|
|
695
695
|
{ name = "python-multipart" },
|
|
696
696
|
]
|
|
697
|
-
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" }
|
|
698
698
|
wheels = [
|
|
699
|
-
{ 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" },
|
|
700
700
|
]
|
|
701
701
|
|
|
702
702
|
[package.optional-dependencies]
|
|
@@ -1113,11 +1113,11 @@ wheels = [
|
|
|
1113
1113
|
|
|
1114
1114
|
[[package]]
|
|
1115
1115
|
name = "pip"
|
|
1116
|
-
version = "25.
|
|
1116
|
+
version = "25.3"
|
|
1117
1117
|
source = { registry = "https://pypi.org/simple" }
|
|
1118
|
-
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" }
|
|
1119
1119
|
wheels = [
|
|
1120
|
-
{ 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" },
|
|
1121
1121
|
]
|
|
1122
1122
|
|
|
1123
1123
|
[[package]]
|
|
@@ -1425,15 +1425,15 @@ wheels = [
|
|
|
1425
1425
|
|
|
1426
1426
|
[[package]]
|
|
1427
1427
|
name = "pyright"
|
|
1428
|
-
version = "1.1.
|
|
1428
|
+
version = "1.1.407"
|
|
1429
1429
|
source = { registry = "https://pypi.org/simple" }
|
|
1430
1430
|
dependencies = [
|
|
1431
1431
|
{ name = "nodeenv" },
|
|
1432
1432
|
{ name = "typing-extensions" },
|
|
1433
1433
|
]
|
|
1434
|
-
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" }
|
|
1435
1435
|
wheels = [
|
|
1436
|
-
{ 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" },
|
|
1437
1437
|
]
|
|
1438
1438
|
|
|
1439
1439
|
[[package]]
|
|
@@ -1578,7 +1578,7 @@ requires-dist = [
|
|
|
1578
1578
|
{ name = "aiobotocore", specifier = "~=2.25.0" },
|
|
1579
1579
|
{ name = "aiohttp", extras = ["speedups"], specifier = ">=3.12.0,<3.15.0" },
|
|
1580
1580
|
{ name = "asyncpg", specifier = "~=0.30.0" },
|
|
1581
|
-
{ name = "fastapi-users", extras = ["sqlalchemy"], specifier = "~=
|
|
1581
|
+
{ name = "fastapi-users", extras = ["sqlalchemy"], specifier = "~=15.0.1" },
|
|
1582
1582
|
{ name = "fastapi-users-db-sqlalchemy", specifier = "~=7.0.0" },
|
|
1583
1583
|
{ name = "lxml", specifier = "~=6.0.2" },
|
|
1584
1584
|
{ name = "msgpack", specifier = "~=1.1.2" },
|
|
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
|
|
File without changes
|
{python3_commons-0.12.6 → 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.6 → python3_commons-0.12.7}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{python3_commons-0.12.6 → 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
|