python3-commons 0.18.14__tar.gz → 0.18.15__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.18.14 → python3_commons-0.18.15}/.pre-commit-config.yaml +2 -2
- {python3_commons-0.18.14/src/python3_commons.egg-info → python3_commons-0.18.15}/PKG-INFO +3 -3
- {python3_commons-0.18.14 → python3_commons-0.18.15}/pyproject.toml +5 -2
- {python3_commons-0.18.14 → python3_commons-0.18.15/src/python3_commons.egg-info}/PKG-INFO +3 -3
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons.egg-info/requires.txt +2 -2
- {python3_commons-0.18.14 → python3_commons-0.18.15}/uv.lock +115 -43
- {python3_commons-0.18.14 → python3_commons-0.18.15}/.coveragerc +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/.env_template +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/.gitignore +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/.python-version +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/AUTHORS.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/CHANGELOG.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/LICENSE +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/README.md +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/README.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/docs/Makefile +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/docs/_static/.gitignore +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/docs/authors.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/docs/changelog.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/docs/conf.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/docs/index.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/docs/license.rst +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/setup.cfg +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/async_functools.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/db/models/users.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/soap_client.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/integration/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/integration/test_osc.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/unit/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/unit/conftest.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/unit/test_async_functools.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.18.14 → python3_commons-0.18.15}/tests/unit/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.11.
|
|
3
|
+
rev: 0.11.12
|
|
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.15.
|
|
9
|
+
rev: v0.15.12
|
|
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.18.
|
|
3
|
+
Version: 0.18.15
|
|
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
|
|
@@ -14,7 +14,7 @@ License-File: LICENSE
|
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
15
|
Requires-Dist: msgpack~=1.1.2
|
|
16
16
|
Requires-Dist: msgspec==0.21.1
|
|
17
|
-
Requires-Dist: pydantic-settings~=2.14.
|
|
17
|
+
Requires-Dist: pydantic-settings~=2.14.1
|
|
18
18
|
Provides-Extra: all
|
|
19
19
|
Requires-Dist: python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-client]; extra == "all"
|
|
20
20
|
Provides-Extra: api-client
|
|
@@ -38,7 +38,7 @@ Provides-Extra: database
|
|
|
38
38
|
Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
39
39
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.49; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
|
-
Requires-Dist: aiobotocore~=3.
|
|
41
|
+
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
42
|
Requires-Dist: object-storage-client==0.0.29; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "soap-client"
|
|
@@ -20,7 +20,7 @@ requires-python = ">=3.14.0,<3.15.0"
|
|
|
20
20
|
dependencies = [
|
|
21
21
|
"msgpack~=1.1.2",
|
|
22
22
|
"msgspec==0.21.1",
|
|
23
|
-
"pydantic-settings~=2.14.
|
|
23
|
+
"pydantic-settings~=2.14.1"
|
|
24
24
|
]
|
|
25
25
|
|
|
26
26
|
[project.optional-dependencies]
|
|
@@ -54,7 +54,7 @@ database = [
|
|
|
54
54
|
"SQLAlchemy[asyncio]~=2.0.49"
|
|
55
55
|
]
|
|
56
56
|
object-storage = [
|
|
57
|
-
"aiobotocore~=3.
|
|
57
|
+
"aiobotocore~=3.7.0",
|
|
58
58
|
"object-storage-client==0.0.29"
|
|
59
59
|
]
|
|
60
60
|
soap-client = [
|
|
@@ -71,8 +71,11 @@ dev = [
|
|
|
71
71
|
"build",
|
|
72
72
|
"pip",
|
|
73
73
|
"pre-commit",
|
|
74
|
+
"pyright",
|
|
75
|
+
"ruff",
|
|
74
76
|
"setuptools",
|
|
75
77
|
"setuptools_scm",
|
|
78
|
+
"ty",
|
|
76
79
|
"types-aiobotocore[s3]",
|
|
77
80
|
"wheel",
|
|
78
81
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.18.
|
|
3
|
+
Version: 0.18.15
|
|
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
|
|
@@ -14,7 +14,7 @@ License-File: LICENSE
|
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
15
|
Requires-Dist: msgpack~=1.1.2
|
|
16
16
|
Requires-Dist: msgspec==0.21.1
|
|
17
|
-
Requires-Dist: pydantic-settings~=2.14.
|
|
17
|
+
Requires-Dist: pydantic-settings~=2.14.1
|
|
18
18
|
Provides-Extra: all
|
|
19
19
|
Requires-Dist: python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-client]; extra == "all"
|
|
20
20
|
Provides-Extra: api-client
|
|
@@ -38,7 +38,7 @@ Provides-Extra: database
|
|
|
38
38
|
Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
39
39
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.49; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
|
-
Requires-Dist: aiobotocore~=3.
|
|
41
|
+
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
42
|
Requires-Dist: object-storage-client==0.0.29; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "soap-client"
|
{python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons.egg-info/requires.txt
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
msgpack~=1.1.2
|
|
2
2
|
msgspec==0.21.1
|
|
3
|
-
pydantic-settings~=2.14.
|
|
3
|
+
pydantic-settings~=2.14.1
|
|
4
4
|
|
|
5
5
|
[all]
|
|
6
6
|
python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-client]
|
|
@@ -32,7 +32,7 @@ asyncpg~=0.31.0
|
|
|
32
32
|
SQLAlchemy[asyncio]~=2.0.49
|
|
33
33
|
|
|
34
34
|
[object-storage]
|
|
35
|
-
aiobotocore~=3.
|
|
35
|
+
aiobotocore~=3.7.0
|
|
36
36
|
object-storage-client==0.0.29
|
|
37
37
|
|
|
38
38
|
[soap-client]
|
|
@@ -4,7 +4,7 @@ requires-python = "==3.14.*"
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "aiobotocore"
|
|
7
|
-
version = "3.
|
|
7
|
+
version = "3.7.0"
|
|
8
8
|
source = { registry = "https://pypi.org/simple" }
|
|
9
9
|
dependencies = [
|
|
10
10
|
{ name = "aiohttp" },
|
|
@@ -15,9 +15,9 @@ dependencies = [
|
|
|
15
15
|
{ name = "python-dateutil" },
|
|
16
16
|
{ name = "wrapt" },
|
|
17
17
|
]
|
|
18
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
18
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e7/75/42cce839c2ec263ff74b10b650fe36b066fbb124cbee6f247eac0983e1ab/aiobotocore-3.7.0.tar.gz", hash = "sha256:c64d871ed5491a6571948dd48eabd185b46c6c23b64e3afd0c059fc7593ada30", size = 127054, upload-time = "2026-05-09T10:02:52.332Z" }
|
|
19
19
|
wheels = [
|
|
20
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
20
|
+
{ url = "https://files.pythonhosted.org/packages/90/5f/85535dfb3cfd6442d66d1df1694062c5d6df02f895329e7e120b2a3d2b8b/aiobotocore-3.7.0-py3-none-any.whl", hash = "sha256:680bde7c64679a821a9312641b759d9497f790ba8b2e88c6959e6273ee765b8e", size = 89539, upload-time = "2026-05-09T10:02:50.389Z" },
|
|
21
21
|
]
|
|
22
22
|
|
|
23
23
|
[[package]]
|
|
@@ -781,41 +781,45 @@ wheels = [
|
|
|
781
781
|
|
|
782
782
|
[[package]]
|
|
783
783
|
name = "propcache"
|
|
784
|
-
version = "0.
|
|
785
|
-
source = { registry = "https://pypi.org/simple" }
|
|
786
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
787
|
-
wheels = [
|
|
788
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
789
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
790
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
791
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
792
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
793
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
794
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
795
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
796
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
797
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
798
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
799
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
800
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
801
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
802
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
803
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
804
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
805
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
806
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
807
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
808
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
809
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
810
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
811
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
812
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
813
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
814
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
815
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
816
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
817
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
818
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
784
|
+
version = "0.5.2"
|
|
785
|
+
source = { registry = "https://pypi.org/simple" }
|
|
786
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ec/44/c87281c333769159c50594f22610f77398a47ccbfbbf23074e744e86f87c/propcache-0.5.2.tar.gz", hash = "sha256:01c4fc7480cd0598bb4b57022df55b9ca296da7fc5a8760bd8451a7e63a7d427", size = 50208, upload-time = "2026-05-08T21:02:12.199Z" }
|
|
787
|
+
wheels = [
|
|
788
|
+
{ url = "https://files.pythonhosted.org/packages/e2/ea/23ee535d90ce8bcc465a3028eb3cc0ce3bd1005f4bb27710b30587de798d/propcache-0.5.2-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:46088abff4cba581dea21ae0467a480526cb25aa5f3c269e909f800328bc3999", size = 94662, upload-time = "2026-05-08T21:01:22.683Z" },
|
|
789
|
+
{ url = "https://files.pythonhosted.org/packages/b5/06/c5a52f419b5d8972f8d46a7577476090d8e3263ff589ce40b5ca4968d5be/propcache-0.5.2-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:fc88b26f08d634f7bc819a7852e5214f5802641ab8d9fd5326892292eee1993e", size = 53928, upload-time = "2026-05-08T21:01:23.986Z" },
|
|
790
|
+
{ url = "https://files.pythonhosted.org/packages/63/b1/4260d67d6bd85e58a66b72d54ce15d5de789b6f3870cc6bedf8ff9667401/propcache-0.5.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:97797ebb098e670a2f92dd66f32897e30d7615b14e7f59711de23e30a9072539", size = 54650, upload-time = "2026-05-08T21:01:25.305Z" },
|
|
791
|
+
{ url = "https://files.pythonhosted.org/packages/70/06/2f46c318e3307cd7a6a7481def374ce838c0fe20084b39dd54b0879d0e99/propcache-0.5.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ba57fffe4ac99c5d30076161b5866336d97600769bad35cc68f7774b15298a4e", size = 59912, upload-time = "2026-05-08T21:01:26.545Z" },
|
|
792
|
+
{ url = "https://files.pythonhosted.org/packages/4c/29/fe1aebec2ce57ab985a9c382bded1124431f85078113aa222c5d278430d4/propcache-0.5.2-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:583c19759d9eec1e5b69e2fbef36a7d9c326041be9746cb822d335c8cedc2979", size = 63300, upload-time = "2026-05-08T21:01:27.937Z" },
|
|
793
|
+
{ url = "https://files.pythonhosted.org/packages/b4/18/2334b26768b6c82be8c69e83671b767d5ef426aa09b0cba6c2ea47816774/propcache-0.5.2-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d0326e2e5e1f3163fa306c834e48e8d490e5fae607a097a40c0648109b47ba80", size = 64208, upload-time = "2026-05-08T21:01:29.484Z" },
|
|
794
|
+
{ url = "https://files.pythonhosted.org/packages/2b/76/7f1bfd6afff4c5e38e36a3c6d68eb5f4b7311ea80baf693db78d95b603c4/propcache-0.5.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e00820e192c8dbebcafb383ebbf99030895f09905e7a0eb2e0340a0bcc2bc825", size = 61633, upload-time = "2026-05-08T21:01:31.068Z" },
|
|
795
|
+
{ url = "https://files.pythonhosted.org/packages/c4/46/b3ff8aba2b4953a3e50de2cf72f1b5748b8eca93b15f3dc2c84339084c09/propcache-0.5.2-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:c66afea89b1e43725731d2004732a046fe6fe955d51f952c3e95a7314a284a39", size = 61724, upload-time = "2026-05-08T21:01:32.374Z" },
|
|
796
|
+
{ url = "https://files.pythonhosted.org/packages/c5/01/814cfcafbcff954f94c01cf30e097ddc88a076b5440fbcf4570753437d40/propcache-0.5.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:d4dc37dec6c6cdad0b57881a5658fd14fbf53e333b1a86cf86559f190e1d9ec4", size = 60069, upload-time = "2026-05-08T21:01:33.67Z" },
|
|
797
|
+
{ url = "https://files.pythonhosted.org/packages/da/68/5c6f7622d510cc666a300687e06fd060c1a43361c0c9b20d284f06d8096a/propcache-0.5.2-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:5570dbcc97571c15f68068e529c92715a12f8d54030e272d264b377e22bd17a5", size = 57099, upload-time = "2026-05-08T21:01:34.915Z" },
|
|
798
|
+
{ url = "https://files.pythonhosted.org/packages/55/27/9cb0b4c679124085327957d42521c99dba04c88c90c3e55a6f0b633ebccc/propcache-0.5.2-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:f814362777a9f841adddb200ecdf8f5cb1e5a3c4b7a86378edbd6ccb26edd702", size = 63391, upload-time = "2026-05-08T21:01:36.231Z" },
|
|
799
|
+
{ url = "https://files.pythonhosted.org/packages/f0/9d/7258aaa5bdf60fc6f27591eef6fe52768cb0beda7140be477c8b12c9794a/propcache-0.5.2-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:196913dea116aeb5a2ba95af4ddcb7ea85559ae07d8eee8751688310d09168c3", size = 61626, upload-time = "2026-05-08T21:01:37.545Z" },
|
|
800
|
+
{ url = "https://files.pythonhosted.org/packages/8e/0d/41c602003e8a9b16fe1e7eadf62c7bfba9d5474370b24200bf48b315f45f/propcache-0.5.2-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:6e7b8719005dd1175be4ab1cd25e9b98659a5e0347331506ec6760d2773a7fb5", size = 64781, upload-time = "2026-05-08T21:01:38.83Z" },
|
|
801
|
+
{ url = "https://files.pythonhosted.org/packages/8b/f3/38e66b1856e9bd079deea015bc4a55f7767c0e4db2f7dcf69e7e680ba4ce/propcache-0.5.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:51f96d685ab16e88cab128cd37a52c5da540809c8b879fa047731bfcb4ad35a4", size = 62570, upload-time = "2026-05-08T21:01:40.415Z" },
|
|
802
|
+
{ url = "https://files.pythonhosted.org/packages/95/ca/bbfe9b910ce57dde8bb4876b4520fc02a4e89497c10de26be936758a3aaa/propcache-0.5.2-cp314-cp314-win32.whl", hash = "sha256:cc6fc3cc62e8501d3ed62894425040d2728ecddb1ed072737a5c70bd537aa9f0", size = 39436, upload-time = "2026-05-08T21:01:41.654Z" },
|
|
803
|
+
{ url = "https://files.pythonhosted.org/packages/61/d2/45c9defbaa1ea297035d9d4cce9e8f80daafbf19319c6007f157c6256ea9/propcache-0.5.2-cp314-cp314-win_amd64.whl", hash = "sha256:81e3a30b0bb60caa22033dd0f8a3618d1d67356212514f62c57db75cb0ef410c", size = 42373, upload-time = "2026-05-08T21:01:43.041Z" },
|
|
804
|
+
{ url = "https://files.pythonhosted.org/packages/44/68/9ea5103f41d5217d7d6ec24db90018e23aebec070c3f9a6e54d12b841fd8/propcache-0.5.2-cp314-cp314-win_arm64.whl", hash = "sha256:0d2c9bf8528f135dbb805ce027567e09164f7efa51a2be07458a2c0420f292d0", size = 38554, upload-time = "2026-05-08T21:01:44.336Z" },
|
|
805
|
+
{ url = "https://files.pythonhosted.org/packages/8a/81/fadf555f42d3b762eea8a53950b0489fdc0aa9da5f8ed9e10ce0a4e01b48/propcache-0.5.2-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:4bc8ff1feffc6a61c7002ffe84634c41b822e104990ae009f44a0834430070bb", size = 99395, upload-time = "2026-05-08T21:01:45.883Z" },
|
|
806
|
+
{ url = "https://files.pythonhosted.org/packages/f5/c9/c61e134a686949cf7971af3a390148b1156f7be81c73bc0cd12c873e2d48/propcache-0.5.2-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:79aa3ff0a9b566633b642fa9caf7e21ed1c13d6feca718187873f199e1514078", size = 56653, upload-time = "2026-05-08T21:01:47.307Z" },
|
|
807
|
+
{ url = "https://files.pythonhosted.org/packages/cb/73/daf935ea7048ddd7ec8eec5345b4a40b619d2d178b3c0a0900796bc3c794/propcache-0.5.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1b31822f4474c4036bae62de9402710051d431a606d6a0f907fec79935a071aa", size = 56914, upload-time = "2026-05-08T21:01:48.573Z" },
|
|
808
|
+
{ url = "https://files.pythonhosted.org/packages/79/9f/aba959b435ea18617edd7cf0a7ad0b9c574b8fc7e3d2cd55fb59cb255d33/propcache-0.5.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:13fef48778b5a2a756523fdb781326b028ca75e32858b04f2cdd19f394564917", size = 62567, upload-time = "2026-05-08T21:01:49.903Z" },
|
|
809
|
+
{ url = "https://files.pythonhosted.org/packages/6c/a1/859942de9a791ff42f6141736f5b37749b8f53e65edfa49638c67dd67e6a/propcache-0.5.2-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8b73ab70f1a3351fbc71f663b3e645af6dd0329100c353081cf69c37433fc6fe", size = 65542, upload-time = "2026-05-08T21:01:51.204Z" },
|
|
810
|
+
{ url = "https://files.pythonhosted.org/packages/b5/61/315bc0fd6c0fc7f80a528b8afd209e5fc4a875ea79571b91b8f50f442907/propcache-0.5.2-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5538d2c13d93e4698af7e092b57bc7298fd35d1d58e656ae18f23ee0d0378e03", size = 66845, upload-time = "2026-05-08T21:01:52.539Z" },
|
|
811
|
+
{ url = "https://files.pythonhosted.org/packages/47/f7/9f8122e3132e8e354ac41975ef8f1099be7d5a16bc7ae562734e993665c0/propcache-0.5.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:cd645f03898405cabe694fb8bc35241e3a9c332ec85627584fe3de201452b335", size = 63985, upload-time = "2026-05-08T21:01:53.847Z" },
|
|
812
|
+
{ url = "https://files.pythonhosted.org/packages/c8/54/c317819ec157cbf6f35df9df9657a6f82daf34d5faf15948b2f639c2192e/propcache-0.5.2-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a473b3440261e0c60706e732b2ed2f517857344fc21bf48fdfe211e2d98eb285", size = 63999, upload-time = "2026-05-08T21:01:55.179Z" },
|
|
813
|
+
{ url = "https://files.pythonhosted.org/packages/5a/56/387e3f7dfce0a9233df41fb888aa1c30222cb4bbbf09537c02dd9bd85fe2/propcache-0.5.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:7afa37062e6650640e932e4cc9297d81f9f42d9944029cc386b8247dea4da837", size = 62779, upload-time = "2026-05-08T21:01:57.489Z" },
|
|
814
|
+
{ url = "https://files.pythonhosted.org/packages/a1/9c/596784cb5824ed61ee960d3f8655a3f0993e107c6e98ab6c818b7fb92ccb/propcache-0.5.2-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:8a90efd5777e996e42d568db9ac740b944d691e565cbfd31b2f7832f9184b2b8", size = 59796, upload-time = "2026-05-08T21:01:58.736Z" },
|
|
815
|
+
{ url = "https://files.pythonhosted.org/packages/c2/3d/1a6cfa1726a48542c1e8784a0761421476a5b68e09b7f36bf95eb954aaba/propcache-0.5.2-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:f19bb891234d72535764d703bfed1153cc34f4214d5bd7150aee1eec9e8f4366", size = 66023, upload-time = "2026-05-08T21:02:00.228Z" },
|
|
816
|
+
{ url = "https://files.pythonhosted.org/packages/e4/0e/05fd6990369477076e4e280bcb970de760fddf0161a46e988bc95f7940ec/propcache-0.5.2-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:32775082acd2d807ee3db715c7770d38767b817870acfa08c29e057f3c4d5b56", size = 64448, upload-time = "2026-05-08T21:02:01.888Z" },
|
|
817
|
+
{ url = "https://files.pythonhosted.org/packages/cd/86/5f8da315a4309c62c10c0b2516b17492d5d3bbe1bb862b96604db67e2a37/propcache-0.5.2-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:9282fb1a3bccd038da9f768b927b24a0c753e466c086b7c4f3c6982851eefb2d", size = 67329, upload-time = "2026-05-08T21:02:03.484Z" },
|
|
818
|
+
{ url = "https://files.pythonhosted.org/packages/da/d3/3368efe79ab21f0cdf86ef49895811c9cc933131d4cde1f28a624e22e712/propcache-0.5.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:cc49723e2f60d6b32a0f0b08a3fd6d13203c07f1cd9566cfce0f12a917c967a2", size = 65172, upload-time = "2026-05-08T21:02:04.745Z" },
|
|
819
|
+
{ url = "https://files.pythonhosted.org/packages/d5/07/127e8b0bacfb325396196f9d976a22453049b89b9b2b08477cc3145faa44/propcache-0.5.2-cp314-cp314t-win32.whl", hash = "sha256:2d7aa89ebca5acc98cba9d1472d976e394782f587bad6661003602a619fd1821", size = 43813, upload-time = "2026-05-08T21:02:06.025Z" },
|
|
820
|
+
{ url = "https://files.pythonhosted.org/packages/88/fb/46dad6c0ae49ed230ab1b16c890c2b6314e2403e6c412976f4a72d64a527/propcache-0.5.2-cp314-cp314t-win_amd64.whl", hash = "sha256:d447bb0b3054be5818458fbb171208b1d9ff11eba14e18ca18b90cbb45767370", size = 47764, upload-time = "2026-05-08T21:02:07.353Z" },
|
|
821
|
+
{ url = "https://files.pythonhosted.org/packages/e7/c4/a47d0a63aa309d10d59ede6e9d4cff03a344a79d1f0f4cd0cd74997b53e0/propcache-0.5.2-cp314-cp314t-win_arm64.whl", hash = "sha256:fe67a3d11cd9b4efabfa45c3d00ffba2b26811442a73a581a94b67c2b5faccf6", size = 41140, upload-time = "2026-05-08T21:02:09.065Z" },
|
|
822
|
+
{ url = "https://files.pythonhosted.org/packages/3a/ed/1cdcab6ba3d6ab7feca11fc14f0eeea80755bb53ef4e892079f31b10a25f/propcache-0.5.2-py3-none-any.whl", hash = "sha256:be1ddfcbb376e3de5d2e2db1d58d6d67463e6b4f9f040c000de8e300295465fe", size = 14036, upload-time = "2026-05-08T21:02:10.673Z" },
|
|
819
823
|
]
|
|
820
824
|
|
|
821
825
|
[[package]]
|
|
@@ -920,16 +924,16 @@ wheels = [
|
|
|
920
924
|
|
|
921
925
|
[[package]]
|
|
922
926
|
name = "pydantic-settings"
|
|
923
|
-
version = "2.14.
|
|
927
|
+
version = "2.14.1"
|
|
924
928
|
source = { registry = "https://pypi.org/simple" }
|
|
925
929
|
dependencies = [
|
|
926
930
|
{ name = "pydantic" },
|
|
927
931
|
{ name = "python-dotenv" },
|
|
928
932
|
{ name = "typing-inspection" },
|
|
929
933
|
]
|
|
930
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
934
|
+
sdist = { url = "https://files.pythonhosted.org/packages/07/60/1d1e59c9c90d54591469ada7d268251f71c24bdb765f1a8a832cee8c6653/pydantic_settings-2.14.1.tar.gz", hash = "sha256:e874d3bec7e787b0c9958277956ed9b4dd5de6a80e162188fdaff7c5e26fd5fa", size = 235551, upload-time = "2026-05-08T13:40:06.542Z" }
|
|
931
935
|
wheels = [
|
|
932
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
936
|
+
{ url = "https://files.pythonhosted.org/packages/ae/8d/f1af3832f5e6eb13ba94ee809e72b8ecb5eef226d27ee0bef7d963d943c7/pydantic_settings-2.14.1-py3-none-any.whl", hash = "sha256:6e3c7edfd8277687cdc598f56e5cff0e9bfff0910a3749deaa8d4401c3a2b9de", size = 60964, upload-time = "2026-05-08T13:40:04.958Z" },
|
|
933
937
|
]
|
|
934
938
|
|
|
935
939
|
[[package]]
|
|
@@ -950,6 +954,19 @@ wheels = [
|
|
|
950
954
|
{ url = "https://files.pythonhosted.org/packages/bd/24/12818598c362d7f300f18e74db45963dbcb85150324092410c8b49405e42/pyproject_hooks-1.2.0-py3-none-any.whl", hash = "sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913", size = 10216, upload-time = "2024-09-29T09:24:11.978Z" },
|
|
951
955
|
]
|
|
952
956
|
|
|
957
|
+
[[package]]
|
|
958
|
+
name = "pyright"
|
|
959
|
+
version = "1.1.409"
|
|
960
|
+
source = { registry = "https://pypi.org/simple" }
|
|
961
|
+
dependencies = [
|
|
962
|
+
{ name = "nodeenv" },
|
|
963
|
+
{ name = "typing-extensions" },
|
|
964
|
+
]
|
|
965
|
+
sdist = { url = "https://files.pythonhosted.org/packages/51/4e/3aa27f74211522dba7e9cbc3e74de779c6d4b654c54e50a4840623be8014/pyright-1.1.409.tar.gz", hash = "sha256:986ee05beca9e077c165758ad123667c679e050059a2546aa02473930394bc93", size = 4430434, upload-time = "2026-04-23T11:02:03.799Z" }
|
|
966
|
+
wheels = [
|
|
967
|
+
{ url = "https://files.pythonhosted.org/packages/16/6b/330d8ebae582b30c2959a1ef4c3bc344ebde48c2ff0c3f113c4710735e11/pyright-1.1.409-py3-none-any.whl", hash = "sha256:aa3ea228cab90c845c7a60d28db7a844c04315356392aa09fafcee98c8c22fb3", size = 6438161, upload-time = "2026-04-23T11:02:01.309Z" },
|
|
968
|
+
]
|
|
969
|
+
|
|
953
970
|
[[package]]
|
|
954
971
|
name = "pytest"
|
|
955
972
|
version = "9.0.3"
|
|
@@ -1116,8 +1133,11 @@ dev = [
|
|
|
1116
1133
|
{ name = "build" },
|
|
1117
1134
|
{ name = "pip" },
|
|
1118
1135
|
{ name = "pre-commit" },
|
|
1136
|
+
{ name = "pyright" },
|
|
1137
|
+
{ name = "ruff" },
|
|
1119
1138
|
{ name = "setuptools" },
|
|
1120
1139
|
{ name = "setuptools-scm" },
|
|
1140
|
+
{ name = "ty" },
|
|
1121
1141
|
{ name = "types-aiobotocore", extra = ["s3"] },
|
|
1122
1142
|
{ name = "wheel" },
|
|
1123
1143
|
]
|
|
@@ -1130,7 +1150,7 @@ testing = [
|
|
|
1130
1150
|
|
|
1131
1151
|
[package.metadata]
|
|
1132
1152
|
requires-dist = [
|
|
1133
|
-
{ name = "aiobotocore", marker = "extra == 'object-storage'", specifier = "~=3.
|
|
1153
|
+
{ name = "aiobotocore", marker = "extra == 'object-storage'", specifier = "~=3.7.0" },
|
|
1134
1154
|
{ name = "aiohttp", extras = ["speedups"], marker = "extra == 'api-client'", specifier = ">=3.13.5,<3.15.0" },
|
|
1135
1155
|
{ name = "aiohttp", extras = ["speedups"], marker = "extra == 'authn'", specifier = ">=3.13.5,<3.15.0" },
|
|
1136
1156
|
{ name = "aiohttp", extras = ["speedups"], marker = "extra == 'soap-client'", specifier = ">=3.13.5,<3.15.0" },
|
|
@@ -1143,7 +1163,7 @@ requires-dist = [
|
|
|
1143
1163
|
{ name = "msgpack", specifier = "~=1.1.2" },
|
|
1144
1164
|
{ name = "msgspec", specifier = "==0.21.1" },
|
|
1145
1165
|
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "==0.0.29" },
|
|
1146
|
-
{ name = "pydantic-settings", specifier = "~=2.14.
|
|
1166
|
+
{ name = "pydantic-settings", specifier = "~=2.14.1" },
|
|
1147
1167
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authn'" },
|
|
1148
1168
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authz'" },
|
|
1149
1169
|
{ name = "python3-commons", extras = ["api-client", "audit", "authn", "authz", "cache", "database", "object-storage", "soap-client"], marker = "extra == 'all'" },
|
|
@@ -1163,8 +1183,11 @@ dev = [
|
|
|
1163
1183
|
{ name = "build" },
|
|
1164
1184
|
{ name = "pip" },
|
|
1165
1185
|
{ name = "pre-commit" },
|
|
1186
|
+
{ name = "pyright" },
|
|
1187
|
+
{ name = "ruff" },
|
|
1166
1188
|
{ name = "setuptools" },
|
|
1167
1189
|
{ name = "setuptools-scm" },
|
|
1190
|
+
{ name = "ty" },
|
|
1168
1191
|
{ name = "types-aiobotocore", extras = ["s3"] },
|
|
1169
1192
|
{ name = "wheel" },
|
|
1170
1193
|
]
|
|
@@ -1249,6 +1272,31 @@ wheels = [
|
|
|
1249
1272
|
{ url = "https://files.pythonhosted.org/packages/3f/51/d4db610ef29373b879047326cbf6fa98b6c1969d6f6dc423279de2b1be2c/requests_toolbelt-1.0.0-py2.py3-none-any.whl", hash = "sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06", size = 54481, upload-time = "2023-05-01T04:11:28.427Z" },
|
|
1250
1273
|
]
|
|
1251
1274
|
|
|
1275
|
+
[[package]]
|
|
1276
|
+
name = "ruff"
|
|
1277
|
+
version = "0.15.12"
|
|
1278
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1279
|
+
sdist = { url = "https://files.pythonhosted.org/packages/99/43/3291f1cc9106f4c63bdce7a8d0df5047fe8422a75b091c16b5e9355e0b11/ruff-0.15.12.tar.gz", hash = "sha256:ecea26adb26b4232c0c2ca19ccbc0083a68344180bba2a600605538ce51a40a6", size = 4643852, upload-time = "2026-04-24T18:17:14.305Z" }
|
|
1280
|
+
wheels = [
|
|
1281
|
+
{ url = "https://files.pythonhosted.org/packages/c3/6e/e78ffb61d4686f3d96ba3df2c801161843746dcbcbb17a1e927d4829312b/ruff-0.15.12-py3-none-linux_armv6l.whl", hash = "sha256:f86f176e188e94d6bdbc09f09bfd9dc729059ad93d0e7390b5a73efe19f8861c", size = 10640713, upload-time = "2026-04-24T18:17:22.841Z" },
|
|
1282
|
+
{ url = "https://files.pythonhosted.org/packages/ae/08/a317bc231fb9e7b93e4ef3089501e51922ff88d6936ce5cf870c4fe55419/ruff-0.15.12-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:e3bcd123364c3770b8e1b7baaf343cc99a35f197c5c6e8af79015c666c423a6c", size = 11069267, upload-time = "2026-04-24T18:17:30.105Z" },
|
|
1283
|
+
{ url = "https://files.pythonhosted.org/packages/aa/a4/f828e9718d3dce1f5f11c39c4f65afd32783c8b2aebb2e3d259e492c47bd/ruff-0.15.12-py3-none-macosx_11_0_arm64.whl", hash = "sha256:fe87510d000220aa1ed530d4448a7c696a0cae1213e5ec30e5874287b66557b5", size = 10397182, upload-time = "2026-04-24T18:17:07.177Z" },
|
|
1284
|
+
{ url = "https://files.pythonhosted.org/packages/71/e0/3310fc6d1b5e1fdea22bf3b1b807c7e187b581021b0d7d4514cccdb5fb71/ruff-0.15.12-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:84a1630093121375a3e2a95b4a6dc7b59e2b4ee76216e32d81aae550a832d002", size = 10758012, upload-time = "2026-04-24T18:16:55.759Z" },
|
|
1285
|
+
{ url = "https://files.pythonhosted.org/packages/11/c1/a606911aee04c324ddaa883ae418f3569792fd3c4a10c50e0dd0a2311e1e/ruff-0.15.12-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fb129f40f114f089ebe0ca56c0d251cf2061b17651d464bb6478dc01e69f11f5", size = 10447479, upload-time = "2026-04-24T18:16:51.677Z" },
|
|
1286
|
+
{ url = "https://files.pythonhosted.org/packages/9d/68/4201e8444f0894f21ab4aeeaee68aa4f10b51613514a20d80bd628d57e88/ruff-0.15.12-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b0c862b172d695db7598426b8af465e7e9ac00a3ea2a3630ee67eb82e366aaa6", size = 11234040, upload-time = "2026-04-24T18:17:16.529Z" },
|
|
1287
|
+
{ url = "https://files.pythonhosted.org/packages/34/ff/8a6d6cf4ccc23fd67060874e832c18919d1557a0611ebef03fdb01fff11e/ruff-0.15.12-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2849ea9f3484c3aca43a82f484210370319e7170df4dfe4843395ddf6c57bc33", size = 12087377, upload-time = "2026-04-24T18:17:04.944Z" },
|
|
1288
|
+
{ url = "https://files.pythonhosted.org/packages/85/f6/c669cf73f5152f623d34e69866a46d5e6185816b19fcd5b6dd8a2d299922/ruff-0.15.12-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9e77c7e51c07fe396826d5969a5b846d9cd4c402535835fb6e21ce8b28fef847", size = 11367784, upload-time = "2026-04-24T18:17:25.409Z" },
|
|
1289
|
+
{ url = "https://files.pythonhosted.org/packages/e8/39/c61d193b8a1daaa8977f7dea9e8d8ba866e02ea7b65d32f6861693aa4c12/ruff-0.15.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:83b2f4f2f3b1026b5fb449b467d9264bf22067b600f7b6f41fc5958909f449d0", size = 11344088, upload-time = "2026-04-24T18:17:12.258Z" },
|
|
1290
|
+
{ url = "https://files.pythonhosted.org/packages/c2/8d/49afab3645e31e12c590acb6d3b5b69d7aab5b81926dbaf7461f9441f37a/ruff-0.15.12-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:9ba3b8f1afd7e2e43d8943e55f249e13f9682fde09711644a6e7290eb4f3e339", size = 11271770, upload-time = "2026-04-24T18:17:02.457Z" },
|
|
1291
|
+
{ url = "https://files.pythonhosted.org/packages/46/06/33f41fe94403e2b755481cdfb9b7ef3e4e0ed031c4581124658d935d52b4/ruff-0.15.12-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:e852ba9fdc890655e1d78f2df1499efbe0e54126bd405362154a75e2bde159c5", size = 10719355, upload-time = "2026-04-24T18:17:27.648Z" },
|
|
1292
|
+
{ url = "https://files.pythonhosted.org/packages/0d/59/18aa4e014debbf559670e4048e39260a85c7fcee84acfd761ac01e7b8d35/ruff-0.15.12-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:dd8aed930da53780d22fc70bdf84452c843cf64f8cb4eb38984319c24c5cd5fd", size = 10462758, upload-time = "2026-04-24T18:17:32.347Z" },
|
|
1293
|
+
{ url = "https://files.pythonhosted.org/packages/25/e7/cc9f16fd0f3b5fddcbd7ec3d6ae30c8f3fde1047f32a4093a98d633c6570/ruff-0.15.12-py3-none-musllinux_1_2_i686.whl", hash = "sha256:01da3988d225628b709493d7dc67c3b9b12c0210016b08690ef9bd27970b262b", size = 10953498, upload-time = "2026-04-24T18:17:20.674Z" },
|
|
1294
|
+
{ url = "https://files.pythonhosted.org/packages/72/7a/a9ba7f98c7a575978698f4230c5e8cc54bbc761af34f560818f933dafa0c/ruff-0.15.12-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:9cae0f92bd5700d1213188b31cd3bdd2b315361296d10b96b8e2337d3d11f53e", size = 11447765, upload-time = "2026-04-24T18:17:09.755Z" },
|
|
1295
|
+
{ url = "https://files.pythonhosted.org/packages/ea/f9/0ae446942c846b8266059ad8a30702a35afae55f5cdc54c5adf8d7afdc27/ruff-0.15.12-py3-none-win32.whl", hash = "sha256:d0185894e038d7043ba8fd6aee7499ece6462dc0ea9f1e260c7451807c714c20", size = 10657277, upload-time = "2026-04-24T18:17:18.591Z" },
|
|
1296
|
+
{ url = "https://files.pythonhosted.org/packages/33/f1/9614e03e1cdcbf9437570b5400ced8a720b5db22b28d8e0f1bda429f660d/ruff-0.15.12-py3-none-win_amd64.whl", hash = "sha256:c87a162d61ab3adca47c03f7f717c68672edec7d1b5499e652331780fe74950d", size = 11837758, upload-time = "2026-04-24T18:17:00.113Z" },
|
|
1297
|
+
{ url = "https://files.pythonhosted.org/packages/c0/98/6beb4b351e472e5f4c4613f7c35a5290b8be2497e183825310c4c3a3984b/ruff-0.15.12-py3-none-win_arm64.whl", hash = "sha256:a538f7a82d061cee7be55542aca1d86d1393d55d81d4fcc314370f4340930d4f", size = 11120821, upload-time = "2026-04-24T18:16:57.979Z" },
|
|
1298
|
+
]
|
|
1299
|
+
|
|
1252
1300
|
[[package]]
|
|
1253
1301
|
name = "setuptools"
|
|
1254
1302
|
version = "82.0.1"
|
|
@@ -1312,6 +1360,30 @@ asyncio = [
|
|
|
1312
1360
|
{ name = "greenlet" },
|
|
1313
1361
|
]
|
|
1314
1362
|
|
|
1363
|
+
[[package]]
|
|
1364
|
+
name = "ty"
|
|
1365
|
+
version = "0.0.34"
|
|
1366
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1367
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c4/69/e24eefe2c35c0fdbdec9b60e162727af669bb76d64d993d982eb67b24c38/ty-0.0.34.tar.gz", hash = "sha256:a6efe66b0f13c03a65e6c72ec9abfe2792e2fd063c74fa67e2c4930e29d661be", size = 5585933, upload-time = "2026-05-01T23:06:46.388Z" }
|
|
1368
|
+
wheels = [
|
|
1369
|
+
{ url = "https://files.pythonhosted.org/packages/83/7b/8b85003d6639ef17a97dcbb31f4511cfe78f1c81a964470db100c8c883e7/ty-0.0.34-py3-none-linux_armv6l.whl", hash = "sha256:9ecc3d14f07a95a6ceb88e07f8e62358dbd37325d3d5bd56da7217ff1fef7fb8", size = 11067094, upload-time = "2026-05-01T23:06:21.133Z" },
|
|
1370
|
+
{ url = "https://files.pythonhosted.org/packages/d7/25/b0098f65b020b015c40567c763fc66fffbec88b2ba6f584bca1e92f05ebb/ty-0.0.34-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:0dccffd8a9d02321cd2dee3249df205e26d62694e741f4eeca36b157fd8b419f", size = 10840909, upload-time = "2026-05-01T23:06:18.409Z" },
|
|
1371
|
+
{ url = "https://files.pythonhosted.org/packages/e4/55/5e4adcf7d2a1006b844903b27cb81244a9b748d850433a46a6c21776c401/ty-0.0.34-py3-none-macosx_11_0_arm64.whl", hash = "sha256:b0ea47a2998e167ab3b21d2f4b5309a9cf33c297809f6d7e3e753252223174d0", size = 10279378, upload-time = "2026-05-01T23:06:37.962Z" },
|
|
1372
|
+
{ url = "https://files.pythonhosted.org/packages/4d/91/f537dca0db8fe2558e8ab04d8941d687b384fcc1df5eb9023b2db75ac26c/ty-0.0.34-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b37da00b41a118a459ae56d8947e70651073fb33ebfbceb820e4a10b22d5023", size = 10817423, upload-time = "2026-05-01T23:06:26.247Z" },
|
|
1373
|
+
{ url = "https://files.pythonhosted.org/packages/2c/c4/55a3ad1da2815af1009bdc1b8c90dc11a364cd314e4b48c5128ba9d38859/ty-0.0.34-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:81cbbb93c2342fe3de43e625d3a9eb149633e9f485e816ebf6395d08685355d8", size = 10851826, upload-time = "2026-05-01T23:06:24.198Z" },
|
|
1374
|
+
{ url = "https://files.pythonhosted.org/packages/ce/8c/9c7606af22d73fb43ea4369472d9c66ece11231be73b0efe8e3c61655559/ty-0.0.34-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4c5b4dea1594a021289e172582df9cde7089dce14b276fc650e7b212b1772e12", size = 11356318, upload-time = "2026-05-01T23:06:51.139Z" },
|
|
1375
|
+
{ url = "https://files.pythonhosted.org/packages/20/54/bb423f663721ab4138b216425c6b55eaefd3a068243b24d6d8fe988f4e13/ty-0.0.34-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:030fb00aa2d2a5b5ae9d9183d574e0c82dae80566700a7490c43669d8ece40cd", size = 11902968, upload-time = "2026-05-01T23:06:35.82Z" },
|
|
1376
|
+
{ url = "https://files.pythonhosted.org/packages/b6/22/01122b21ab6b534a2f618c6bbe5f1f7f49fd56f4b2ec8887cd6d40d08fb3/ty-0.0.34-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5ae9555e24e36c63a8218e037a5a63f15579eb6aa94f41017e57cd41d335cfb5", size = 11548860, upload-time = "2026-05-01T23:06:42.155Z" },
|
|
1377
|
+
{ url = "https://files.pythonhosted.org/packages/d1/50/86008b1392ec64bed1957bbcc7aaa43b466b50dfc91bb131841c21d7c5c3/ty-0.0.34-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:99eb23df9ed129fc26d1ab00d6f0b8dfe5253b09c2ac6abdb11523fa70d67f10", size = 11457097, upload-time = "2026-05-01T23:06:53.477Z" },
|
|
1378
|
+
{ url = "https://files.pythonhosted.org/packages/92/3e/4558b2296963ba99c58d8409c57d7db4f3061b656c3613cb21c02c1ef4c2/ty-0.0.34-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:85de45382016eceae69e104815eb2cfa200787df104002e262a86cbd43ed2c02", size = 10798192, upload-time = "2026-05-01T23:06:40.004Z" },
|
|
1379
|
+
{ url = "https://files.pythonhosted.org/packages/76/bf/650d24402be2ef678528d60caac1d9477a40fc37e3792ecef07834fd7a4a/ty-0.0.34-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:14cb575fb8fa5131f5129d100cfe23c1575d23faf5dfc5158432749a3e38c9b5", size = 10890390, upload-time = "2026-05-01T23:06:33.076Z" },
|
|
1380
|
+
{ url = "https://files.pythonhosted.org/packages/5c/ef/ccd2ca13906079f7935fd7e067661b24233017f57d987d51d6a121d85bb5/ty-0.0.34-py3-none-musllinux_1_2_i686.whl", hash = "sha256:c6fc0b69d8450e6910ba9db34572b959b81329a97ae273c391f70e9fb6c1aade", size = 11031564, upload-time = "2026-05-01T23:06:55.812Z" },
|
|
1381
|
+
{ url = "https://files.pythonhosted.org/packages/ba/2d/d27b72005b6f43599e3bcabab0d7135ac0c230b7a307bb99f9eea02c1cda/ty-0.0.34-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:30dfcec2f0fde3993f4f912ed0e057dcbebc8615299f610a4c2ddb7b5a3e1e06", size = 11553430, upload-time = "2026-05-01T23:06:31.096Z" },
|
|
1382
|
+
{ url = "https://files.pythonhosted.org/packages/a7/12/20812e1ad930b8d4af70eebf19ad23cff6e31efcfa613ef884531fcdbaa1/ty-0.0.34-py3-none-win32.whl", hash = "sha256:97b77ddf007271b812a313a8f0a14929bc5590958433e1fb83ef585676f53342", size = 10436048, upload-time = "2026-05-01T23:06:49.108Z" },
|
|
1383
|
+
{ url = "https://files.pythonhosted.org/packages/b0/6a/afa095c5987868fbda27c0f731146ac8e3d07b357adfa83daccaee5b1a16/ty-0.0.34-py3-none-win_amd64.whl", hash = "sha256:1f543968accb952705134028d1fda8656882787dbbc667ad4d6c3ba23791d604", size = 11462526, upload-time = "2026-05-01T23:06:28.514Z" },
|
|
1384
|
+
{ url = "https://files.pythonhosted.org/packages/63/8f/bf041a06260d77662c0605e56dacfe90b786bf824cbe1aed238d15fe5e84/ty-0.0.34-py3-none-win_arm64.whl", hash = "sha256:ea09108cbcb16b6b06d7596312b433bf49681e78d30e4dc7fb3c1b248a95e09a", size = 10846945, upload-time = "2026-05-01T23:06:44.428Z" },
|
|
1385
|
+
]
|
|
1386
|
+
|
|
1315
1387
|
[[package]]
|
|
1316
1388
|
name = "types-aiobotocore"
|
|
1317
1389
|
version = "3.6.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.14 → python3_commons-0.18.15}/.github/workflows/release-on-tag-push.yml
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
|
|
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.18.14 → python3_commons-0.18.15}/src/python3_commons/db/models/__init__.py
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.14 → python3_commons-0.18.15}/src/python3_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.18.14 → python3_commons-0.18.15}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|