python3-commons 0.20.12__tar.gz → 0.20.13__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.20.12/src/python3_commons.egg-info → python3_commons-0.20.13}/PKG-INFO +6 -6
- {python3_commons-0.20.12 → python3_commons-0.20.13}/pyproject.toml +5 -5
- {python3_commons-0.20.12 → python3_commons-0.20.13/src/python3_commons.egg-info}/PKG-INFO +6 -6
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons.egg-info/requires.txt +5 -5
- {python3_commons-0.20.12 → python3_commons-0.20.13}/uv.lock +11 -11
- {python3_commons-0.20.12 → python3_commons-0.20.13}/.coveragerc +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/.env_template +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/.gitignore +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/.pre-commit-config.yaml +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/.python-version +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/AUTHORS.rst +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/CHANGELOG.rst +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/LICENSE +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/README.md +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/README.rst +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/docs/Makefile +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/docs/_static/.gitignore +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/docs/authors.rst +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/docs/changelog.rst +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/docs/conf.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/docs/index.rst +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/docs/license.rst +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/setup.cfg +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/async_functools.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/db/models/users.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/soap_client.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/__init__.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/integration/__init__.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/integration/conftest.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/integration/test_auth.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/integration/test_osc.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/unit/__init__.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/unit/conftest.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/unit/db/__init__.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/unit/db/test_async_session_manager.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/unit/test_async_functools.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.20.12 → python3_commons-0.20.13}/tests/unit/test_msgspec.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.20.
|
|
3
|
+
Version: 0.20.13
|
|
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
|
|
@@ -13,13 +13,13 @@ Description-Content-Type: text/x-rst
|
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
15
|
Requires-Dist: msgpack~=1.1.2
|
|
16
|
-
Requires-Dist: msgspec
|
|
16
|
+
Requires-Dist: msgspec~=0.21.1
|
|
17
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
|
|
21
21
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "api-client"
|
|
22
|
-
Requires-Dist: certifi
|
|
22
|
+
Requires-Dist: certifi~=2026.5.20; extra == "api-client"
|
|
23
23
|
Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
|
|
24
24
|
Provides-Extra: audit
|
|
25
25
|
Requires-Dist: lxml~=6.1.1; extra == "audit"
|
|
@@ -27,7 +27,7 @@ Requires-Dist: zeep[async]~=4.3.2; extra == "audit"
|
|
|
27
27
|
Requires-Dist: python3_commons[object-storage]; extra == "audit"
|
|
28
28
|
Provides-Extra: authn
|
|
29
29
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "authn"
|
|
30
|
-
Requires-Dist: certifi
|
|
30
|
+
Requires-Dist: certifi~=2026.5.20; extra == "authn"
|
|
31
31
|
Requires-Dist: python3_commons[api-client]; extra == "authn"
|
|
32
32
|
Provides-Extra: authz
|
|
33
33
|
Requires-Dist: python3_commons[database]; extra == "authz"
|
|
@@ -39,10 +39,10 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
|
39
39
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.50; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
41
|
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
|
-
Requires-Dist: object-storage-client
|
|
42
|
+
Requires-Dist: object-storage-client~=0.0.31; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "soap-client"
|
|
45
|
-
Requires-Dist: certifi
|
|
45
|
+
Requires-Dist: certifi~=2026.5.20; extra == "soap-client"
|
|
46
46
|
Requires-Dist: lxml~=6.1.1; extra == "soap-client"
|
|
47
47
|
Requires-Dist: requests~=2.34.2; extra == "soap-client"
|
|
48
48
|
Requires-Dist: zeep[async]~=4.3.2; extra == "soap-client"
|
|
@@ -19,7 +19,7 @@ keywords = []
|
|
|
19
19
|
requires-python = ">=3.14.0,<3.15.0"
|
|
20
20
|
dependencies = [
|
|
21
21
|
"msgpack~=1.1.2",
|
|
22
|
-
"msgspec
|
|
22
|
+
"msgspec~=0.21.1",
|
|
23
23
|
"pydantic-settings~=2.14.1"
|
|
24
24
|
]
|
|
25
25
|
|
|
@@ -29,7 +29,7 @@ all = [
|
|
|
29
29
|
]
|
|
30
30
|
api-client = [
|
|
31
31
|
"aiohttp[speedups]>=3.13.5,<3.15.0",
|
|
32
|
-
"certifi
|
|
32
|
+
"certifi~=2026.5.20",
|
|
33
33
|
"python3_commons[audit,object-storage]"
|
|
34
34
|
]
|
|
35
35
|
audit = [
|
|
@@ -39,7 +39,7 @@ audit = [
|
|
|
39
39
|
]
|
|
40
40
|
authn = [
|
|
41
41
|
"aiohttp[speedups]>=3.13.5,<3.15.0",
|
|
42
|
-
"certifi
|
|
42
|
+
"certifi~=2026.5.20",
|
|
43
43
|
"python3_commons[api-client]"
|
|
44
44
|
]
|
|
45
45
|
authz = [
|
|
@@ -55,11 +55,11 @@ database = [
|
|
|
55
55
|
]
|
|
56
56
|
object-storage = [
|
|
57
57
|
"aiobotocore~=3.7.0",
|
|
58
|
-
"object-storage-client
|
|
58
|
+
"object-storage-client~=0.0.31"
|
|
59
59
|
]
|
|
60
60
|
soap-client = [
|
|
61
61
|
"aiohttp[speedups]>=3.13.5,<3.15.0",
|
|
62
|
-
"certifi
|
|
62
|
+
"certifi~=2026.5.20",
|
|
63
63
|
"lxml~=6.1.1",
|
|
64
64
|
"requests~=2.34.2",
|
|
65
65
|
"zeep[async]~=4.3.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.20.
|
|
3
|
+
Version: 0.20.13
|
|
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
|
|
@@ -13,13 +13,13 @@ Description-Content-Type: text/x-rst
|
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
15
|
Requires-Dist: msgpack~=1.1.2
|
|
16
|
-
Requires-Dist: msgspec
|
|
16
|
+
Requires-Dist: msgspec~=0.21.1
|
|
17
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
|
|
21
21
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "api-client"
|
|
22
|
-
Requires-Dist: certifi
|
|
22
|
+
Requires-Dist: certifi~=2026.5.20; extra == "api-client"
|
|
23
23
|
Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
|
|
24
24
|
Provides-Extra: audit
|
|
25
25
|
Requires-Dist: lxml~=6.1.1; extra == "audit"
|
|
@@ -27,7 +27,7 @@ Requires-Dist: zeep[async]~=4.3.2; extra == "audit"
|
|
|
27
27
|
Requires-Dist: python3_commons[object-storage]; extra == "audit"
|
|
28
28
|
Provides-Extra: authn
|
|
29
29
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "authn"
|
|
30
|
-
Requires-Dist: certifi
|
|
30
|
+
Requires-Dist: certifi~=2026.5.20; extra == "authn"
|
|
31
31
|
Requires-Dist: python3_commons[api-client]; extra == "authn"
|
|
32
32
|
Provides-Extra: authz
|
|
33
33
|
Requires-Dist: python3_commons[database]; extra == "authz"
|
|
@@ -39,10 +39,10 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
|
39
39
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.50; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
41
|
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
|
-
Requires-Dist: object-storage-client
|
|
42
|
+
Requires-Dist: object-storage-client~=0.0.31; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "soap-client"
|
|
45
|
-
Requires-Dist: certifi
|
|
45
|
+
Requires-Dist: certifi~=2026.5.20; extra == "soap-client"
|
|
46
46
|
Requires-Dist: lxml~=6.1.1; extra == "soap-client"
|
|
47
47
|
Requires-Dist: requests~=2.34.2; extra == "soap-client"
|
|
48
48
|
Requires-Dist: zeep[async]~=4.3.2; extra == "soap-client"
|
{python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons.egg-info/requires.txt
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
msgpack~=1.1.2
|
|
2
|
-
msgspec
|
|
2
|
+
msgspec~=0.21.1
|
|
3
3
|
pydantic-settings~=2.14.1
|
|
4
4
|
|
|
5
5
|
[all]
|
|
@@ -7,7 +7,7 @@ python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-
|
|
|
7
7
|
|
|
8
8
|
[api-client]
|
|
9
9
|
aiohttp[speedups]<3.15.0,>=3.13.5
|
|
10
|
-
certifi
|
|
10
|
+
certifi~=2026.5.20
|
|
11
11
|
python3_commons[audit,object-storage]
|
|
12
12
|
|
|
13
13
|
[audit]
|
|
@@ -17,7 +17,7 @@ python3_commons[object-storage]
|
|
|
17
17
|
|
|
18
18
|
[authn]
|
|
19
19
|
aiohttp[speedups]<3.15.0,>=3.13.5
|
|
20
|
-
certifi
|
|
20
|
+
certifi~=2026.5.20
|
|
21
21
|
python3_commons[api-client]
|
|
22
22
|
|
|
23
23
|
[authz]
|
|
@@ -33,11 +33,11 @@ SQLAlchemy[asyncio]~=2.0.50
|
|
|
33
33
|
|
|
34
34
|
[object-storage]
|
|
35
35
|
aiobotocore~=3.7.0
|
|
36
|
-
object-storage-client
|
|
36
|
+
object-storage-client~=0.0.31
|
|
37
37
|
|
|
38
38
|
[soap-client]
|
|
39
39
|
aiohttp[speedups]<3.15.0,>=3.13.5
|
|
40
|
-
certifi
|
|
40
|
+
certifi~=2026.5.20
|
|
41
41
|
lxml~=6.1.1
|
|
42
42
|
requests~=2.34.2
|
|
43
43
|
zeep[async]~=4.3.2
|
|
@@ -717,14 +717,14 @@ wheels = [
|
|
|
717
717
|
|
|
718
718
|
[[package]]
|
|
719
719
|
name = "object-storage-client"
|
|
720
|
-
version = "0.0.
|
|
720
|
+
version = "0.0.32"
|
|
721
721
|
source = { registry = "https://pypi.org/simple" }
|
|
722
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
722
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5a/87/b510aeb99d3a691d779d880eb5ad5390555703c711e1efb8a3fae826a5f8/object_storage_client-0.0.32.tar.gz", hash = "sha256:80809c69ac091d4b3a4eb96f2cef2117ada942410ba3130d1de3429acaf91407", size = 54901, upload-time = "2026-05-29T17:14:09.293Z" }
|
|
723
723
|
wheels = [
|
|
724
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
725
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
726
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
727
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
724
|
+
{ url = "https://files.pythonhosted.org/packages/b0/87/6cedf83e84e8a2d1afb53a65131b6e5f1ddfb565afa1b67aad784bdaa2e8/object_storage_client-0.0.32-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:f22c2bfe40d3891dc5aaa96366596308f47a120536624d3fbfb0808e98455656", size = 2152879, upload-time = "2026-05-29T17:14:14.744Z" },
|
|
725
|
+
{ url = "https://files.pythonhosted.org/packages/0b/9e/f37e6b3312b047eaf848f221c5530e1bf58ffa4ef2419ac7b78bf40cebfd/object_storage_client-0.0.32-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f1803bd864ef480196d85bff3bf8835f833b10e2ca67374b856bcb2f6e8c6c03", size = 2515485, upload-time = "2026-05-29T17:14:08.155Z" },
|
|
726
|
+
{ url = "https://files.pythonhosted.org/packages/5f/90/5573da551de8e2e220aa52aeb76346bcf6aa588725e53d4ef132ee580b27/object_storage_client-0.0.32-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:87e365d052b96ad635bc33f9265b3e04256576134346d7de11daa1baa3d80ab2", size = 2401737, upload-time = "2026-05-29T17:14:10.283Z" },
|
|
727
|
+
{ url = "https://files.pythonhosted.org/packages/d6/58/fe724140d0858e117fb173cc048511d0470c6a8da81108afedc1803ba223/object_storage_client-0.0.32-cp314-cp314-win_amd64.whl", hash = "sha256:0875c4a619ff7ad386a14936683f270eaeb155bc70863185461e37a12b2b988a", size = 2315103, upload-time = "2026-05-29T17:14:18.112Z" },
|
|
728
728
|
]
|
|
729
729
|
|
|
730
730
|
[[package]]
|
|
@@ -1155,14 +1155,14 @@ requires-dist = [
|
|
|
1155
1155
|
{ name = "aiohttp", extras = ["speedups"], marker = "extra == 'authn'", specifier = ">=3.13.5,<3.15.0" },
|
|
1156
1156
|
{ name = "aiohttp", extras = ["speedups"], marker = "extra == 'soap-client'", specifier = ">=3.13.5,<3.15.0" },
|
|
1157
1157
|
{ name = "asyncpg", marker = "extra == 'database'", specifier = "~=0.31.0" },
|
|
1158
|
-
{ name = "certifi", marker = "extra == 'api-client'", specifier = "
|
|
1159
|
-
{ name = "certifi", marker = "extra == 'authn'", specifier = "
|
|
1160
|
-
{ name = "certifi", marker = "extra == 'soap-client'", specifier = "
|
|
1158
|
+
{ name = "certifi", marker = "extra == 'api-client'", specifier = "~=2026.5.20" },
|
|
1159
|
+
{ name = "certifi", marker = "extra == 'authn'", specifier = "~=2026.5.20" },
|
|
1160
|
+
{ name = "certifi", marker = "extra == 'soap-client'", specifier = "~=2026.5.20" },
|
|
1161
1161
|
{ name = "lxml", marker = "extra == 'audit'", specifier = "~=6.1.1" },
|
|
1162
1162
|
{ name = "lxml", marker = "extra == 'soap-client'", specifier = "~=6.1.1" },
|
|
1163
1163
|
{ name = "msgpack", specifier = "~=1.1.2" },
|
|
1164
|
-
{ name = "msgspec", specifier = "
|
|
1165
|
-
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "
|
|
1164
|
+
{ name = "msgspec", specifier = "~=0.21.1" },
|
|
1165
|
+
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "~=0.0.31" },
|
|
1166
1166
|
{ name = "pydantic-settings", specifier = "~=2.14.1" },
|
|
1167
1167
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authn'" },
|
|
1168
1168
|
{ name = "python3-commons", extras = ["api-client"], marker = "extra == 'authz'" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.20.12 → python3_commons-0.20.13}/.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
|
|
File without changes
|
{python3_commons-0.20.12 → python3_commons-0.20.13}/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.20.12 → python3_commons-0.20.13}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.20.12 → python3_commons-0.20.13}/src/python3_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.20.12 → python3_commons-0.20.13}/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
|
{python3_commons-0.20.12 → python3_commons-0.20.13}/tests/unit/db/test_async_session_manager.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
|