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.

Files changed (59) hide show
  1. {python3_commons-0.12.6/src/python3_commons.egg-info → python3_commons-0.12.7}/PKG-INFO +2 -2
  2. {python3_commons-0.12.6 → python3_commons-0.12.7}/pyproject.toml +1 -1
  3. {python3_commons-0.12.6 → python3_commons-0.12.7/src/python3_commons.egg-info}/PKG-INFO +2 -2
  4. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons.egg-info/requires.txt +1 -1
  5. {python3_commons-0.12.6 → python3_commons-0.12.7}/uv.lock +16 -16
  6. {python3_commons-0.12.6 → python3_commons-0.12.7}/.coveragerc +0 -0
  7. {python3_commons-0.12.6 → python3_commons-0.12.7}/.github/workflows/checks.yml +0 -0
  8. {python3_commons-0.12.6 → python3_commons-0.12.7}/.github/workflows/python-publish.yaml +0 -0
  9. {python3_commons-0.12.6 → python3_commons-0.12.7}/.github/workflows/release-on-tag-push.yml +0 -0
  10. {python3_commons-0.12.6 → python3_commons-0.12.7}/.gitignore +0 -0
  11. {python3_commons-0.12.6 → python3_commons-0.12.7}/.pre-commit-config.yaml +0 -0
  12. {python3_commons-0.12.6 → python3_commons-0.12.7}/.python-version +0 -0
  13. {python3_commons-0.12.6 → python3_commons-0.12.7}/AUTHORS.rst +0 -0
  14. {python3_commons-0.12.6 → python3_commons-0.12.7}/CHANGELOG.rst +0 -0
  15. {python3_commons-0.12.6 → python3_commons-0.12.7}/LICENSE +0 -0
  16. {python3_commons-0.12.6 → python3_commons-0.12.7}/README.md +0 -0
  17. {python3_commons-0.12.6 → python3_commons-0.12.7}/README.rst +0 -0
  18. {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/Makefile +0 -0
  19. {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/_static/.gitignore +0 -0
  20. {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/authors.rst +0 -0
  21. {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/changelog.rst +0 -0
  22. {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/conf.py +0 -0
  23. {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/index.rst +0 -0
  24. {python3_commons-0.12.6 → python3_commons-0.12.7}/docs/license.rst +0 -0
  25. {python3_commons-0.12.6 → python3_commons-0.12.7}/setup.cfg +0 -0
  26. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/__init__.py +0 -0
  27. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/api_client.py +0 -0
  28. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/audit.py +0 -0
  29. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/auth.py +0 -0
  30. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/cache.py +0 -0
  31. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/conf.py +0 -0
  32. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/db/__init__.py +0 -0
  33. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/db/helpers.py +0 -0
  34. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/db/models/__init__.py +0 -0
  35. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/db/models/auth.py +0 -0
  36. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/db/models/common.py +0 -0
  37. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/db/models/rbac.py +0 -0
  38. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/fs.py +0 -0
  39. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/helpers.py +0 -0
  40. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/log/__init__.py +0 -0
  41. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/log/filters.py +0 -0
  42. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/log/formatters.py +0 -0
  43. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/object_storage.py +0 -0
  44. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/permissions.py +0 -0
  45. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/serializers/__init__.py +0 -0
  46. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/serializers/common.py +0 -0
  47. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/serializers/json.py +0 -0
  48. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/serializers/msgpack.py +0 -0
  49. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons/serializers/msgspec.py +0 -0
  50. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons.egg-info/SOURCES.txt +0 -0
  51. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons.egg-info/dependency_links.txt +0 -0
  52. {python3_commons-0.12.6 → python3_commons-0.12.7}/src/python3_commons.egg-info/top_level.txt +0 -0
  53. {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/__init__.py +0 -0
  54. {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/conftest.py +0 -0
  55. {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/test_audit.py +0 -0
  56. {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/test_cache.py +0 -0
  57. {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/test_helpers.py +0 -0
  58. {python3_commons-0.12.6 → python3_commons-0.12.7}/tests/test_msgpack.py +0 -0
  59. {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.6
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]~=14.0.1
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]~=14.0.1",
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.6
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]~=14.0.1
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
@@ -2,7 +2,7 @@ aiobotocore~=2.25.0
2
2
  aiohttp[speedups]<3.15.0,>=3.12.0
3
3
  asyncpg~=0.30.0
4
4
  fastapi-users-db-sqlalchemy~=7.0.0
5
- fastapi-users[sqlalchemy]~=14.0.1
5
+ fastapi-users[sqlalchemy]~=15.0.1
6
6
  lxml~=6.0.2
7
7
  msgpack~=1.1.2
8
8
  msgspec~=0.19.0
@@ -144,11 +144,11 @@ wheels = [
144
144
 
145
145
  [[package]]
146
146
  name = "annotated-doc"
147
- version = "0.0.2"
147
+ version = "0.0.3"
148
148
  source = { registry = "https://pypi.org/simple" }
149
- sdist = { url = "https://files.pythonhosted.org/packages/c4/92/2974dba489541ed4af531d00a4df075bc3a455557d3b54fd6932c51c95cc/annotated_doc-0.0.2.tar.gz", hash = "sha256:f25664061aee278227abfaec5aeb398298be579b934758c16205d48e896e149c", size = 4452, upload-time = "2025-10-22T18:38:52.597Z" }
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/bd/ee/cc5109cdd46a6ccd3d923db3c5425383abe51b5c033647aad1b5e2452e82/annotated_doc-0.0.2-py3-none-any.whl", hash = "sha256:2188cb99e353fcb5c20f23b8bc6f5fa7c924b213fac733d4b44883f9edffa090", size = 4056, upload-time = "2025-10-22T18:38:51.24Z" },
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.2.0"
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/48/ce/13508a1ec3f8bb981ae4ca79ea40384becc868bfae97fd1c942bb3a001b1/email_validator-2.2.0.tar.gz", hash = "sha256:cb690f344c617a714f22e66ae771445a1ceb46821152df8e165c5f9a364582b7", size = 48967, upload-time = "2024-06-20T11:30:30.034Z" }
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/d7/ee/bf0adb559ad3c786f12bcbc9296b3f5675f529199bef03e2df281fa1fadb/email_validator-2.2.0-py3-none-any.whl", hash = "sha256:561977c2d73ce3611850a06fa56b414621e0c8faa9d66f2611407d87465da631", size = 33521, upload-time = "2024-06-20T11:30:28.248Z" },
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 = "14.0.1"
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/e4/26/7fe4e6a4f60d9cde2b95f58ba45ff03219b62bd03bea75d914b723ecfa2a/fastapi_users-14.0.1.tar.gz", hash = "sha256:8c032b3a75c6fb2b1f5eab8ffce5321176e9916efe1fe93e7c15ee55f0b02236", size = 120315, upload-time = "2025-01-04T13:20:05.95Z" }
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/2c/52/2821d3e95a92567d38f98a33d1ef89302aa3448866bf45ff19a48a5f28f8/fastapi_users-14.0.1-py3-none-any.whl", hash = "sha256:074df59676dccf79412d2880bdcb661ab1fabc2ecec1f043b4e6a23be97ed9e1", size = 38717, upload-time = "2025-01-04T13:20:04.441Z" },
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.2"
1116
+ version = "25.3"
1117
1117
  source = { registry = "https://pypi.org/simple" }
1118
- sdist = { url = "https://files.pythonhosted.org/packages/20/16/650289cd3f43d5a2fadfd98c68bd1e1e7f2550a1a5326768cddfbcedb2c5/pip-25.2.tar.gz", hash = "sha256:578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2", size = 1840021, upload-time = "2025-07-30T21:50:15.401Z" }
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/b7/3f/945ef7ab14dc4f9d7f40288d2df998d1837ee0888ec3659c813487572faa/pip-25.2-py3-none-any.whl", hash = "sha256:6d67a2b4e7f14d8b31b8b52648866fa717f45a1eb70e83002f4331d07e953717", size = 1752557, upload-time = "2025-07-30T21:50:13.323Z" },
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.406"
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/f7/16/6b4fbdd1fef59a0292cbb99f790b44983e390321eccbc5921b4d161da5d1/pyright-1.1.406.tar.gz", hash = "sha256:c4872bc58c9643dac09e8a2e74d472c62036910b3bd37a32813989ef7576ea2c", size = 4113151, upload-time = "2025-10-02T01:04:45.488Z" }
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/f6/a2/e309afbb459f50507103793aaef85ca4348b66814c86bc73908bdeb66d12/pyright-1.1.406-py3-none-any.whl", hash = "sha256:1d81fb43c2407bf566e97e57abb01c811973fdb21b2df8df59f870f688bdca71", size = 5980982, upload-time = "2025-10-02T01:04:43.137Z" },
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 = "~=14.0.1" },
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" },