python3-commons 0.12.5__tar.gz → 0.12.6__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.6}/.pre-commit-config.yaml +2 -2
- {python3_commons-0.12.5/src/python3_commons.egg-info → python3_commons-0.12.6}/PKG-INFO +1 -1
- {python3_commons-0.12.5 → python3_commons-0.12.6/src/python3_commons.egg-info}/PKG-INFO +1 -1
- {python3_commons-0.12.5 → python3_commons-0.12.6}/uv.lock +35 -25
- {python3_commons-0.12.5 → python3_commons-0.12.6}/.coveragerc +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/.gitignore +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/.python-version +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/AUTHORS.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/CHANGELOG.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/LICENSE +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/README.md +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/README.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/docs/Makefile +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/docs/_static/.gitignore +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/docs/authors.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/docs/changelog.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/docs/conf.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/docs/index.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/docs/license.rst +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/pyproject.toml +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/setup.cfg +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons.egg-info/requires.txt +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/tests/__init__.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/tests/conftest.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/tests/test_audit.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/tests/test_cache.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/tests/test_helpers.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/tests/test_msgpack.py +0 -0
- {python3_commons-0.12.5 → python3_commons-0.12.6}/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
|
|
@@ -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.2"
|
|
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" }
|
|
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" },
|
|
152
|
+
]
|
|
153
|
+
|
|
145
154
|
[[package]]
|
|
146
155
|
name = "annotated-types"
|
|
147
156
|
version = "0.7.0"
|
|
@@ -660,16 +669,17 @@ wheels = [
|
|
|
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]]
|
|
@@ -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
|
|
File without changes
|
{python3_commons-0.12.5 → python3_commons-0.12.6}/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.6}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.12.5 → python3_commons-0.12.6}/src/python3_commons.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.12.5 → python3_commons-0.12.6}/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
|