python3-commons 0.12.2__tar.gz → 0.12.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of python3-commons might be problematic. Click here for more details.
- {python3_commons-0.12.2/src/python3_commons.egg-info → python3_commons-0.12.3}/PKG-INFO +3 -3
- {python3_commons-0.12.2 → python3_commons-0.12.3}/pyproject.toml +2 -2
- {python3_commons-0.12.2 → python3_commons-0.12.3/src/python3_commons.egg-info}/PKG-INFO +3 -3
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons.egg-info/requires.txt +2 -2
- {python3_commons-0.12.2 → python3_commons-0.12.3}/uv.lock +29 -29
- {python3_commons-0.12.2 → python3_commons-0.12.3}/.coveragerc +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/.gitignore +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/.pre-commit-config.yaml +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/.python-version +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/AUTHORS.rst +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/CHANGELOG.rst +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/LICENSE +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/README.md +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/README.rst +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/Makefile +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/_static/.gitignore +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/authors.rst +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/changelog.rst +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/conf.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/index.rst +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/license.rst +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/setup.cfg +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/__init__.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/conftest.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/test_audit.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/test_cache.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/test_helpers.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/test_msgpack.py +0 -0
- {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/test_msgspec.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.3
|
|
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.15.0,>=3.13.8
|
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
|
-
Requires-Dist: aiobotocore~=2.
|
|
15
|
+
Requires-Dist: aiobotocore~=2.25.0
|
|
16
16
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.12.0
|
|
17
17
|
Requires-Dist: asyncpg~=0.30.0
|
|
18
18
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
|
@@ -23,7 +23,7 @@ Requires-Dist: msgspec~=0.19.0
|
|
|
23
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
|
-
Requires-Dist: SQLAlchemy[asyncio]~=2.0.
|
|
26
|
+
Requires-Dist: SQLAlchemy[asyncio]~=2.0.44
|
|
27
27
|
Requires-Dist: valkey[libvalkey]~=6.1.1
|
|
28
28
|
Requires-Dist: zeep~=4.3.2
|
|
29
29
|
Dynamic: license-file
|
|
@@ -18,7 +18,7 @@ classifiers = [
|
|
|
18
18
|
keywords = []
|
|
19
19
|
requires-python = ">=3.13.8,<3.15.0"
|
|
20
20
|
dependencies = [
|
|
21
|
-
"aiobotocore~=2.
|
|
21
|
+
"aiobotocore~=2.25.0",
|
|
22
22
|
"aiohttp[speedups]>=3.12.0,<3.15.0",
|
|
23
23
|
"asyncpg~=0.30.0",
|
|
24
24
|
"fastapi-users-db-sqlalchemy~=7.0.0",
|
|
@@ -29,7 +29,7 @@ dependencies = [
|
|
|
29
29
|
"pydantic[email]~=2.12.0",
|
|
30
30
|
"pydantic-settings~=2.11.0",
|
|
31
31
|
"python-jose==3.5.0",
|
|
32
|
-
"SQLAlchemy[asyncio]~=2.0.
|
|
32
|
+
"SQLAlchemy[asyncio]~=2.0.44",
|
|
33
33
|
"valkey[libvalkey]~=6.1.1",
|
|
34
34
|
"zeep~=4.3.2"
|
|
35
35
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.3
|
|
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.15.0,>=3.13.8
|
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
|
-
Requires-Dist: aiobotocore~=2.
|
|
15
|
+
Requires-Dist: aiobotocore~=2.25.0
|
|
16
16
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.12.0
|
|
17
17
|
Requires-Dist: asyncpg~=0.30.0
|
|
18
18
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
|
@@ -23,7 +23,7 @@ Requires-Dist: msgspec~=0.19.0
|
|
|
23
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
|
-
Requires-Dist: SQLAlchemy[asyncio]~=2.0.
|
|
26
|
+
Requires-Dist: SQLAlchemy[asyncio]~=2.0.44
|
|
27
27
|
Requires-Dist: valkey[libvalkey]~=6.1.1
|
|
28
28
|
Requires-Dist: zeep~=4.3.2
|
|
29
29
|
Dynamic: license-file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
aiobotocore~=2.
|
|
1
|
+
aiobotocore~=2.25.0
|
|
2
2
|
aiohttp[speedups]<3.15.0,>=3.12.0
|
|
3
3
|
asyncpg~=0.30.0
|
|
4
4
|
fastapi-users-db-sqlalchemy~=7.0.0
|
|
@@ -9,6 +9,6 @@ msgspec~=0.19.0
|
|
|
9
9
|
pydantic[email]~=2.12.0
|
|
10
10
|
pydantic-settings~=2.11.0
|
|
11
11
|
python-jose==3.5.0
|
|
12
|
-
SQLAlchemy[asyncio]~=2.0.
|
|
12
|
+
SQLAlchemy[asyncio]~=2.0.44
|
|
13
13
|
valkey[libvalkey]~=6.1.1
|
|
14
14
|
zeep~=4.3.2
|
|
@@ -8,7 +8,7 @@ resolution-markers = [
|
|
|
8
8
|
|
|
9
9
|
[[package]]
|
|
10
10
|
name = "aiobotocore"
|
|
11
|
-
version = "2.
|
|
11
|
+
version = "2.25.0"
|
|
12
12
|
source = { registry = "https://pypi.org/simple" }
|
|
13
13
|
dependencies = [
|
|
14
14
|
{ name = "aiohttp" },
|
|
@@ -19,9 +19,9 @@ dependencies = [
|
|
|
19
19
|
{ name = "python-dateutil" },
|
|
20
20
|
{ name = "wrapt" },
|
|
21
21
|
]
|
|
22
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
22
|
+
sdist = { url = "https://files.pythonhosted.org/packages/29/89/b1ae494cfd12520c5d3b19704a14ffa19153634be47d48052e45223eee86/aiobotocore-2.25.0.tar.gz", hash = "sha256:169d07de312fd51292292f2c8faf8f67d0f466f525cea03855fe065ddc85f79d", size = 120514, upload-time = "2025-10-10T17:39:12.291Z" }
|
|
23
23
|
wheels = [
|
|
24
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
24
|
+
{ url = "https://files.pythonhosted.org/packages/a8/4e/3592d88436bbd60984a08440793c0ba245f538f9f6287b59c1e2c0aead8c/aiobotocore-2.25.0-py3-none-any.whl", hash = "sha256:0524fd36f6d522ddc9d013df2c19fb56369ffdfbffd129895918fbfe95216dad", size = 86028, upload-time = "2025-10-10T17:39:10.423Z" },
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
[[package]]
|
|
@@ -284,16 +284,16 @@ wheels = [
|
|
|
284
284
|
|
|
285
285
|
[[package]]
|
|
286
286
|
name = "botocore"
|
|
287
|
-
version = "1.40.
|
|
287
|
+
version = "1.40.49"
|
|
288
288
|
source = { registry = "https://pypi.org/simple" }
|
|
289
289
|
dependencies = [
|
|
290
290
|
{ name = "jmespath" },
|
|
291
291
|
{ name = "python-dateutil" },
|
|
292
292
|
{ name = "urllib3" },
|
|
293
293
|
]
|
|
294
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
294
|
+
sdist = { url = "https://files.pythonhosted.org/packages/01/6a/eb7503536552bbd3388b2607bc7a64e59d4f988336406b51a69d29f17ed2/botocore-1.40.49.tar.gz", hash = "sha256:fe8d4cbcc22de84c20190ae728c46b931bafeb40fce247010fb071c31b6532b5", size = 14415240, upload-time = "2025-10-09T19:21:37.133Z" }
|
|
295
295
|
wheels = [
|
|
296
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
296
|
+
{ url = "https://files.pythonhosted.org/packages/fc/7b/dce396a3f7078e0432d40a9778602cbf0785ca91e7bcb64e05f19dfb5662/botocore-1.40.49-py3-none-any.whl", hash = "sha256:bf1089d0e77e4fc2e195d81c519b194ab62a4d4dd3e7113ee4e2bf903b0b75ab", size = 14085172, upload-time = "2025-10-09T19:21:32.721Z" },
|
|
297
297
|
]
|
|
298
298
|
|
|
299
299
|
[[package]]
|
|
@@ -612,16 +612,16 @@ wheels = [
|
|
|
612
612
|
|
|
613
613
|
[[package]]
|
|
614
614
|
name = "fastapi"
|
|
615
|
-
version = "0.
|
|
615
|
+
version = "0.119.0"
|
|
616
616
|
source = { registry = "https://pypi.org/simple" }
|
|
617
617
|
dependencies = [
|
|
618
618
|
{ name = "pydantic" },
|
|
619
619
|
{ name = "starlette" },
|
|
620
620
|
{ name = "typing-extensions" },
|
|
621
621
|
]
|
|
622
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
622
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0a/f9/5c5bcce82a7997cc0eb8c47b7800f862f6b56adc40486ed246e5010d443b/fastapi-0.119.0.tar.gz", hash = "sha256:451082403a2c1f0b99c6bd57c09110ed5463856804c8078d38e5a1f1035dbbb7", size = 336756, upload-time = "2025-10-11T17:13:40.53Z" }
|
|
623
623
|
wheels = [
|
|
624
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
624
|
+
{ url = "https://files.pythonhosted.org/packages/ce/70/584c4d7cad80f5e833715c0a29962d7c93b4d18eed522a02981a6d1b6ee5/fastapi-0.119.0-py3-none-any.whl", hash = "sha256:90a2e49ed19515320abb864df570dd766be0662c5d577688f1600170f7f73cf2", size = 107095, upload-time = "2025-10-11T17:13:39.048Z" },
|
|
625
625
|
]
|
|
626
626
|
|
|
627
627
|
[[package]]
|
|
@@ -1513,7 +1513,7 @@ testing = [
|
|
|
1513
1513
|
|
|
1514
1514
|
[package.metadata]
|
|
1515
1515
|
requires-dist = [
|
|
1516
|
-
{ name = "aiobotocore", specifier = "~=2.
|
|
1516
|
+
{ name = "aiobotocore", specifier = "~=2.25.0" },
|
|
1517
1517
|
{ name = "aiohttp", extras = ["speedups"], specifier = ">=3.12.0,<3.15.0" },
|
|
1518
1518
|
{ name = "asyncpg", specifier = "~=0.30.0" },
|
|
1519
1519
|
{ name = "fastapi-users", extras = ["sqlalchemy"], specifier = "~=14.0.1" },
|
|
@@ -1524,7 +1524,7 @@ requires-dist = [
|
|
|
1524
1524
|
{ name = "pydantic", extras = ["email"], specifier = "~=2.12.0" },
|
|
1525
1525
|
{ name = "pydantic-settings", specifier = "~=2.11.0" },
|
|
1526
1526
|
{ name = "python-jose", specifier = "==3.5.0" },
|
|
1527
|
-
{ name = "sqlalchemy", extras = ["asyncio"], specifier = "~=2.0.
|
|
1527
|
+
{ name = "sqlalchemy", extras = ["asyncio"], specifier = "~=2.0.44" },
|
|
1528
1528
|
{ name = "valkey", extras = ["libvalkey"], specifier = "~=6.1.1" },
|
|
1529
1529
|
{ name = "zeep", specifier = "~=4.3.2" },
|
|
1530
1530
|
]
|
|
@@ -1712,23 +1712,23 @@ wheels = [
|
|
|
1712
1712
|
|
|
1713
1713
|
[[package]]
|
|
1714
1714
|
name = "sqlalchemy"
|
|
1715
|
-
version = "2.0.
|
|
1715
|
+
version = "2.0.44"
|
|
1716
1716
|
source = { registry = "https://pypi.org/simple" }
|
|
1717
1717
|
dependencies = [
|
|
1718
|
-
{ name = "greenlet", marker = "
|
|
1718
|
+
{ name = "greenlet", marker = "platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64'" },
|
|
1719
1719
|
{ name = "typing-extensions" },
|
|
1720
1720
|
]
|
|
1721
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1721
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f0/f2/840d7b9496825333f532d2e3976b8eadbf52034178aac53630d09fe6e1ef/sqlalchemy-2.0.44.tar.gz", hash = "sha256:0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22", size = 9819830, upload-time = "2025-10-10T14:39:12.935Z" }
|
|
1722
1722
|
wheels = [
|
|
1723
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1724
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1725
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1726
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1727
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1728
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1729
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1730
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1731
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1723
|
+
{ url = "https://files.pythonhosted.org/packages/45/d3/c67077a2249fdb455246e6853166360054c331db4613cda3e31ab1cadbef/sqlalchemy-2.0.44-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ff486e183d151e51b1d694c7aa1695747599bb00b9f5f604092b54b74c64a8e1", size = 2135479, upload-time = "2025-10-10T16:03:37.671Z" },
|
|
1724
|
+
{ url = "https://files.pythonhosted.org/packages/2b/91/eabd0688330d6fd114f5f12c4f89b0d02929f525e6bf7ff80aa17ca802af/sqlalchemy-2.0.44-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0b1af8392eb27b372ddb783b317dea0f650241cea5bd29199b22235299ca2e45", size = 2123212, upload-time = "2025-10-10T16:03:41.755Z" },
|
|
1725
|
+
{ url = "https://files.pythonhosted.org/packages/b0/bb/43e246cfe0e81c018076a16036d9b548c4cc649de241fa27d8d9ca6f85ab/sqlalchemy-2.0.44-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2b61188657e3a2b9ac4e8f04d6cf8e51046e28175f79464c67f2fd35bceb0976", size = 3255353, upload-time = "2025-10-10T15:35:31.221Z" },
|
|
1726
|
+
{ url = "https://files.pythonhosted.org/packages/b9/96/c6105ed9a880abe346b64d3b6ddef269ddfcab04f7f3d90a0bf3c5a88e82/sqlalchemy-2.0.44-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b87e7b91a5d5973dda5f00cd61ef72ad75a1db73a386b62877d4875a8840959c", size = 3260222, upload-time = "2025-10-10T15:43:50.124Z" },
|
|
1727
|
+
{ url = "https://files.pythonhosted.org/packages/44/16/1857e35a47155b5ad927272fee81ae49d398959cb749edca6eaa399b582f/sqlalchemy-2.0.44-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:15f3326f7f0b2bfe406ee562e17f43f36e16167af99c4c0df61db668de20002d", size = 3189614, upload-time = "2025-10-10T15:35:32.578Z" },
|
|
1728
|
+
{ url = "https://files.pythonhosted.org/packages/88/ee/4afb39a8ee4fc786e2d716c20ab87b5b1fb33d4ac4129a1aaa574ae8a585/sqlalchemy-2.0.44-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:1e77faf6ff919aa8cd63f1c4e561cac1d9a454a191bb864d5dd5e545935e5a40", size = 3226248, upload-time = "2025-10-10T15:43:51.862Z" },
|
|
1729
|
+
{ url = "https://files.pythonhosted.org/packages/32/d5/0e66097fc64fa266f29a7963296b40a80d6a997b7ac13806183700676f86/sqlalchemy-2.0.44-cp313-cp313-win32.whl", hash = "sha256:ee51625c2d51f8baadf2829fae817ad0b66b140573939dd69284d2ba3553ae73", size = 2101275, upload-time = "2025-10-10T15:03:26.096Z" },
|
|
1730
|
+
{ url = "https://files.pythonhosted.org/packages/03/51/665617fe4f8c6450f42a6d8d69243f9420f5677395572c2fe9d21b493b7b/sqlalchemy-2.0.44-cp313-cp313-win_amd64.whl", hash = "sha256:c1c80faaee1a6c3428cecf40d16a2365bcf56c424c92c2b6f0f9ad204b899e9e", size = 2127901, upload-time = "2025-10-10T15:03:27.548Z" },
|
|
1731
|
+
{ url = "https://files.pythonhosted.org/packages/9c/5e/6a29fa884d9fb7ddadf6b69490a9d45fded3b38541713010dad16b77d015/sqlalchemy-2.0.44-py3-none-any.whl", hash = "sha256:19de7ca1246fbef9f9d1bff8f1ab25641569df226364a0e40457dc5457c54b05", size = 1928718, upload-time = "2025-10-10T15:29:45.32Z" },
|
|
1732
1732
|
]
|
|
1733
1733
|
|
|
1734
1734
|
[package.optional-dependencies]
|
|
@@ -1750,11 +1750,11 @@ wheels = [
|
|
|
1750
1750
|
|
|
1751
1751
|
[[package]]
|
|
1752
1752
|
name = "types-aiobotocore-s3"
|
|
1753
|
-
version = "2.
|
|
1753
|
+
version = "2.25.0"
|
|
1754
1754
|
source = { registry = "https://pypi.org/simple" }
|
|
1755
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1755
|
+
sdist = { url = "https://files.pythonhosted.org/packages/17/c7/d69fd0aa19b61ae67357b4d4aa546be7a6e0b38cde5d0c0704208e00791a/types_aiobotocore_s3-2.25.0.tar.gz", hash = "sha256:3885d2d975b02490c4a59ab0d9c607dec2b7d650189f19a2b6a5e0f81a07e56d", size = 76334, upload-time = "2025-10-11T01:32:43.509Z" }
|
|
1756
1756
|
wheels = [
|
|
1757
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1757
|
+
{ url = "https://files.pythonhosted.org/packages/43/42/0606f39a94b828f53db6741a5803626766379fc653c43fa98d1a3da28fb8/types_aiobotocore_s3-2.25.0-py3-none-any.whl", hash = "sha256:637b8b3eabd71a8083e835adb696e08b8bab75fb2e3f1ef3020334659abdf698", size = 83849, upload-time = "2025-10-11T01:32:42.437Z" },
|
|
1758
1758
|
]
|
|
1759
1759
|
|
|
1760
1760
|
[[package]]
|
|
@@ -1803,16 +1803,16 @@ libvalkey = [
|
|
|
1803
1803
|
|
|
1804
1804
|
[[package]]
|
|
1805
1805
|
name = "virtualenv"
|
|
1806
|
-
version = "20.
|
|
1806
|
+
version = "20.35.3"
|
|
1807
1807
|
source = { registry = "https://pypi.org/simple" }
|
|
1808
1808
|
dependencies = [
|
|
1809
1809
|
{ name = "distlib" },
|
|
1810
1810
|
{ name = "filelock" },
|
|
1811
1811
|
{ name = "platformdirs" },
|
|
1812
1812
|
]
|
|
1813
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1813
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a4/d5/b0ccd381d55c8f45d46f77df6ae59fbc23d19e901e2d523395598e5f4c93/virtualenv-20.35.3.tar.gz", hash = "sha256:4f1a845d131133bdff10590489610c98c168ff99dc75d6c96853801f7f67af44", size = 6002907, upload-time = "2025-10-10T21:23:33.178Z" }
|
|
1814
1814
|
wheels = [
|
|
1815
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1815
|
+
{ url = "https://files.pythonhosted.org/packages/27/73/d9a94da0e9d470a543c1b9d3ccbceb0f59455983088e727b8a1824ed90fb/virtualenv-20.35.3-py3-none-any.whl", hash = "sha256:63d106565078d8c8d0b206d48080f938a8b25361e19432d2c9db40d2899c810a", size = 5981061, upload-time = "2025-10-10T21:23:30.433Z" },
|
|
1816
1816
|
]
|
|
1817
1817
|
|
|
1818
1818
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{python3_commons-0.12.2 → python3_commons-0.12.3}/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
|