python3-commons 0.22.4__tar.gz → 0.22.5__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.22.4/src/python3_commons.egg-info → python3_commons-0.22.5}/PKG-INFO +8 -8
- {python3_commons-0.22.4 → python3_commons-0.22.5}/pyproject.toml +7 -7
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/db/__init__.py +1 -1
- {python3_commons-0.22.4 → python3_commons-0.22.5/src/python3_commons.egg-info}/PKG-INFO +8 -8
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons.egg-info/requires.txt +7 -7
- {python3_commons-0.22.4 → python3_commons-0.22.5}/uv.lock +86 -96
- {python3_commons-0.22.4 → python3_commons-0.22.5}/.coveragerc +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/.env_template +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/.gitignore +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/.pre-commit-config.yaml +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/.python-version +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/AUTHORS.rst +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/CHANGELOG.rst +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/LICENSE +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/README.md +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/README.rst +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/docs/Makefile +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/docs/_static/.gitignore +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/docs/authors.rst +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/docs/changelog.rst +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/docs/conf.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/docs/index.rst +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/docs/license.rst +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/setup.cfg +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/async_functools.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/db/models/users.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/soap_client.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/__init__.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/integration/__init__.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/integration/conftest.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/integration/test_auth.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/integration/test_osc.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/unit/__init__.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/unit/conftest.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/unit/db/__init__.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/unit/db/test_async_session_manager.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/unit/test_async_functools.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.22.4 → python3_commons-0.22.5}/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.22.
|
|
3
|
+
Version: 0.22.5
|
|
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
|
|
@@ -12,22 +12,22 @@ Requires-Python: <3.15.0,>=3.14.0
|
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
|
-
Requires-Dist: msgpack~=1.2.
|
|
15
|
+
Requires-Dist: msgpack~=1.2.1
|
|
16
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.14.1; extra == "api-client"
|
|
22
|
-
Requires-Dist: certifi~=2026.
|
|
22
|
+
Requires-Dist: certifi~=2026.6.17; 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"
|
|
26
|
-
Requires-Dist: zeep[async]~=4.3.
|
|
26
|
+
Requires-Dist: zeep[async]~=4.3.3; 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.14.1; extra == "authn"
|
|
30
|
-
Requires-Dist: certifi~=2026.
|
|
30
|
+
Requires-Dist: certifi~=2026.6.17; 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"
|
|
@@ -36,16 +36,16 @@ Provides-Extra: cache
|
|
|
36
36
|
Requires-Dist: valkey[libvalkey]~=6.1.1; extra == "cache"
|
|
37
37
|
Provides-Extra: database
|
|
38
38
|
Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
39
|
-
Requires-Dist: SQLAlchemy[asyncio]~=2.0.
|
|
39
|
+
Requires-Dist: SQLAlchemy[asyncio]~=2.0.51; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
41
|
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
42
|
Requires-Dist: object-storage-client~=0.0.37; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.14.1; extra == "soap-client"
|
|
45
|
-
Requires-Dist: certifi~=2026.
|
|
45
|
+
Requires-Dist: certifi~=2026.6.17; 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
|
-
Requires-Dist: zeep[async]~=4.3.
|
|
48
|
+
Requires-Dist: zeep[async]~=4.3.3; extra == "soap-client"
|
|
49
49
|
Dynamic: license-file
|
|
50
50
|
|
|
51
51
|
Re-usable Python3 code
|
|
@@ -18,7 +18,7 @@ classifiers = [
|
|
|
18
18
|
keywords = []
|
|
19
19
|
requires-python = ">=3.14.0,<3.15.0"
|
|
20
20
|
dependencies = [
|
|
21
|
-
"msgpack~=1.2.
|
|
21
|
+
"msgpack~=1.2.1",
|
|
22
22
|
"msgspec~=0.21.1",
|
|
23
23
|
"pydantic-settings~=2.14.1"
|
|
24
24
|
]
|
|
@@ -29,17 +29,17 @@ all = [
|
|
|
29
29
|
]
|
|
30
30
|
api-client = [
|
|
31
31
|
"aiohttp[speedups]>=3.14.1,<3.15.0",
|
|
32
|
-
"certifi~=2026.
|
|
32
|
+
"certifi~=2026.6.17",
|
|
33
33
|
"python3_commons[audit,object-storage]"
|
|
34
34
|
]
|
|
35
35
|
audit = [
|
|
36
36
|
"lxml~=6.1.1",
|
|
37
|
-
"zeep[async]~=4.3.
|
|
37
|
+
"zeep[async]~=4.3.3",
|
|
38
38
|
"python3_commons[object-storage]"
|
|
39
39
|
]
|
|
40
40
|
authn = [
|
|
41
41
|
"aiohttp[speedups]>=3.14.1,<3.15.0",
|
|
42
|
-
"certifi~=2026.
|
|
42
|
+
"certifi~=2026.6.17",
|
|
43
43
|
"python3_commons[api-client]"
|
|
44
44
|
]
|
|
45
45
|
authz = [
|
|
@@ -51,7 +51,7 @@ cache = [
|
|
|
51
51
|
]
|
|
52
52
|
database = [
|
|
53
53
|
"asyncpg~=0.31.0",
|
|
54
|
-
"SQLAlchemy[asyncio]~=2.0.
|
|
54
|
+
"SQLAlchemy[asyncio]~=2.0.51"
|
|
55
55
|
]
|
|
56
56
|
object-storage = [
|
|
57
57
|
"aiobotocore~=3.7.0",
|
|
@@ -59,10 +59,10 @@ object-storage = [
|
|
|
59
59
|
]
|
|
60
60
|
soap-client = [
|
|
61
61
|
"aiohttp[speedups]>=3.14.1,<3.15.0",
|
|
62
|
-
"certifi~=2026.
|
|
62
|
+
"certifi~=2026.6.17",
|
|
63
63
|
"lxml~=6.1.1",
|
|
64
64
|
"requests~=2.34.2",
|
|
65
|
-
"zeep[async]~=4.3.
|
|
65
|
+
"zeep[async]~=4.3.3",
|
|
66
66
|
]
|
|
67
67
|
|
|
68
68
|
|
|
@@ -185,7 +185,7 @@ class AsyncSessionManager:
|
|
|
185
185
|
try:
|
|
186
186
|
yield session
|
|
187
187
|
except Exception:
|
|
188
|
-
logger.exception('
|
|
188
|
+
logger.exception('Error occured while db session %r was open; rolling back', name)
|
|
189
189
|
await session.rollback()
|
|
190
190
|
|
|
191
191
|
raise
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.5
|
|
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
|
|
@@ -12,22 +12,22 @@ Requires-Python: <3.15.0,>=3.14.0
|
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
|
-
Requires-Dist: msgpack~=1.2.
|
|
15
|
+
Requires-Dist: msgpack~=1.2.1
|
|
16
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.14.1; extra == "api-client"
|
|
22
|
-
Requires-Dist: certifi~=2026.
|
|
22
|
+
Requires-Dist: certifi~=2026.6.17; 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"
|
|
26
|
-
Requires-Dist: zeep[async]~=4.3.
|
|
26
|
+
Requires-Dist: zeep[async]~=4.3.3; 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.14.1; extra == "authn"
|
|
30
|
-
Requires-Dist: certifi~=2026.
|
|
30
|
+
Requires-Dist: certifi~=2026.6.17; 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"
|
|
@@ -36,16 +36,16 @@ Provides-Extra: cache
|
|
|
36
36
|
Requires-Dist: valkey[libvalkey]~=6.1.1; extra == "cache"
|
|
37
37
|
Provides-Extra: database
|
|
38
38
|
Requires-Dist: asyncpg~=0.31.0; extra == "database"
|
|
39
|
-
Requires-Dist: SQLAlchemy[asyncio]~=2.0.
|
|
39
|
+
Requires-Dist: SQLAlchemy[asyncio]~=2.0.51; extra == "database"
|
|
40
40
|
Provides-Extra: object-storage
|
|
41
41
|
Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
|
|
42
42
|
Requires-Dist: object-storage-client~=0.0.37; extra == "object-storage"
|
|
43
43
|
Provides-Extra: soap-client
|
|
44
44
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.14.1; extra == "soap-client"
|
|
45
|
-
Requires-Dist: certifi~=2026.
|
|
45
|
+
Requires-Dist: certifi~=2026.6.17; 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
|
-
Requires-Dist: zeep[async]~=4.3.
|
|
48
|
+
Requires-Dist: zeep[async]~=4.3.3; extra == "soap-client"
|
|
49
49
|
Dynamic: license-file
|
|
50
50
|
|
|
51
51
|
Re-usable Python3 code
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
msgpack~=1.2.
|
|
1
|
+
msgpack~=1.2.1
|
|
2
2
|
msgspec~=0.21.1
|
|
3
3
|
pydantic-settings~=2.14.1
|
|
4
4
|
|
|
@@ -7,17 +7,17 @@ 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.14.1
|
|
10
|
-
certifi~=2026.
|
|
10
|
+
certifi~=2026.6.17
|
|
11
11
|
python3_commons[audit,object-storage]
|
|
12
12
|
|
|
13
13
|
[audit]
|
|
14
14
|
lxml~=6.1.1
|
|
15
|
-
zeep[async]~=4.3.
|
|
15
|
+
zeep[async]~=4.3.3
|
|
16
16
|
python3_commons[object-storage]
|
|
17
17
|
|
|
18
18
|
[authn]
|
|
19
19
|
aiohttp[speedups]<3.15.0,>=3.14.1
|
|
20
|
-
certifi~=2026.
|
|
20
|
+
certifi~=2026.6.17
|
|
21
21
|
python3_commons[api-client]
|
|
22
22
|
|
|
23
23
|
[authz]
|
|
@@ -29,7 +29,7 @@ valkey[libvalkey]~=6.1.1
|
|
|
29
29
|
|
|
30
30
|
[database]
|
|
31
31
|
asyncpg~=0.31.0
|
|
32
|
-
SQLAlchemy[asyncio]~=2.0.
|
|
32
|
+
SQLAlchemy[asyncio]~=2.0.51
|
|
33
33
|
|
|
34
34
|
[object-storage]
|
|
35
35
|
aiobotocore~=3.7.0
|
|
@@ -37,7 +37,7 @@ object-storage-client~=0.0.37
|
|
|
37
37
|
|
|
38
38
|
[soap-client]
|
|
39
39
|
aiohttp[speedups]<3.15.0,>=3.14.1
|
|
40
|
-
certifi~=2026.
|
|
40
|
+
certifi~=2026.6.17
|
|
41
41
|
lxml~=6.1.1
|
|
42
42
|
requests~=2.34.2
|
|
43
|
-
zeep[async]~=4.3.
|
|
43
|
+
zeep[async]~=4.3.3
|
|
@@ -262,11 +262,11 @@ wheels = [
|
|
|
262
262
|
|
|
263
263
|
[[package]]
|
|
264
264
|
name = "certifi"
|
|
265
|
-
version = "2026.
|
|
265
|
+
version = "2026.6.17"
|
|
266
266
|
source = { registry = "https://pypi.org/simple" }
|
|
267
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
267
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c9/c7/424b75da314c1045981bd9777432fad05a9e0c69daa4ed7e308bbaffe405/certifi-2026.6.17.tar.gz", hash = "sha256:024c88eeec92ca068db80f02b8b07c9cef7b9fe261d1d535abfd5abd6f6af432", size = 134594, upload-time = "2026-06-17T10:31:07.894Z" }
|
|
268
268
|
wheels = [
|
|
269
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
269
|
+
{ url = "https://files.pythonhosted.org/packages/ef/2f/c5464532e965badff2f4c4c1a3a83f5697f0d7c407ed0cda44aaa99bb451/certifi-2026.6.17-py3-none-any.whl", hash = "sha256:2227dcbaafe0d2f59279d1762ddddc37783ed4354594f194ffc31d20f41fc3db", size = 133289, upload-time = "2026-06-17T10:31:06.348Z" },
|
|
270
270
|
]
|
|
271
271
|
|
|
272
272
|
[[package]]
|
|
@@ -461,29 +461,29 @@ wheels = [
|
|
|
461
461
|
|
|
462
462
|
[[package]]
|
|
463
463
|
name = "greenlet"
|
|
464
|
-
version = "3.5.
|
|
465
|
-
source = { registry = "https://pypi.org/simple" }
|
|
466
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
467
|
-
wheels = [
|
|
468
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
469
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
470
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
471
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
472
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
473
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
474
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
475
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
476
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
477
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
478
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
479
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
480
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
481
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
482
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
483
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
484
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
485
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
486
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
464
|
+
version = "3.5.2"
|
|
465
|
+
source = { registry = "https://pypi.org/simple" }
|
|
466
|
+
sdist = { url = "https://files.pythonhosted.org/packages/dd/8b/befc3cb36965f397d87e86fb3b00e3ec0dc67c1ecb0986d7f54ee528f018/greenlet-3.5.2.tar.gz", hash = "sha256:c1b906220d83c140361cdd12eef970fb5881a168b98ee58a43786426173da14c", size = 199243, upload-time = "2026-06-17T20:19:01.317Z" }
|
|
467
|
+
wheels = [
|
|
468
|
+
{ url = "https://files.pythonhosted.org/packages/c7/89/aaafc8e14de4ac882e02ccb963225329b0e8578aba4365e71eb678e45722/greenlet-3.5.2-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:1c31219badba285858ba8ed117f403dea7fafee6bade9a1991875aae530c3ceb", size = 287676, upload-time = "2026-06-17T17:33:31.514Z" },
|
|
469
|
+
{ url = "https://files.pythonhosted.org/packages/b8/fc/2308249206c12ac70de7b9a00970f84f07d10b3cd60e05d2fbcaa84124e8/greenlet-3.5.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6f96ed6f4adc1066954ae95f45717657cb67468ef3b89e9a3632e14a625a8f39", size = 653552, upload-time = "2026-06-17T18:07:23.493Z" },
|
|
470
|
+
{ url = "https://files.pythonhosted.org/packages/7c/24/47730d1f8f1336b9b089237521ed7a26eee997065dcb4cab81cdca333abc/greenlet-3.5.2-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5795e883e915333c0d5648faaa691857fbc7180136883edc377f50f0d509c2a8", size = 665756, upload-time = "2026-06-17T18:29:46.616Z" },
|
|
471
|
+
{ url = "https://files.pythonhosted.org/packages/23/5c/2664d290cbd1fef9eb3f69b5d3bc5aa91b6fa907519298ca6af93a90c6cb/greenlet-3.5.2-cp314-cp314-manylinux_2_24_s390x.manylinux_2_28_s390x.whl", hash = "sha256:6e9e49d732ee92a189bb7035e293029244aeba648297a9b856dc733d17ca7f0d", size = 669989, upload-time = "2026-06-17T18:39:30.79Z" },
|
|
472
|
+
{ url = "https://files.pythonhosted.org/packages/99/69/d6c99db15dc0b5e892ac3cc7b942c8b21f4a9cc3bd9ea0bc3b0f339ffbd4/greenlet-3.5.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:26aed8d9503ca78889141a9739d71b383efea5f472a7c522b5410f7eb2a1b163", size = 663228, upload-time = "2026-06-17T17:39:31.073Z" },
|
|
473
|
+
{ url = "https://files.pythonhosted.org/packages/42/d4/fcb53fa9847d7fbd4723fbed9469c3869b9e3544c4e001d9d5aa2f66162d/greenlet-3.5.2-cp314-cp314-manylinux_2_39_riscv64.whl", hash = "sha256:537c5c4f30395020bb9f48f53146070e3b997c3c75da14011ab732aaa19ce3ef", size = 472888, upload-time = "2026-06-17T18:41:22.511Z" },
|
|
474
|
+
{ url = "https://files.pythonhosted.org/packages/4f/88/9e603f448e2bc107c883e95817b980fb9b45ba6aea0299b2e9978124bea2/greenlet-3.5.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:dbebc038fcdda8f8f21cce985fd04e34e0f42007e7fc7ab7ad285caf77974b95", size = 1620723, upload-time = "2026-06-17T18:22:14.817Z" },
|
|
475
|
+
{ url = "https://files.pythonhosted.org/packages/11/91/26da17e3777858c16fdb8d020a4c68f3a03cb92f238de8f5351d5d5186e9/greenlet-3.5.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:a207023f1cf8695fd82580b8099c09c5809be18bc2282362cdfb965dd884a317", size = 1684227, upload-time = "2026-06-17T17:40:09.536Z" },
|
|
476
|
+
{ url = "https://files.pythonhosted.org/packages/2d/44/b3a11f7aa34cb38f1b7f3df8bcd9fcd09bac9d342c2a2c9b8686c804bcd2/greenlet-3.5.2-cp314-cp314-win_amd64.whl", hash = "sha256:c674a1dd4fe41f6a93febe7ab366ceabf15080ea31a9307811c56dac5f435f73", size = 240257, upload-time = "2026-06-17T17:35:23.359Z" },
|
|
477
|
+
{ url = "https://files.pythonhosted.org/packages/de/e3/3b62145fe917311732041a258adb218248add00542e3131c48bd047fbed5/greenlet-3.5.2-cp314-cp314-win_arm64.whl", hash = "sha256:3c417cd6c593bbbef6f7aa31a79f37d3db7d18832fc56b694a2150130bde784e", size = 239038, upload-time = "2026-06-17T17:37:56.792Z" },
|
|
478
|
+
{ url = "https://files.pythonhosted.org/packages/47/ac/d3bad483e9f6cd1848604fdffa32cac25846dd6dfcec0e6f81c790185518/greenlet-3.5.2-cp314-cp314t-macosx_11_0_universal2.whl", hash = "sha256:a96457a30384de52d9c5d2fd33abf6c1daae3db392cd556738f408b1a79a1cf0", size = 295668, upload-time = "2026-06-17T17:36:02.293Z" },
|
|
479
|
+
{ url = "https://files.pythonhosted.org/packages/00/e9/3a7e557b895fd0469b00cd0b2bd498ba950e8bfdf6d7adeecf2c5e4130a6/greenlet-3.5.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e4af5d4961818ab651d09c1448a03b1ba2a1726a076266ebb62330bab9f3238c", size = 652820, upload-time = "2026-06-17T18:07:24.95Z" },
|
|
480
|
+
{ url = "https://files.pythonhosted.org/packages/78/67/6225d5c5e4afc04be0fd161eec82e4b72017e8a100d222f25d7b42b0140d/greenlet-3.5.2-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a1789a6244ea1ba61fd4386c9a6a31873e9b0234762103364be98ef87dcb19f3", size = 658697, upload-time = "2026-06-17T18:29:48.365Z" },
|
|
481
|
+
{ url = "https://files.pythonhosted.org/packages/35/ad/9b3058f999b81750a9c6d9ec424f509462d232b58002086fe2ba63b66407/greenlet-3.5.2-cp314-cp314t-manylinux_2_24_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2ee6288f1933d698b4f098127ed17bda2910a75d2807915bd16294a972055d6c", size = 658945, upload-time = "2026-06-17T18:39:32.509Z" },
|
|
482
|
+
{ url = "https://files.pythonhosted.org/packages/fa/99/6324b8ef916dcaddccb340b304c992ca3f947614ce0f2685d438187300b8/greenlet-3.5.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3be00501fb4a8c37f6b4b3c4773808ceb26ea65c7ea64fd5735d0f330b3786de", size = 656436, upload-time = "2026-06-17T17:39:32.509Z" },
|
|
483
|
+
{ url = "https://files.pythonhosted.org/packages/92/75/1b6ecd8c027b69ab1b6798a84094df79aab5e69ac7e249c78b9d361dd1fa/greenlet-3.5.2-cp314-cp314t-manylinux_2_39_riscv64.whl", hash = "sha256:b4cad42662c796334c2d24607c411e3ed82481c1fb4e1e8ec3a5a8416060092e", size = 490529, upload-time = "2026-06-17T18:41:23.954Z" },
|
|
484
|
+
{ url = "https://files.pythonhosted.org/packages/a9/ee/f5bf9daac27c5e1b011965f64b5630a32b415daf7381b312943629e12c2a/greenlet-3.5.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:1d554cd96841a68d464d75a3736f8e87408a7b02b1930a75fa32feb408ad62f8", size = 1617193, upload-time = "2026-06-17T18:22:16.252Z" },
|
|
485
|
+
{ url = "https://files.pythonhosted.org/packages/8a/21/b05d5b12715bda92ce27c118d64971d21e9b8f3563ed959a7d271e2d4223/greenlet-3.5.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:3dff6cd3aac35f6cd3fc23460105acf576f5faf6c378de0bc088bf37c913864a", size = 1677512, upload-time = "2026-06-17T17:40:10.771Z" },
|
|
486
|
+
{ url = "https://files.pythonhosted.org/packages/b8/97/1b8f1314b868041b327dc1051603e8142b826480cb0ecb8a7b7632aee9c4/greenlet-3.5.2-cp314-cp314t-win_amd64.whl", hash = "sha256:36cfea2aa075d544617176b2e84450480f0797070ad8799a8c41ada2fe449d32", size = 243145, upload-time = "2026-06-17T17:34:37.502Z" },
|
|
487
487
|
]
|
|
488
488
|
|
|
489
489
|
[[package]]
|
|
@@ -620,32 +620,32 @@ wheels = [
|
|
|
620
620
|
|
|
621
621
|
[[package]]
|
|
622
622
|
name = "msgpack"
|
|
623
|
-
version = "1.2.
|
|
624
|
-
source = { registry = "https://pypi.org/simple" }
|
|
625
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
626
|
-
wheels = [
|
|
627
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
628
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
629
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
630
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
631
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
632
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
633
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
634
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
635
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
636
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
637
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
638
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
639
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
640
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
641
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
642
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
643
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
644
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
645
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
646
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
647
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
648
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
623
|
+
version = "1.2.1"
|
|
624
|
+
source = { registry = "https://pypi.org/simple" }
|
|
625
|
+
sdist = { url = "https://files.pythonhosted.org/packages/31/f9/c0a1c127f9049db9155afc316952ea571720dd01833ff5e4d7e8e6352dbb/msgpack-1.2.1.tar.gz", hash = "sha256:04c721c2c7448767e9e3f2520a475663d8ee0f09c31890f6d2bd70fd636a9647", size = 183960, upload-time = "2026-06-18T16:13:52.594Z" }
|
|
626
|
+
wheels = [
|
|
627
|
+
{ url = "https://files.pythonhosted.org/packages/77/58/cce442852c6b9e1639c7c8ac8fd9143121cb32dab0f308df4d1426a8eb9c/msgpack-1.2.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:05f340e47e7e47d2da8db9b53e1bb1d294369e9ef45a747441309f6650b8351d", size = 83610, upload-time = "2026-06-18T16:13:25.724Z" },
|
|
628
|
+
{ url = "https://files.pythonhosted.org/packages/60/5c/15b4c7a0182f75ffa90751958ba36a9c01cafee367d49a3edc10ed140b01/msgpack-1.2.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:810b916696c86ef0deb3b74588480224df4c1b071136c34183e4a2a4284d7ac7", size = 83138, upload-time = "2026-06-18T16:13:26.781Z" },
|
|
629
|
+
{ url = "https://files.pythonhosted.org/packages/b8/a6/99e58722feaffc5f2fbcc0c8c0d1451ab9f84097f7af87291b46af2390f4/msgpack-1.2.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ca0dacff965c47afdc3749a8469d7302a8f801d6a28758d55120d75e66ce6889", size = 406090, upload-time = "2026-06-18T16:13:28.072Z" },
|
|
630
|
+
{ url = "https://files.pythonhosted.org/packages/19/03/8c63e8cf52958534ef688625965ab04c269a6cadd8caef16758b380a821a/msgpack-1.2.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0e2bf9280bceb5efca998435904b5d3e9fdbcc11d90dc9df30aec7973252b720", size = 412106, upload-time = "2026-06-18T16:13:29.427Z" },
|
|
631
|
+
{ url = "https://files.pythonhosted.org/packages/63/d2/155d9e71b40e41fd934bc0c48b9b2770f22263e1ac20aad8e29fdca7be3f/msgpack-1.2.1-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:aa6c4be5d1c02a42b066ca6ddb71adf36432868fdcdb6ee87e634e86e0674190", size = 374851, upload-time = "2026-06-18T16:13:30.631Z" },
|
|
632
|
+
{ url = "https://files.pythonhosted.org/packages/98/48/deaf2326262a8d5ea3295ce9649912ecd3f551ba7ec8e33c665d2ba583f3/msgpack-1.2.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:ec0e675d59150a6269ddc9139087c722292664a37d071a849c05c473350f1f2d", size = 396168, upload-time = "2026-06-18T16:13:31.977Z" },
|
|
633
|
+
{ url = "https://files.pythonhosted.org/packages/10/2a/b4410f906c2ec0008f1608d3ab5143afc3ad3f4e6da0fed3ea2231d0bef4/msgpack-1.2.1-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:dd3bfe82d53edfe4b7fc9a7ec9761e23a7a5b1dac22264505af428253c29ed24", size = 371959, upload-time = "2026-06-18T16:13:33.282Z" },
|
|
634
|
+
{ url = "https://files.pythonhosted.org/packages/59/86/1edc67270099a528fa2093ea60fe191233cd238e4bd30cfacf7db79fc959/msgpack-1.2.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5ad5467fc3f68b5468e06c5f788d712e9f8ffc8b0cd1bcb160c105c1ee92dae7", size = 408457, upload-time = "2026-06-18T16:13:34.567Z" },
|
|
635
|
+
{ url = "https://files.pythonhosted.org/packages/82/90/8b630fef07d8c5ab457b71ff2c217910c83d333c7a68472c186e87cc504a/msgpack-1.2.1-cp314-cp314-win32.whl", hash = "sha256:98b58bdb89c46190e4609bb36abe17c6d4105ad13f9c5f8f6f64d320f8ced3fb", size = 65942, upload-time = "2026-06-18T16:13:36.056Z" },
|
|
636
|
+
{ url = "https://files.pythonhosted.org/packages/16/f1/467b81e98b24dd3885d7b1857728797b4ffc76a7a7483af4fb321a07de3c/msgpack-1.2.1-cp314-cp314-win_amd64.whl", hash = "sha256:74847557e28ce71bd3c438a447ca90e4b507e997ddbdef8a12a7b283b86c156b", size = 72627, upload-time = "2026-06-18T16:13:37.079Z" },
|
|
637
|
+
{ url = "https://files.pythonhosted.org/packages/a7/1d/5d8c4c89985feb6acefb82a09e501c60392261856d2408d20bfe4f0360b1/msgpack-1.2.1-cp314-cp314-win_arm64.whl", hash = "sha256:b50b727bd652bdc37d950336c848ef20ec54a4cafc38dce19b1cd86ad625d0f7", size = 66908, upload-time = "2026-06-18T16:13:38.23Z" },
|
|
638
|
+
{ url = "https://files.pythonhosted.org/packages/1b/02/ad2afb678b4de94496cd432b581759b756a92c1192d8c767edd6b132efdc/msgpack-1.2.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:8d00f177ca88a77c1cf848d204a38f249751650b601cb6532acc68805d8a8273", size = 86000, upload-time = "2026-06-18T16:13:39.44Z" },
|
|
639
|
+
{ url = "https://files.pythonhosted.org/packages/54/74/0b797484013128837f3b1cbb6cea019277c4de4e377dc512b4d9a0f92940/msgpack-1.2.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:5bb9c386f0a329c035ddbab4b72d1028bf9627add8dda41070288563d57ed1b1", size = 86544, upload-time = "2026-06-18T16:13:40.447Z" },
|
|
640
|
+
{ url = "https://files.pythonhosted.org/packages/a9/b4/b774d7eb95561739907fec675582f83203cf41c597a418c2589b4bfb8e9d/msgpack-1.2.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:20466cca18c49c7292a8984bc15d65857b171e7264bdcb5f96baf8be238791fc", size = 427661, upload-time = "2026-06-18T16:13:41.574Z" },
|
|
641
|
+
{ url = "https://files.pythonhosted.org/packages/b2/f9/3243191dc9937e00756c8bc1b0272fed8f23758e43df2a3b46f533e5090f/msgpack-1.2.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:196300e7e5d6e74d50f1607ab9c06c4a1484c383cd22defd727902591f7e8dde", size = 426375, upload-time = "2026-06-18T16:13:42.936Z" },
|
|
642
|
+
{ url = "https://files.pythonhosted.org/packages/23/c7/1693111db9944ba4ad4b67a1e788400d78a0b6af7a6523dc7e4e58f8274b/msgpack-1.2.1-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:575957e79cd51903a4e8495a242442949641e08f1efd5197b43bebd3ea7682b4", size = 380495, upload-time = "2026-06-18T16:13:44.306Z" },
|
|
643
|
+
{ url = "https://files.pythonhosted.org/packages/3e/2b/92f86956a0c13e8662f7e2ad630c4eb4db07497b967589bd5245e018b2c1/msgpack-1.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:8c2ed1e48cc0f460bf3c7780e7137ff21a4e18433451916f2442c1b21036cd7d", size = 410897, upload-time = "2026-06-18T16:13:45.629Z" },
|
|
644
|
+
{ url = "https://files.pythonhosted.org/packages/da/ea/1479f72d200313a76fc2f823a79d1e07ed052ab7b8a0280640aa7b95de42/msgpack-1.2.1-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:5f6277e5f783c36786a145e0247fc189a03f35f84b251646e53592d2bc12b355", size = 378519, upload-time = "2026-06-18T16:13:46.998Z" },
|
|
645
|
+
{ url = "https://files.pythonhosted.org/packages/f5/4d/fa006060ffa1011d32bfae826fe766fe73e02982183601633b7121058ab3/msgpack-1.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:f9389552ecf4784886345ead0647e4edc96bee37cbab05b75540f542f766c48c", size = 419815, upload-time = "2026-06-18T16:13:48.205Z" },
|
|
646
|
+
{ url = "https://files.pythonhosted.org/packages/2f/e1/aab6c946570496b78e67804721f3d5e2d62a93081b9b37df77764ef56347/msgpack-1.2.1-cp314-cp314t-win32.whl", hash = "sha256:c1c79a604a2969a868a78b6ebd27a887e00c624f14f66b3038e0590cb23332d1", size = 70914, upload-time = "2026-06-18T16:13:49.385Z" },
|
|
647
|
+
{ url = "https://files.pythonhosted.org/packages/13/0a/e608956488a2af014cfe6e3d665e090b8ee42aa14b07f8f95b8880d66b09/msgpack-1.2.1-cp314-cp314t-win_amd64.whl", hash = "sha256:f12038a35fabd52e56a3547bab42401af49a45caa6dd00b34c44de235bc93ee2", size = 77999, upload-time = "2026-06-18T16:13:50.467Z" },
|
|
648
|
+
{ url = "https://files.pythonhosted.org/packages/d2/8a/27e2e57055176e366a46b85d02d68e7a5bcfbdd8474c9706375d965f24d3/msgpack-1.2.1-cp314-cp314t-win_arm64.whl", hash = "sha256:0adcf06ffde0777c0e1a9b771a2b1c4226ba1bbf748c8efcc02fcdeca3299107", size = 71160, upload-time = "2026-06-18T16:13:51.498Z" },
|
|
649
649
|
]
|
|
650
650
|
|
|
651
651
|
[[package]]
|
|
@@ -1166,12 +1166,12 @@ requires-dist = [
|
|
|
1166
1166
|
{ name = "aiohttp", extras = ["speedups"], marker = "extra == 'authn'", specifier = ">=3.14.1,<3.15.0" },
|
|
1167
1167
|
{ name = "aiohttp", extras = ["speedups"], marker = "extra == 'soap-client'", specifier = ">=3.14.1,<3.15.0" },
|
|
1168
1168
|
{ name = "asyncpg", marker = "extra == 'database'", specifier = "~=0.31.0" },
|
|
1169
|
-
{ name = "certifi", marker = "extra == 'api-client'", specifier = "~=2026.
|
|
1170
|
-
{ name = "certifi", marker = "extra == 'authn'", specifier = "~=2026.
|
|
1171
|
-
{ name = "certifi", marker = "extra == 'soap-client'", specifier = "~=2026.
|
|
1169
|
+
{ name = "certifi", marker = "extra == 'api-client'", specifier = "~=2026.6.17" },
|
|
1170
|
+
{ name = "certifi", marker = "extra == 'authn'", specifier = "~=2026.6.17" },
|
|
1171
|
+
{ name = "certifi", marker = "extra == 'soap-client'", specifier = "~=2026.6.17" },
|
|
1172
1172
|
{ name = "lxml", marker = "extra == 'audit'", specifier = "~=6.1.1" },
|
|
1173
1173
|
{ name = "lxml", marker = "extra == 'soap-client'", specifier = "~=6.1.1" },
|
|
1174
|
-
{ name = "msgpack", specifier = "~=1.2.
|
|
1174
|
+
{ name = "msgpack", specifier = "~=1.2.1" },
|
|
1175
1175
|
{ name = "msgspec", specifier = "~=0.21.1" },
|
|
1176
1176
|
{ name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "~=0.0.37" },
|
|
1177
1177
|
{ name = "pydantic-settings", specifier = "~=2.14.1" },
|
|
@@ -1182,10 +1182,10 @@ requires-dist = [
|
|
|
1182
1182
|
{ name = "python3-commons", extras = ["database"], marker = "extra == 'authz'" },
|
|
1183
1183
|
{ name = "python3-commons", extras = ["object-storage"], marker = "extra == 'audit'" },
|
|
1184
1184
|
{ name = "requests", marker = "extra == 'soap-client'", specifier = "~=2.34.2" },
|
|
1185
|
-
{ name = "sqlalchemy", extras = ["asyncio"], marker = "extra == 'database'", specifier = "~=2.0.
|
|
1185
|
+
{ name = "sqlalchemy", extras = ["asyncio"], marker = "extra == 'database'", specifier = "~=2.0.51" },
|
|
1186
1186
|
{ name = "valkey", extras = ["libvalkey"], marker = "extra == 'cache'", specifier = "~=6.1.1" },
|
|
1187
|
-
{ name = "zeep", extras = ["async"], marker = "extra == 'audit'", specifier = "~=4.3.
|
|
1188
|
-
{ name = "zeep", extras = ["async"], marker = "extra == 'soap-client'", specifier = "~=4.3.
|
|
1187
|
+
{ name = "zeep", extras = ["async"], marker = "extra == 'audit'", specifier = "~=4.3.3" },
|
|
1188
|
+
{ name = "zeep", extras = ["async"], marker = "extra == 'soap-client'", specifier = "~=4.3.3" },
|
|
1189
1189
|
]
|
|
1190
1190
|
provides-extras = ["all", "api-client", "audit", "authn", "authz", "cache", "database", "object-storage", "soap-client"]
|
|
1191
1191
|
|
|
@@ -1209,15 +1209,6 @@ testing = [
|
|
|
1209
1209
|
{ name = "pytest-mock" },
|
|
1210
1210
|
]
|
|
1211
1211
|
|
|
1212
|
-
[[package]]
|
|
1213
|
-
name = "pytz"
|
|
1214
|
-
version = "2026.2"
|
|
1215
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1216
|
-
sdist = { url = "https://files.pythonhosted.org/packages/ff/46/dd499ec9038423421951e4fad73051febaa13d2df82b4064f87af8b8c0c3/pytz-2026.2.tar.gz", hash = "sha256:0e60b47b29f21574376f218fe21abc009894a2321ea16c6754f3cad6eb7cdd6a", size = 320861, upload-time = "2026-05-04T01:35:29.667Z" }
|
|
1217
|
-
wheels = [
|
|
1218
|
-
{ url = "https://files.pythonhosted.org/packages/ec/dd/96da98f892250475bdf2328112d7468abdd4acc7b902b6af23f4ed958ea0/pytz-2026.2-py2.py3-none-any.whl", hash = "sha256:04156e608bee23d3792fd45c94ae47fae1036688e75032eea2e3bf0323d1f126", size = 510141, upload-time = "2026-05-04T01:35:27.408Z" },
|
|
1219
|
-
]
|
|
1220
|
-
|
|
1221
1212
|
[[package]]
|
|
1222
1213
|
name = "pyyaml"
|
|
1223
1214
|
version = "6.0.3"
|
|
@@ -1374,27 +1365,27 @@ asyncio = [
|
|
|
1374
1365
|
|
|
1375
1366
|
[[package]]
|
|
1376
1367
|
name = "ty"
|
|
1377
|
-
version = "0.0.
|
|
1378
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1379
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1380
|
-
wheels = [
|
|
1381
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1382
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1383
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1384
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1385
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1386
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1387
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1388
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1389
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1390
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1391
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1392
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1393
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1394
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1395
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1396
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1397
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1368
|
+
version = "0.0.50"
|
|
1369
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1370
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ea/fa/930ab48010e89fd1ecccc8f588afc9a79d540a1e8a379cf9cb3a41812254/ty-0.0.50.tar.gz", hash = "sha256:74b8c0df3e7d3294110e9862b7f8a3767f0e073dcb6ffa27f69fd63fd876149c", size = 5935862, upload-time = "2026-06-17T21:36:42.04Z" }
|
|
1371
|
+
wheels = [
|
|
1372
|
+
{ url = "https://files.pythonhosted.org/packages/4e/81/2161de593e722ba27d04ee394d974604e8041c2246e2f75012d612c9934a/ty-0.0.50-py3-none-linux_armv6l.whl", hash = "sha256:b04a7717c22b9c66e9161e5af608669194cdd099c5ba0c507aeb479e6c1f9176", size = 11917031, upload-time = "2026-06-17T21:37:20.615Z" },
|
|
1373
|
+
{ url = "https://files.pythonhosted.org/packages/05/95/70c0f1915c91c9ed68b89a8f16741d73ad65628e334e1ae5691972003702/ty-0.0.50-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:cd8204f3a8df8fe68581e0b978124a90a143f35e3e7a7725a6e247b5ce1dcb33", size = 11675310, upload-time = "2026-06-17T21:36:51.627Z" },
|
|
1374
|
+
{ url = "https://files.pythonhosted.org/packages/c7/6c/d0318ed6f52a6b184f6480137f5d1d3d6032fa81e4bd7eff495ccf4d2977/ty-0.0.50-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d336bbad38a68f16f16f84bb18f67215049b33196050c8ff67503e79619e70d2", size = 11060709, upload-time = "2026-06-17T21:36:47.226Z" },
|
|
1375
|
+
{ url = "https://files.pythonhosted.org/packages/13/13/aff2242a51d66e4b99b71bb24081cf274b58db2909f82041ebd1f4bb2e35/ty-0.0.50-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c3933810d0360a108c60cd3ea56e6c2eba2f5ecf7ee99d66ff30775d2ae9ed29", size = 11577192, upload-time = "2026-06-17T21:37:13.953Z" },
|
|
1376
|
+
{ url = "https://files.pythonhosted.org/packages/1a/c0/46ceb4dd1f6a8a89027e5af6bc7171301e545e7d179403c06e4067c24dee/ty-0.0.50-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:88eed477756c7a0280a38de60bcabc64b3c6dcea1ac8b2a41c9210896358f6b9", size = 11693109, upload-time = "2026-06-17T21:37:09.589Z" },
|
|
1377
|
+
{ url = "https://files.pythonhosted.org/packages/5e/9c/347e3d9959cd39641a54fc74dd4c152863f55c9079b9e16e9b4c35dd5775/ty-0.0.50-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:caa5d1c76f75cb6d3105ec8bf835c0a8fbc0950ccf15e3d1e9c52cb99b0ab2f5", size = 12190755, upload-time = "2026-06-17T21:36:49.193Z" },
|
|
1378
|
+
{ url = "https://files.pythonhosted.org/packages/85/ca/d8226604f57a8f1ead1973b01f2f8c987a60d0fc09f726cbc9a7ef074dad/ty-0.0.50-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d323f2a663e260923c11434655e95f37e04865b1e1641288a23cbcbca53074ee", size = 12761345, upload-time = "2026-06-17T21:36:55.81Z" },
|
|
1379
|
+
{ url = "https://files.pythonhosted.org/packages/c4/23/0adcbd4676b30f6b58741ce2c1218c73988fdc8fb8c276005df2fe1817a3/ty-0.0.50-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d61cf42b8517e774354466252b085d83cdd0b51d771a63f99a4f21d5a44afc52", size = 12387850, upload-time = "2026-06-17T21:36:53.611Z" },
|
|
1380
|
+
{ url = "https://files.pythonhosted.org/packages/c1/43/254fd544e95ec6f2368aab9cc9f7ffdf1329ad95d2c9f62dea22f986bee2/ty-0.0.50-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fbcd0ee844fd551bd946bb9d4fd2baf39a12aa0ad2f9f64db48352a82758abb3", size = 12220520, upload-time = "2026-06-17T21:37:00.127Z" },
|
|
1381
|
+
{ url = "https://files.pythonhosted.org/packages/51/cd/711e649397e34d14f63d42586aebede0d4006a1a77c8c4c63bf4fb36bcbe/ty-0.0.50-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:8acf55714ec075997edfbf4dfd7ba3241c18c773e96f41398bb6d8008b83751a", size = 12439071, upload-time = "2026-06-17T21:36:57.921Z" },
|
|
1382
|
+
{ url = "https://files.pythonhosted.org/packages/b5/48/743d3ff46307e904377ac264d6c365ef25fd6e36cbc12c10c73437fef3de/ty-0.0.50-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:8b1e02ff71af62d7a1d9b8bfef98847f5c8bfd5bb8ae6da691cea405eb5a5e98", size = 11532092, upload-time = "2026-06-17T21:37:04.892Z" },
|
|
1383
|
+
{ url = "https://files.pythonhosted.org/packages/27/b5/5589976874b04a62de124f8f79fc11a45207d27f1c1fd2e7b7ddfa55aeea/ty-0.0.50-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:7781ace006ab6b8bb9a7591dc20d1aaa79549d9d4e8169e5dc5cf8eef0754cd7", size = 11706451, upload-time = "2026-06-17T21:37:02.5Z" },
|
|
1384
|
+
{ url = "https://files.pythonhosted.org/packages/6c/f4/e15ea290712e61528287a353cb3103b744a092ea0a59039f17a035960717/ty-0.0.50-py3-none-musllinux_1_2_i686.whl", hash = "sha256:e8015a10f4caf07edc9245f178e64ea388bddb9fb8d2d73d2dc1cfe6b9790493", size = 11842752, upload-time = "2026-06-17T21:37:18.12Z" },
|
|
1385
|
+
{ url = "https://files.pythonhosted.org/packages/f5/35/323b949d29cf6be2a71638498a1c43e4a2b84a1c1d206228cf3415384604/ty-0.0.50-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:87289648401648f455823334f2a8c67bbc341d502033591c8b044e67537e661b", size = 12325834, upload-time = "2026-06-17T21:37:16.124Z" },
|
|
1386
|
+
{ url = "https://files.pythonhosted.org/packages/cc/0a/5128b055493e41cb37f4f2a24a8ffce657e8c0d01086000c5f234d9b4622/ty-0.0.50-py3-none-win32.whl", hash = "sha256:ca73efc88be2942c1733e88b026f1cea88cafeca0ee63742dd673971d9a96642", size = 11171705, upload-time = "2026-06-17T21:36:45.191Z" },
|
|
1387
|
+
{ url = "https://files.pythonhosted.org/packages/0b/65/91ffda139aa2b1d5c0fd321c859c5d10b7a912779d426422c4b25bca4362/ty-0.0.50-py3-none-win_amd64.whl", hash = "sha256:229d08c069beb2d896cc5556c3ba0e7f4c1b6d6a885297fabf2e6bcafa382a71", size = 12319493, upload-time = "2026-06-17T21:37:11.738Z" },
|
|
1388
|
+
{ url = "https://files.pythonhosted.org/packages/8c/4c/0c1ca628c5da7840e16801caa0bfeed1241e1113d8a5156a34245d4fa927/ty-0.0.50-py3-none-win_arm64.whl", hash = "sha256:96a84d970b59f2eddb92a4af3ba9906f24bda118cf487d923765ccd4ca24627b", size = 11635811, upload-time = "2026-06-17T21:37:07.191Z" },
|
|
1398
1389
|
]
|
|
1399
1390
|
|
|
1400
1391
|
[[package]]
|
|
@@ -1490,7 +1481,7 @@ wheels = [
|
|
|
1490
1481
|
|
|
1491
1482
|
[[package]]
|
|
1492
1483
|
name = "virtualenv"
|
|
1493
|
-
version = "21.5.
|
|
1484
|
+
version = "21.5.1"
|
|
1494
1485
|
source = { registry = "https://pypi.org/simple" }
|
|
1495
1486
|
dependencies = [
|
|
1496
1487
|
{ name = "distlib" },
|
|
@@ -1498,9 +1489,9 @@ dependencies = [
|
|
|
1498
1489
|
{ name = "platformdirs" },
|
|
1499
1490
|
{ name = "python-discovery" },
|
|
1500
1491
|
]
|
|
1501
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1492
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f1/a5/81f987504738e6defeed61ec1c47e2aefab3c35d8eeb87e1b3f38cf28254/virtualenv-21.5.1.tar.gz", hash = "sha256:dca3bf98275a59c652b69d68e73433e597d977c2da9198882479d1a7188009c8", size = 4578798, upload-time = "2026-06-16T16:23:58.603Z" }
|
|
1502
1493
|
wheels = [
|
|
1503
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1494
|
+
{ url = "https://files.pythonhosted.org/packages/2c/02/3623e6169bed617ed1e2d372f7c69f92ec28d54c4dfc997055c8578ec148/virtualenv-21.5.1-py3-none-any.whl", hash = "sha256:55aa670b67bbfb991b03fda39bd3276d92c419d702376e98c5df1c9989a26783", size = 4558820, upload-time = "2026-06-16T16:23:56.963Z" },
|
|
1504
1495
|
]
|
|
1505
1496
|
|
|
1506
1497
|
[[package]]
|
|
@@ -1596,21 +1587,20 @@ wheels = [
|
|
|
1596
1587
|
|
|
1597
1588
|
[[package]]
|
|
1598
1589
|
name = "zeep"
|
|
1599
|
-
version = "4.3.
|
|
1590
|
+
version = "4.3.3"
|
|
1600
1591
|
source = { registry = "https://pypi.org/simple" }
|
|
1601
1592
|
dependencies = [
|
|
1602
1593
|
{ name = "attrs" },
|
|
1603
1594
|
{ name = "isodate" },
|
|
1604
1595
|
{ name = "lxml" },
|
|
1605
1596
|
{ name = "platformdirs" },
|
|
1606
|
-
{ name = "pytz" },
|
|
1607
1597
|
{ name = "requests" },
|
|
1608
1598
|
{ name = "requests-file" },
|
|
1609
1599
|
{ name = "requests-toolbelt" },
|
|
1610
1600
|
]
|
|
1611
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1601
|
+
sdist = { url = "https://files.pythonhosted.org/packages/7e/c2/e06e5f177d818d0fc34fcbe2f98c175af2cba63b7d90f4bfcb6fe360d343/zeep-4.3.3.tar.gz", hash = "sha256:99d5059f92f721020998695fd9c85289ccb03ec5a2398ad49c6dbe43f19cfb94", size = 167372, upload-time = "2026-06-18T17:17:58.994Z" }
|
|
1612
1602
|
wheels = [
|
|
1613
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1603
|
+
{ url = "https://files.pythonhosted.org/packages/b5/87/5c1d29f52fc32da98b75dc8a681cd0de78c9cfd5c10493cd7fb730e1d4b0/zeep-4.3.3-py3-none-any.whl", hash = "sha256:5adfae35582848819f8bb97b6ea9f1a34a2d4851a539f830e14dbab09961dd18", size = 102054, upload-time = "2026-06-18T17:17:57.223Z" },
|
|
1614
1604
|
]
|
|
1615
1605
|
|
|
1616
1606
|
[package.optional-dependencies]
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.22.4 → python3_commons-0.22.5}/src/python3_commons.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{python3_commons-0.22.4 → python3_commons-0.22.5}/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.22.4 → python3_commons-0.22.5}/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
|