python3-commons 0.11.0__tar.gz → 0.11.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of python3-commons might be problematic. Click here for more details.
- {python3_commons-0.11.0 → python3_commons-0.11.1}/.pre-commit-config.yaml +2 -2
- {python3_commons-0.11.0 → python3_commons-0.11.1}/PKG-INFO +3 -3
- {python3_commons-0.11.0 → python3_commons-0.11.1}/pyproject.toml +2 -2
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons.egg-info/PKG-INFO +3 -3
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons.egg-info/requires.txt +2 -2
- {python3_commons-0.11.0 → python3_commons-0.11.1}/uv.lock +55 -55
- {python3_commons-0.11.0 → python3_commons-0.11.1}/.coveragerc +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/.gitignore +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/.python-version +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/AUTHORS.rst +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/CHANGELOG.rst +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/LICENSE +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/README.md +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/README.rst +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/docs/Makefile +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/docs/_static/.gitignore +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/docs/authors.rst +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/docs/changelog.rst +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/docs/conf.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/docs/index.rst +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/docs/license.rst +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/setup.cfg +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/tests/__init__.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/tests/conftest.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/tests/test_audit.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/tests/test_cache.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/tests/test_helpers.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/tests/test_msgpack.py +0 -0
- {python3_commons-0.11.0 → python3_commons-0.11.1}/tests/test_msgspec.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
repos:
|
|
2
2
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
3
|
-
rev: 0.
|
|
3
|
+
rev: 0.9.0
|
|
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.
|
|
9
|
+
rev: v0.14.0
|
|
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.11.
|
|
3
|
+
Version: 0.11.1
|
|
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,7 +12,7 @@ Requires-Python: ==3.13.*
|
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
|
-
Requires-Dist: aiobotocore~=2.24.
|
|
15
|
+
Requires-Dist: aiobotocore~=2.24.3
|
|
16
16
|
Requires-Dist: aiohttp[speedups]~=3.13.0
|
|
17
17
|
Requires-Dist: asyncpg~=0.30.0
|
|
18
18
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
|
@@ -20,7 +20,7 @@ Requires-Dist: fastapi-users[sqlalchemy]~=14.0.1
|
|
|
20
20
|
Requires-Dist: lxml~=6.0.2
|
|
21
21
|
Requires-Dist: msgpack~=1.1.1
|
|
22
22
|
Requires-Dist: msgspec~=0.19.0
|
|
23
|
-
Requires-Dist: pydantic[email]~=2.
|
|
23
|
+
Requires-Dist: pydantic[email]~=2.12.0
|
|
24
24
|
Requires-Dist: pydantic-settings~=2.11.0
|
|
25
25
|
Requires-Dist: python-jose==3.5.0
|
|
26
26
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.43
|
|
@@ -18,7 +18,7 @@ classifiers = [
|
|
|
18
18
|
keywords = []
|
|
19
19
|
requires-python = "==3.13.*"
|
|
20
20
|
dependencies = [
|
|
21
|
-
"aiobotocore~=2.24.
|
|
21
|
+
"aiobotocore~=2.24.3",
|
|
22
22
|
"aiohttp[speedups]~=3.13.0",
|
|
23
23
|
"asyncpg~=0.30.0",
|
|
24
24
|
"fastapi-users-db-sqlalchemy~=7.0.0",
|
|
@@ -26,7 +26,7 @@ dependencies = [
|
|
|
26
26
|
"lxml~=6.0.2",
|
|
27
27
|
"msgpack~=1.1.1",
|
|
28
28
|
"msgspec~=0.19.0",
|
|
29
|
-
"pydantic[email]~=2.
|
|
29
|
+
"pydantic[email]~=2.12.0",
|
|
30
30
|
"pydantic-settings~=2.11.0",
|
|
31
31
|
"python-jose==3.5.0",
|
|
32
32
|
"SQLAlchemy[asyncio]~=2.0.43",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.1
|
|
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,7 +12,7 @@ Requires-Python: ==3.13.*
|
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
|
-
Requires-Dist: aiobotocore~=2.24.
|
|
15
|
+
Requires-Dist: aiobotocore~=2.24.3
|
|
16
16
|
Requires-Dist: aiohttp[speedups]~=3.13.0
|
|
17
17
|
Requires-Dist: asyncpg~=0.30.0
|
|
18
18
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
|
@@ -20,7 +20,7 @@ Requires-Dist: fastapi-users[sqlalchemy]~=14.0.1
|
|
|
20
20
|
Requires-Dist: lxml~=6.0.2
|
|
21
21
|
Requires-Dist: msgpack~=1.1.1
|
|
22
22
|
Requires-Dist: msgspec~=0.19.0
|
|
23
|
-
Requires-Dist: pydantic[email]~=2.
|
|
23
|
+
Requires-Dist: pydantic[email]~=2.12.0
|
|
24
24
|
Requires-Dist: pydantic-settings~=2.11.0
|
|
25
25
|
Requires-Dist: python-jose==3.5.0
|
|
26
26
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.43
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
aiobotocore~=2.24.
|
|
1
|
+
aiobotocore~=2.24.3
|
|
2
2
|
aiohttp[speedups]~=3.13.0
|
|
3
3
|
asyncpg~=0.30.0
|
|
4
4
|
fastapi-users-db-sqlalchemy~=7.0.0
|
|
@@ -6,7 +6,7 @@ fastapi-users[sqlalchemy]~=14.0.1
|
|
|
6
6
|
lxml~=6.0.2
|
|
7
7
|
msgpack~=1.1.1
|
|
8
8
|
msgspec~=0.19.0
|
|
9
|
-
pydantic[email]~=2.
|
|
9
|
+
pydantic[email]~=2.12.0
|
|
10
10
|
pydantic-settings~=2.11.0
|
|
11
11
|
python-jose==3.5.0
|
|
12
12
|
SQLAlchemy[asyncio]~=2.0.43
|
|
@@ -4,7 +4,7 @@ requires-python = "==3.13.*"
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "aiobotocore"
|
|
7
|
-
version = "2.24.
|
|
7
|
+
version = "2.24.3"
|
|
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/58/a1/a2c99595bf6e7d87e116f8f632ddbd522628e85545d719b6e869bc7fc379/aiobotocore-2.24.3.tar.gz", hash = "sha256:c524a1400f9bf32d6d9fe6fb513f1428426dedab2d336417d72a295f772aa3da", size = 120076, upload-time = "2025-10-07T17:06:08.388Z" }
|
|
19
19
|
wheels = [
|
|
20
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
20
|
+
{ url = "https://files.pythonhosted.org/packages/81/d0/0f5ac0a03360c5055a89721de26b8a56afc4a78bf75d45c92e143d195dd6/aiobotocore-2.24.3-py3-none-any.whl", hash = "sha256:2f1d02425fb35fe42a8206e8840777282af4931eef5e3dd732811c517a4e9ad8", size = 85814, upload-time = "2025-10-07T17:06:06.721Z" },
|
|
21
21
|
]
|
|
22
22
|
|
|
23
23
|
[[package]]
|
|
@@ -236,16 +236,16 @@ wheels = [
|
|
|
236
236
|
|
|
237
237
|
[[package]]
|
|
238
238
|
name = "botocore"
|
|
239
|
-
version = "1.40.
|
|
239
|
+
version = "1.40.45"
|
|
240
240
|
source = { registry = "https://pypi.org/simple" }
|
|
241
241
|
dependencies = [
|
|
242
242
|
{ name = "jmespath" },
|
|
243
243
|
{ name = "python-dateutil" },
|
|
244
244
|
{ name = "urllib3" },
|
|
245
245
|
]
|
|
246
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
246
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0e/19/6c85d5523dd05e060d182cd0e7ce82df60ab738d18b1c8ee2202e4ca02b9/botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df", size = 14395172, upload-time = "2025-10-03T19:32:03.052Z" }
|
|
247
247
|
wheels = [
|
|
248
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
248
|
+
{ url = "https://files.pythonhosted.org/packages/af/06/df47e2ecb74bd184c9d056666afd3db011a649eaca663337835a6dd5aee6/botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240", size = 14063670, upload-time = "2025-10-03T19:31:58.999Z" },
|
|
249
249
|
]
|
|
250
250
|
|
|
251
251
|
[[package]]
|
|
@@ -946,7 +946,7 @@ wheels = [
|
|
|
946
946
|
|
|
947
947
|
[[package]]
|
|
948
948
|
name = "pydantic"
|
|
949
|
-
version = "2.
|
|
949
|
+
version = "2.12.0"
|
|
950
950
|
source = { registry = "https://pypi.org/simple" }
|
|
951
951
|
dependencies = [
|
|
952
952
|
{ name = "annotated-types" },
|
|
@@ -954,9 +954,9 @@ dependencies = [
|
|
|
954
954
|
{ name = "typing-extensions" },
|
|
955
955
|
{ name = "typing-inspection" },
|
|
956
956
|
]
|
|
957
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
957
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c3/da/b8a7ee04378a53f6fefefc0c5e05570a3ebfdfa0523a878bcd3b475683ee/pydantic-2.12.0.tar.gz", hash = "sha256:c1a077e6270dbfb37bfd8b498b3981e2bb18f68103720e51fa6c306a5a9af563", size = 814760, upload-time = "2025-10-07T15:58:03.467Z" }
|
|
958
958
|
wheels = [
|
|
959
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
959
|
+
{ url = "https://files.pythonhosted.org/packages/f4/9d/d5c855424e2e5b6b626fbc6ec514d8e655a600377ce283008b115abb7445/pydantic-2.12.0-py3-none-any.whl", hash = "sha256:f6a1da352d42790537e95e83a8bdfb91c7efbae63ffd0b86fa823899e807116f", size = 459730, upload-time = "2025-10-07T15:58:01.576Z" },
|
|
960
960
|
]
|
|
961
961
|
|
|
962
962
|
[package.optional-dependencies]
|
|
@@ -966,30 +966,30 @@ email = [
|
|
|
966
966
|
|
|
967
967
|
[[package]]
|
|
968
968
|
name = "pydantic-core"
|
|
969
|
-
version = "2.
|
|
969
|
+
version = "2.41.1"
|
|
970
970
|
source = { registry = "https://pypi.org/simple" }
|
|
971
971
|
dependencies = [
|
|
972
972
|
{ name = "typing-extensions" },
|
|
973
973
|
]
|
|
974
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
974
|
+
sdist = { url = "https://files.pythonhosted.org/packages/7d/14/12b4a0d2b0b10d8e1d9a24ad94e7bbb43335eaf29c0c4e57860e8a30734a/pydantic_core-2.41.1.tar.gz", hash = "sha256:1ad375859a6d8c356b7704ec0f547a58e82ee80bb41baa811ad710e124bc8f2f", size = 454870, upload-time = "2025-10-07T10:50:45.974Z" }
|
|
975
975
|
wheels = [
|
|
976
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
977
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
978
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
979
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
980
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
981
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
982
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
983
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
984
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
985
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
986
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
987
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
988
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
989
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
990
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
991
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
992
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
976
|
+
{ url = "https://files.pythonhosted.org/packages/27/8a/6d54198536a90a37807d31a156642aae7a8e1263ed9fe6fc6245defe9332/pydantic_core-2.41.1-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:70e790fce5f05204ef4403159857bfcd587779da78627b0babb3654f75361ebf", size = 2105825, upload-time = "2025-10-06T21:10:51.719Z" },
|
|
977
|
+
{ url = "https://files.pythonhosted.org/packages/4f/2e/4784fd7b22ac9c8439db25bf98ffed6853d01e7e560a346e8af821776ccc/pydantic_core-2.41.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:9cebf1ca35f10930612d60bd0f78adfacee824c30a880e3534ba02c207cceceb", size = 1910126, upload-time = "2025-10-06T21:10:53.145Z" },
|
|
978
|
+
{ url = "https://files.pythonhosted.org/packages/f3/92/31eb0748059ba5bd0aa708fb4bab9fcb211461ddcf9e90702a6542f22d0d/pydantic_core-2.41.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:170406a37a5bc82c22c3274616bf6f17cc7df9c4a0a0a50449e559cb755db669", size = 1961472, upload-time = "2025-10-06T21:10:55.754Z" },
|
|
979
|
+
{ url = "https://files.pythonhosted.org/packages/ab/91/946527792275b5c4c7dde4cfa3e81241bf6900e9fee74fb1ba43e0c0f1ab/pydantic_core-2.41.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:12d4257fc9187a0ccd41b8b327d6a4e57281ab75e11dda66a9148ef2e1fb712f", size = 2063230, upload-time = "2025-10-06T21:10:57.179Z" },
|
|
980
|
+
{ url = "https://files.pythonhosted.org/packages/31/5d/a35c5d7b414e5c0749f1d9f0d159ee2ef4bab313f499692896b918014ee3/pydantic_core-2.41.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a75a33b4db105dd1c8d57839e17ee12db8d5ad18209e792fa325dbb4baeb00f4", size = 2229469, upload-time = "2025-10-06T21:10:59.409Z" },
|
|
981
|
+
{ url = "https://files.pythonhosted.org/packages/21/4d/8713737c689afa57ecfefe38db78259d4484c97aa494979e6a9d19662584/pydantic_core-2.41.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:08a589f850803a74e0fcb16a72081cafb0d72a3cdda500106942b07e76b7bf62", size = 2347986, upload-time = "2025-10-06T21:11:00.847Z" },
|
|
982
|
+
{ url = "https://files.pythonhosted.org/packages/f6/ec/929f9a3a5ed5cda767081494bacd32f783e707a690ce6eeb5e0730ec4986/pydantic_core-2.41.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7a97939d6ea44763c456bd8a617ceada2c9b96bb5b8ab3dfa0d0827df7619014", size = 2072216, upload-time = "2025-10-06T21:11:02.43Z" },
|
|
983
|
+
{ url = "https://files.pythonhosted.org/packages/26/55/a33f459d4f9cc8786d9db42795dbecc84fa724b290d7d71ddc3d7155d46a/pydantic_core-2.41.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d2ae423c65c556f09569524b80ffd11babff61f33055ef9773d7c9fabc11ed8d", size = 2193047, upload-time = "2025-10-06T21:11:03.787Z" },
|
|
984
|
+
{ url = "https://files.pythonhosted.org/packages/77/af/d5c6959f8b089f2185760a2779079e3c2c411bfc70ea6111f58367851629/pydantic_core-2.41.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:4dc703015fbf8764d6a8001c327a87f1823b7328d40b47ce6000c65918ad2b4f", size = 2140613, upload-time = "2025-10-06T21:11:05.607Z" },
|
|
985
|
+
{ url = "https://files.pythonhosted.org/packages/58/e5/2c19bd2a14bffe7fabcf00efbfbd3ac430aaec5271b504a938ff019ac7be/pydantic_core-2.41.1-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:968e4ffdfd35698a5fe659e5e44c508b53664870a8e61c8f9d24d3d145d30257", size = 2327641, upload-time = "2025-10-06T21:11:07.143Z" },
|
|
986
|
+
{ url = "https://files.pythonhosted.org/packages/93/ef/e0870ccda798c54e6b100aff3c4d49df5458fd64217e860cb9c3b0a403f4/pydantic_core-2.41.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:fff2b76c8e172d34771cd4d4f0ade08072385310f214f823b5a6ad4006890d32", size = 2318229, upload-time = "2025-10-06T21:11:08.73Z" },
|
|
987
|
+
{ url = "https://files.pythonhosted.org/packages/b1/4b/c3b991d95f5deb24d0bd52e47bcf716098fa1afe0ce2d4bd3125b38566ba/pydantic_core-2.41.1-cp313-cp313-win32.whl", hash = "sha256:a38a5263185407ceb599f2f035faf4589d57e73c7146d64f10577f6449e8171d", size = 1997911, upload-time = "2025-10-06T21:11:10.329Z" },
|
|
988
|
+
{ url = "https://files.pythonhosted.org/packages/a7/ce/5c316fd62e01f8d6be1b7ee6b54273214e871772997dc2c95e204997a055/pydantic_core-2.41.1-cp313-cp313-win_amd64.whl", hash = "sha256:b42ae7fd6760782c975897e1fdc810f483b021b32245b0105d40f6e7a3803e4b", size = 2034301, upload-time = "2025-10-06T21:11:12.113Z" },
|
|
989
|
+
{ url = "https://files.pythonhosted.org/packages/29/41/902640cfd6a6523194123e2c3373c60f19006447f2fb06f76de4e8466c5b/pydantic_core-2.41.1-cp313-cp313-win_arm64.whl", hash = "sha256:ad4111acc63b7384e205c27a2f15e23ac0ee21a9d77ad6f2e9cb516ec90965fb", size = 1977238, upload-time = "2025-10-06T21:11:14.1Z" },
|
|
990
|
+
{ url = "https://files.pythonhosted.org/packages/04/04/28b040e88c1b89d851278478842f0bdf39c7a05da9e850333c6c8cbe7dfa/pydantic_core-2.41.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:440d0df7415b50084a4ba9d870480c16c5f67c0d1d4d5119e3f70925533a0edc", size = 1875626, upload-time = "2025-10-06T21:11:15.69Z" },
|
|
991
|
+
{ url = "https://files.pythonhosted.org/packages/d6/58/b41dd3087505220bb58bc81be8c3e8cbc037f5710cd3c838f44f90bdd704/pydantic_core-2.41.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:71eaa38d342099405dae6484216dcf1e8e4b0bebd9b44a4e08c9b43db6a2ab67", size = 2045708, upload-time = "2025-10-06T21:11:17.258Z" },
|
|
992
|
+
{ url = "https://files.pythonhosted.org/packages/d7/b8/760f23754e40bf6c65b94a69b22c394c24058a0ef7e2aa471d2e39219c1a/pydantic_core-2.41.1-cp313-cp313t-win_amd64.whl", hash = "sha256:555ecf7e50f1161d3f693bc49f23c82cf6cdeafc71fa37a06120772a09a38795", size = 1997171, upload-time = "2025-10-06T21:11:18.822Z" },
|
|
993
993
|
]
|
|
994
994
|
|
|
995
995
|
[[package]]
|
|
@@ -1190,7 +1190,7 @@ testing = [
|
|
|
1190
1190
|
|
|
1191
1191
|
[package.metadata]
|
|
1192
1192
|
requires-dist = [
|
|
1193
|
-
{ name = "aiobotocore", specifier = "~=2.24.
|
|
1193
|
+
{ name = "aiobotocore", specifier = "~=2.24.3" },
|
|
1194
1194
|
{ name = "aiohttp", extras = ["speedups"], specifier = "~=3.13.0" },
|
|
1195
1195
|
{ name = "asyncpg", specifier = "~=0.30.0" },
|
|
1196
1196
|
{ name = "fastapi-users", extras = ["sqlalchemy"], specifier = "~=14.0.1" },
|
|
@@ -1198,7 +1198,7 @@ requires-dist = [
|
|
|
1198
1198
|
{ name = "lxml", specifier = "~=6.0.2" },
|
|
1199
1199
|
{ name = "msgpack", specifier = "~=1.1.1" },
|
|
1200
1200
|
{ name = "msgspec", specifier = "~=0.19.0" },
|
|
1201
|
-
{ name = "pydantic", extras = ["email"], specifier = "~=2.
|
|
1201
|
+
{ name = "pydantic", extras = ["email"], specifier = "~=2.12.0" },
|
|
1202
1202
|
{ name = "pydantic-settings", specifier = "~=2.11.0" },
|
|
1203
1203
|
{ name = "python-jose", specifier = "==3.5.0" },
|
|
1204
1204
|
{ name = "sqlalchemy", extras = ["asyncio"], specifier = "~=2.0.43" },
|
|
@@ -1305,28 +1305,28 @@ wheels = [
|
|
|
1305
1305
|
|
|
1306
1306
|
[[package]]
|
|
1307
1307
|
name = "ruff"
|
|
1308
|
-
version = "0.
|
|
1309
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1310
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1311
|
-
wheels = [
|
|
1312
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1313
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1314
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1315
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1316
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1317
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1318
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1319
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1320
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1321
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1322
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1323
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1324
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1325
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1326
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1327
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1328
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1329
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1308
|
+
version = "0.14.0"
|
|
1309
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1310
|
+
sdist = { url = "https://files.pythonhosted.org/packages/41/b9/9bd84453ed6dd04688de9b3f3a4146a1698e8faae2ceeccce4e14c67ae17/ruff-0.14.0.tar.gz", hash = "sha256:62ec8969b7510f77945df916de15da55311fade8d6050995ff7f680afe582c57", size = 5452071, upload-time = "2025-10-07T18:21:55.763Z" }
|
|
1311
|
+
wheels = [
|
|
1312
|
+
{ url = "https://files.pythonhosted.org/packages/3a/4e/79d463a5f80654e93fa653ebfb98e0becc3f0e7cf6219c9ddedf1e197072/ruff-0.14.0-py3-none-linux_armv6l.whl", hash = "sha256:58e15bffa7054299becf4bab8a1187062c6f8cafbe9f6e39e0d5aface455d6b3", size = 12494532, upload-time = "2025-10-07T18:21:00.373Z" },
|
|
1313
|
+
{ url = "https://files.pythonhosted.org/packages/ee/40/e2392f445ed8e02aa6105d49db4bfff01957379064c30f4811c3bf38aece/ruff-0.14.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:838d1b065f4df676b7c9957992f2304e41ead7a50a568185efd404297d5701e8", size = 13160768, upload-time = "2025-10-07T18:21:04.73Z" },
|
|
1314
|
+
{ url = "https://files.pythonhosted.org/packages/75/da/2a656ea7c6b9bd14c7209918268dd40e1e6cea65f4bb9880eaaa43b055cd/ruff-0.14.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:703799d059ba50f745605b04638fa7e9682cc3da084b2092feee63500ff3d9b8", size = 12363376, upload-time = "2025-10-07T18:21:07.833Z" },
|
|
1315
|
+
{ url = "https://files.pythonhosted.org/packages/42/e2/1ffef5a1875add82416ff388fcb7ea8b22a53be67a638487937aea81af27/ruff-0.14.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3ba9a8925e90f861502f7d974cc60e18ca29c72bb0ee8bfeabb6ade35a3abde7", size = 12608055, upload-time = "2025-10-07T18:21:10.72Z" },
|
|
1316
|
+
{ url = "https://files.pythonhosted.org/packages/4a/32/986725199d7cee510d9f1dfdf95bf1efc5fa9dd714d0d85c1fb1f6be3bc3/ruff-0.14.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e41f785498bd200ffc276eb9e1570c019c1d907b07cfb081092c8ad51975bbe7", size = 12318544, upload-time = "2025-10-07T18:21:13.741Z" },
|
|
1317
|
+
{ url = "https://files.pythonhosted.org/packages/9a/ed/4969cefd53315164c94eaf4da7cfba1f267dc275b0abdd593d11c90829a3/ruff-0.14.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:30a58c087aef4584c193aebf2700f0fbcfc1e77b89c7385e3139956fa90434e2", size = 14001280, upload-time = "2025-10-07T18:21:16.411Z" },
|
|
1318
|
+
{ url = "https://files.pythonhosted.org/packages/ab/ad/96c1fc9f8854c37681c9613d825925c7f24ca1acfc62a4eb3896b50bacd2/ruff-0.14.0-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:f8d07350bc7af0a5ce8812b7d5c1a7293cf02476752f23fdfc500d24b79b783c", size = 15027286, upload-time = "2025-10-07T18:21:19.577Z" },
|
|
1319
|
+
{ url = "https://files.pythonhosted.org/packages/b3/00/1426978f97df4fe331074baf69615f579dc4e7c37bb4c6f57c2aad80c87f/ruff-0.14.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:eec3bbbf3a7d5482b5c1f42d5fc972774d71d107d447919fca620b0be3e3b75e", size = 14451506, upload-time = "2025-10-07T18:21:22.779Z" },
|
|
1320
|
+
{ url = "https://files.pythonhosted.org/packages/58/d5/9c1cea6e493c0cf0647674cca26b579ea9d2a213b74b5c195fbeb9678e15/ruff-0.14.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:16b68e183a0e28e5c176d51004aaa40559e8f90065a10a559176713fcf435206", size = 13437384, upload-time = "2025-10-07T18:21:25.758Z" },
|
|
1321
|
+
{ url = "https://files.pythonhosted.org/packages/29/b4/4cd6a4331e999fc05d9d77729c95503f99eae3ba1160469f2b64866964e3/ruff-0.14.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eb732d17db2e945cfcbbc52af0143eda1da36ca8ae25083dd4f66f1542fdf82e", size = 13447976, upload-time = "2025-10-07T18:21:28.83Z" },
|
|
1322
|
+
{ url = "https://files.pythonhosted.org/packages/3b/c0/ac42f546d07e4f49f62332576cb845d45c67cf5610d1851254e341d563b6/ruff-0.14.0-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:c958f66ab884b7873e72df38dcabee03d556a8f2ee1b8538ee1c2bbd619883dd", size = 13682850, upload-time = "2025-10-07T18:21:31.842Z" },
|
|
1323
|
+
{ url = "https://files.pythonhosted.org/packages/5f/c4/4b0c9bcadd45b4c29fe1af9c5d1dc0ca87b4021665dfbe1c4688d407aa20/ruff-0.14.0-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:7eb0499a2e01f6e0c285afc5bac43ab380cbfc17cd43a2e1dd10ec97d6f2c42d", size = 12449825, upload-time = "2025-10-07T18:21:35.074Z" },
|
|
1324
|
+
{ url = "https://files.pythonhosted.org/packages/4b/a8/e2e76288e6c16540fa820d148d83e55f15e994d852485f221b9524514730/ruff-0.14.0-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:4c63b2d99fafa05efca0ab198fd48fa6030d57e4423df3f18e03aa62518c565f", size = 12272599, upload-time = "2025-10-07T18:21:38.08Z" },
|
|
1325
|
+
{ url = "https://files.pythonhosted.org/packages/18/14/e2815d8eff847391af632b22422b8207704222ff575dec8d044f9ab779b2/ruff-0.14.0-py3-none-musllinux_1_2_i686.whl", hash = "sha256:668fce701b7a222f3f5327f86909db2bbe99c30877c8001ff934c5413812ac02", size = 13193828, upload-time = "2025-10-07T18:21:41.216Z" },
|
|
1326
|
+
{ url = "https://files.pythonhosted.org/packages/44/c6/61ccc2987cf0aecc588ff8f3212dea64840770e60d78f5606cd7dc34de32/ruff-0.14.0-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:a86bf575e05cb68dcb34e4c7dfe1064d44d3f0c04bbc0491949092192b515296", size = 13628617, upload-time = "2025-10-07T18:21:44.04Z" },
|
|
1327
|
+
{ url = "https://files.pythonhosted.org/packages/73/e6/03b882225a1b0627e75339b420883dc3c90707a8917d2284abef7a58d317/ruff-0.14.0-py3-none-win32.whl", hash = "sha256:7450a243d7125d1c032cb4b93d9625dea46c8c42b4f06c6b709baac168e10543", size = 12367872, upload-time = "2025-10-07T18:21:46.67Z" },
|
|
1328
|
+
{ url = "https://files.pythonhosted.org/packages/41/77/56cf9cf01ea0bfcc662de72540812e5ba8e9563f33ef3d37ab2174892c47/ruff-0.14.0-py3-none-win_amd64.whl", hash = "sha256:ea95da28cd874c4d9c922b39381cbd69cb7e7b49c21b8152b014bd4f52acddc2", size = 13464628, upload-time = "2025-10-07T18:21:50.318Z" },
|
|
1329
|
+
{ url = "https://files.pythonhosted.org/packages/c6/2a/65880dfd0e13f7f13a775998f34703674a4554906167dce02daf7865b954/ruff-0.14.0-py3-none-win_arm64.whl", hash = "sha256:f42c9495f5c13ff841b1da4cb3c2a42075409592825dada7c5885c2c844ac730", size = 12565142, upload-time = "2025-10-07T18:21:53.577Z" },
|
|
1330
1330
|
]
|
|
1331
1331
|
|
|
1332
1332
|
[[package]]
|
|
@@ -1409,11 +1409,11 @@ wheels = [
|
|
|
1409
1409
|
|
|
1410
1410
|
[[package]]
|
|
1411
1411
|
name = "types-aiobotocore-s3"
|
|
1412
|
-
version = "2.24.
|
|
1412
|
+
version = "2.24.3"
|
|
1413
1413
|
source = { registry = "https://pypi.org/simple" }
|
|
1414
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1414
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c3/ca/84023d5468d9152c8dc8dc2bc01b4bf725fe2e2a23316b147b190b403399/types_aiobotocore_s3-2.24.3.tar.gz", hash = "sha256:77c6ebdb8829f1f93e2efbd486a92e88d92d61477e6e657aeac4df3be8113d58", size = 76356, upload-time = "2025-10-08T01:35:33.677Z" }
|
|
1415
1415
|
wheels = [
|
|
1416
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1416
|
+
{ url = "https://files.pythonhosted.org/packages/a0/d8/a40dc4c6ec06f52279b254434a3b1258f43484220f2eb79ffca0e79b3c8c/types_aiobotocore_s3-2.24.3-py3-none-any.whl", hash = "sha256:0a00a26e6805fdbe55db5aa8ba273127b740d2106f00abdf6477990527daebe6", size = 83851, upload-time = "2025-10-08T01:35:32.604Z" },
|
|
1417
1417
|
]
|
|
1418
1418
|
|
|
1419
1419
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.11.0 → python3_commons-0.11.1}/src/python3_commons.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{python3_commons-0.11.0 → python3_commons-0.11.1}/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
|