python3-commons 0.15.11__tar.gz → 0.15.12__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.15.11 → python3_commons-0.15.12}/.pre-commit-config.yaml +2 -2
- {python3_commons-0.15.11 → python3_commons-0.15.12}/PKG-INFO +3 -2
- {python3_commons-0.15.11 → python3_commons-0.15.12}/pyproject.toml +2 -1
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons.egg-info/PKG-INFO +3 -2
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons.egg-info/SOURCES.txt +1 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons.egg-info/requires.txt +2 -1
- python3_commons-0.15.12/tests/integration/test_osc.py +45 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/uv.lock +131 -109
- {python3_commons-0.15.11 → python3_commons-0.15.12}/.coveragerc +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/.env_template +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/.gitignore +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/.python-version +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/AUTHORS.rst +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/CHANGELOG.rst +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/LICENSE +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/README.md +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/README.rst +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/docs/Makefile +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/docs/_static/.gitignore +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/docs/authors.rst +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/docs/changelog.rst +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/docs/conf.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/docs/index.rst +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/docs/license.rst +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/setup.cfg +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/async_functools.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/db/models/users.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/tests/__init__.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/tests/integration/__init__.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/tests/unit/__init__.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/tests/unit/conftest.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/tests/unit/test_async_functools.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.15.11 → python3_commons-0.15.12}/tests/unit/test_msgspec.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
repos:
|
|
2
2
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
3
|
-
rev: 0.10.
|
|
3
|
+
rev: 0.10.8
|
|
4
4
|
hooks:
|
|
5
5
|
- id: uv-lock
|
|
6
6
|
# - id: uv-export
|
|
7
7
|
|
|
8
8
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
9
|
-
rev: v0.15.
|
|
9
|
+
rev: v0.15.5
|
|
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.15.
|
|
3
|
+
Version: 0.15.12
|
|
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,12 +12,13 @@ Requires-Python: <3.15.0,>=3.14.3
|
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
|
-
Requires-Dist: aiobotocore~=3.2.
|
|
15
|
+
Requires-Dist: aiobotocore~=3.2.1
|
|
16
16
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.3
|
|
17
17
|
Requires-Dist: asyncpg~=0.31.0
|
|
18
18
|
Requires-Dist: lxml~=6.0.2
|
|
19
19
|
Requires-Dist: msgpack~=1.1.2
|
|
20
20
|
Requires-Dist: msgspec==0.20.0
|
|
21
|
+
Requires-Dist: object-storage-client==0.0.14
|
|
21
22
|
Requires-Dist: pydantic-settings~=2.13.1
|
|
22
23
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.48
|
|
23
24
|
Requires-Dist: valkey[libvalkey]~=6.1.1
|
|
@@ -18,12 +18,13 @@ classifiers = [
|
|
|
18
18
|
keywords = []
|
|
19
19
|
requires-python = ">=3.14.3,<3.15.0"
|
|
20
20
|
dependencies = [
|
|
21
|
-
"aiobotocore~=3.2.
|
|
21
|
+
"aiobotocore~=3.2.1",
|
|
22
22
|
"aiohttp[speedups]>=3.13.3,<3.15.0",
|
|
23
23
|
"asyncpg~=0.31.0",
|
|
24
24
|
"lxml~=6.0.2",
|
|
25
25
|
"msgpack~=1.1.2",
|
|
26
26
|
"msgspec==0.20.0",
|
|
27
|
+
"object-storage-client==0.0.14",
|
|
27
28
|
"pydantic-settings~=2.13.1",
|
|
28
29
|
"SQLAlchemy[asyncio]~=2.0.48",
|
|
29
30
|
"valkey[libvalkey]~=6.1.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.15.
|
|
3
|
+
Version: 0.15.12
|
|
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,12 +12,13 @@ Requires-Python: <3.15.0,>=3.14.3
|
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
|
-
Requires-Dist: aiobotocore~=3.2.
|
|
15
|
+
Requires-Dist: aiobotocore~=3.2.1
|
|
16
16
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.3
|
|
17
17
|
Requires-Dist: asyncpg~=0.31.0
|
|
18
18
|
Requires-Dist: lxml~=6.0.2
|
|
19
19
|
Requires-Dist: msgpack~=1.1.2
|
|
20
20
|
Requires-Dist: msgspec==0.20.0
|
|
21
|
+
Requires-Dist: object-storage-client==0.0.14
|
|
21
22
|
Requires-Dist: pydantic-settings~=2.13.1
|
|
22
23
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.48
|
|
23
24
|
Requires-Dist: valkey[libvalkey]~=6.1.1
|
{python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons.egg-info/requires.txt
RENAMED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
aiobotocore~=3.2.
|
|
1
|
+
aiobotocore~=3.2.1
|
|
2
2
|
aiohttp[speedups]<3.15.0,>=3.13.3
|
|
3
3
|
asyncpg~=0.31.0
|
|
4
4
|
lxml~=6.0.2
|
|
5
5
|
msgpack~=1.1.2
|
|
6
6
|
msgspec==0.20.0
|
|
7
|
+
object-storage-client==0.0.14
|
|
7
8
|
pydantic-settings~=2.13.1
|
|
8
9
|
SQLAlchemy[asyncio]~=2.0.48
|
|
9
10
|
valkey[libvalkey]~=6.1.1
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import os
|
|
2
|
+
|
|
3
|
+
import pytest
|
|
4
|
+
from object_storage_client import ObjectStorageClient
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@pytest.mark.functional
|
|
8
|
+
@pytest.mark.asyncio
|
|
9
|
+
async def test_s3_object_lifecycle():
|
|
10
|
+
bucket = os.environ.get('S3_BUCKET')
|
|
11
|
+
assert bucket is not None, 'S3_BUCKET environment variable must be set to run this test'
|
|
12
|
+
|
|
13
|
+
# Ensure bucket doesn't end with a slash for consistent joining
|
|
14
|
+
bucket = bucket.rstrip('/')
|
|
15
|
+
bucket_url = f's3://{bucket}/'
|
|
16
|
+
|
|
17
|
+
client = ObjectStorageClient()
|
|
18
|
+
|
|
19
|
+
# 1. Create a file and put it to storage
|
|
20
|
+
file_url = f'{bucket_url}/test_file_s3.txt'
|
|
21
|
+
content = b'Hello, S3 Object Storage!'
|
|
22
|
+
await client.put(file_url, content)
|
|
23
|
+
|
|
24
|
+
# 2. List it in bucket
|
|
25
|
+
listing = await client.list(bucket_url)
|
|
26
|
+
assert 'test_file_s3.txt' in listing, 'File should be in the list'
|
|
27
|
+
|
|
28
|
+
# 3. Move it
|
|
29
|
+
moved_file_url = f'{bucket_url}/moved_test_file_s3.txt'
|
|
30
|
+
await client.move_object(file_url, moved_file_url)
|
|
31
|
+
|
|
32
|
+
# 4. List again to check the movement
|
|
33
|
+
list_after_move = await client.list(bucket_url)
|
|
34
|
+
|
|
35
|
+
assert 'test_file_s3.txt' not in list_after_move, 'Old file should NOT be in the list'
|
|
36
|
+
|
|
37
|
+
assert 'moved_test_file_s3.txt' in list_after_move, 'Moved file should be in the list'
|
|
38
|
+
|
|
39
|
+
# 5. Delete
|
|
40
|
+
await client.delete(moved_file_url)
|
|
41
|
+
|
|
42
|
+
# 6. List again to check the deletion
|
|
43
|
+
list_after_delete = await client.list(bucket_url)
|
|
44
|
+
|
|
45
|
+
assert 'moved_test_file_s3.txt' not in list_after_delete, 'Deleted file should NOT be in the list'
|
|
@@ -4,7 +4,7 @@ requires-python = ">=3.14.3, <3.15.0"
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "aiobotocore"
|
|
7
|
-
version = "3.2.
|
|
7
|
+
version = "3.2.1"
|
|
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/1d/ce/7d593e50d481b649c99a407c8249f9cf6437840a3adc4ecc9127f9a843d2/aiobotocore-3.2.1.tar.gz", hash = "sha256:59b1c1f59860cb10b2e5096edcc87a88842bee301969bd76a3ca0b1c4c30e6d3", size = 122788, upload-time = "2026-03-04T22:30:43.342Z" }
|
|
19
19
|
wheels = [
|
|
20
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
20
|
+
{ url = "https://files.pythonhosted.org/packages/02/78/79aa8169408996f5a71150abdea2e5e0f364df250c9e54ac385f115c7436/aiobotocore-3.2.1-py3-none-any.whl", hash = "sha256:68b7474af3e7124666b8e191805db5a7255d14e6187e0472481c845b6062e42e", size = 87737, upload-time = "2026-03-04T22:30:41.594Z" },
|
|
21
21
|
]
|
|
22
22
|
|
|
23
23
|
[[package]]
|
|
@@ -164,16 +164,16 @@ wheels = [
|
|
|
164
164
|
|
|
165
165
|
[[package]]
|
|
166
166
|
name = "botocore"
|
|
167
|
-
version = "1.42.
|
|
167
|
+
version = "1.42.61"
|
|
168
168
|
source = { registry = "https://pypi.org/simple" }
|
|
169
169
|
dependencies = [
|
|
170
170
|
{ name = "jmespath" },
|
|
171
171
|
{ name = "python-dateutil" },
|
|
172
172
|
{ name = "urllib3" },
|
|
173
173
|
]
|
|
174
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
174
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d1/6a/27836dde004717c496f69f4fe28fa2f3f3762d04859a9292681944a45a36/botocore-1.42.61.tar.gz", hash = "sha256:702d6011ace2b5b652a0dbb45053d4d9f79da2c5b184463042434e1754bdd601", size = 14954743, upload-time = "2026-03-04T20:30:41.956Z" }
|
|
175
175
|
wheels = [
|
|
176
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
176
|
+
{ url = "https://files.pythonhosted.org/packages/88/46/98a01139f318b7a2f0ad1d1e3be2a028d13aeb7e05aaa340a27cdc47fdf0/botocore-1.42.61-py3-none-any.whl", hash = "sha256:476059beb3f462042742950cf195d26bc313461a77189c16e37e205b0a924b26", size = 14627717, upload-time = "2026-03-04T20:30:37.503Z" },
|
|
177
177
|
]
|
|
178
178
|
|
|
179
179
|
[[package]]
|
|
@@ -208,18 +208,23 @@ wheels = [
|
|
|
208
208
|
|
|
209
209
|
[[package]]
|
|
210
210
|
name = "brotlicffi"
|
|
211
|
-
version = "1.2.0.
|
|
211
|
+
version = "1.2.0.1"
|
|
212
212
|
source = { registry = "https://pypi.org/simple" }
|
|
213
213
|
dependencies = [
|
|
214
214
|
{ name = "cffi" },
|
|
215
215
|
]
|
|
216
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
216
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8a/b6/017dc5f852ed9b8735af77774509271acbf1de02d238377667145fcee01d/brotlicffi-1.2.0.1.tar.gz", hash = "sha256:c20d5c596278307ad06414a6d95a892377ea274a5c6b790c2548c009385d621c", size = 478156, upload-time = "2026-03-05T19:54:11.547Z" }
|
|
217
217
|
wheels = [
|
|
218
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
219
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
220
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
221
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
222
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
218
|
+
{ url = "https://files.pythonhosted.org/packages/ef/f9/dfa56316837fa798eac19358351e974de8e1e2ca9475af4cb90293cd6576/brotlicffi-1.2.0.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:2c85e65913cf2b79c57a3fdd05b98d9731d9255dc0cb696b09376cc091b9cddd", size = 433046, upload-time = "2026-03-05T19:53:46.209Z" },
|
|
219
|
+
{ url = "https://files.pythonhosted.org/packages/4a/f5/f8f492158c76b0d940388801f04f747028971ad5774287bded5f1e53f08d/brotlicffi-1.2.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:535f2d05d0273408abc13fc0eebb467afac17b0ad85090c8913690d40207dac5", size = 1541126, upload-time = "2026-03-05T19:53:48.248Z" },
|
|
220
|
+
{ url = "https://files.pythonhosted.org/packages/3b/e1/ff87af10ac419600c63e9287a0649c673673ae6b4f2bcf48e96cb2f89f60/brotlicffi-1.2.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ce17eb798ca59ecec67a9bb3fd7a4304e120d1cd02953ce522d959b9a84d58ac", size = 1541983, upload-time = "2026-03-05T19:53:50.317Z" },
|
|
221
|
+
{ url = "https://files.pythonhosted.org/packages/47/c0/80ecd9bd45776109fab14040e478bf63e456967c9ddee2353d8330ed8de1/brotlicffi-1.2.0.1-cp314-cp314t-win32.whl", hash = "sha256:3c9544f83cb715d95d7eab3af4adbbef8b2093ad6382288a83b3a25feb1a57ec", size = 349047, upload-time = "2026-03-05T19:53:52.215Z" },
|
|
222
|
+
{ url = "https://files.pythonhosted.org/packages/ab/98/13e5b250236a281b6cd9e92a01ee1ae231029fa78faee932ef3766e1cb24/brotlicffi-1.2.0.1-cp314-cp314t-win_amd64.whl", hash = "sha256:625f8115d32ae9c0740d01ea51518437c3fbaa3e78d41cb18459f6f7ac326000", size = 385652, upload-time = "2026-03-05T19:53:53.892Z" },
|
|
223
|
+
{ url = "https://files.pythonhosted.org/packages/9a/9f/b98dcd4af47994cee97aebac866996a006a2e5fc1fd1e2b82a8ad95cf09c/brotlicffi-1.2.0.1-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:91ba5f0ccc040f6ff8f7efaf839f797723d03ed46acb8ae9408f99ffd2572cf4", size = 432608, upload-time = "2026-03-05T19:53:56.736Z" },
|
|
224
|
+
{ url = "https://files.pythonhosted.org/packages/b1/7a/ac4ee56595a061e3718a6d1ea7e921f4df156894acffb28ed88a1fd52022/brotlicffi-1.2.0.1-cp38-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:be9a670c6811af30a4bd42d7116dc5895d3b41beaa8ed8a89050447a0181f5ce", size = 1534257, upload-time = "2026-03-05T19:53:58.667Z" },
|
|
225
|
+
{ url = "https://files.pythonhosted.org/packages/99/39/e7410db7f6f56de57744ea52a115084ceb2735f4d44973f349bb92136586/brotlicffi-1.2.0.1-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6f3314a3476f59e5443f9f72a6dff16edc0c3463c9b318feaef04ae3e4683f5a", size = 1536838, upload-time = "2026-03-05T19:54:00.705Z" },
|
|
226
|
+
{ url = "https://files.pythonhosted.org/packages/a6/75/6e7977d1935fc3fbb201cbd619be8f2c7aea25d40a096967132854b34708/brotlicffi-1.2.0.1-cp38-abi3-win32.whl", hash = "sha256:82ea52e2b5d3145b6c406ebd3efb0d55db718b7ad996bd70c62cec0439de1187", size = 343337, upload-time = "2026-03-05T19:54:02.446Z" },
|
|
227
|
+
{ url = "https://files.pythonhosted.org/packages/d8/ef/e7e485ce5e4ba3843a0a92feb767c7b6098fd6e65ce752918074d175ae71/brotlicffi-1.2.0.1-cp38-abi3-win_amd64.whl", hash = "sha256:da2e82a08e7778b8bc539d27ca03cdd684113e81394bfaaad8d0dfc6a17ddede", size = 379026, upload-time = "2026-03-05T19:54:04.322Z" },
|
|
223
228
|
]
|
|
224
229
|
|
|
225
230
|
[[package]]
|
|
@@ -289,27 +294,27 @@ wheels = [
|
|
|
289
294
|
|
|
290
295
|
[[package]]
|
|
291
296
|
name = "charset-normalizer"
|
|
292
|
-
version = "3.4.
|
|
293
|
-
source = { registry = "https://pypi.org/simple" }
|
|
294
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
295
|
-
wheels = [
|
|
296
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
297
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
298
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
299
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
300
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
301
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
302
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
303
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
304
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
305
|
-
{ url = "https://files.pythonhosted.org/packages/7d/
|
|
306
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
307
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
308
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
309
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
310
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
311
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
312
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
297
|
+
version = "3.4.5"
|
|
298
|
+
source = { registry = "https://pypi.org/simple" }
|
|
299
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1d/35/02daf95b9cd686320bb622eb148792655c9412dbb9b67abb5694e5910a24/charset_normalizer-3.4.5.tar.gz", hash = "sha256:95adae7b6c42a6c5b5b559b1a99149f090a57128155daeea91732c8d970d8644", size = 134804, upload-time = "2026-03-06T06:03:19.46Z" }
|
|
300
|
+
wheels = [
|
|
301
|
+
{ url = "https://files.pythonhosted.org/packages/43/be/0f0fd9bb4a7fa4fb5067fb7d9ac693d4e928d306f80a0d02bde43a7c4aee/charset_normalizer-3.4.5-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:8197abe5ca1ffb7d91e78360f915eef5addff270f8a71c1fc5be24a56f3e4873", size = 280232, upload-time = "2026-03-06T06:02:01.508Z" },
|
|
302
|
+
{ url = "https://files.pythonhosted.org/packages/28/02/983b5445e4bef49cd8c9da73a8e029f0825f39b74a06d201bfaa2e55142a/charset_normalizer-3.4.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a2aecdb364b8a1802afdc7f9327d55dad5366bc97d8502d0f5854e50712dbc5f", size = 189688, upload-time = "2026-03-06T06:02:02.857Z" },
|
|
303
|
+
{ url = "https://files.pythonhosted.org/packages/d0/88/152745c5166437687028027dc080e2daed6fe11cfa95a22f4602591c42db/charset_normalizer-3.4.5-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a66aa5022bf81ab4b1bebfb009db4fd68e0c6d4307a1ce5ef6a26e5878dfc9e4", size = 206833, upload-time = "2026-03-06T06:02:05.127Z" },
|
|
304
|
+
{ url = "https://files.pythonhosted.org/packages/cb/0f/ebc15c8b02af2f19be9678d6eed115feeeccc45ce1f4b098d986c13e8769/charset_normalizer-3.4.5-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d77f97e515688bd615c1d1f795d540f32542d514242067adcb8ef532504cb9ee", size = 202879, upload-time = "2026-03-06T06:02:06.446Z" },
|
|
305
|
+
{ url = "https://files.pythonhosted.org/packages/38/9c/71336bff6934418dc8d1e8a1644176ac9088068bc571da612767619c97b3/charset_normalizer-3.4.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:01a1ed54b953303ca7e310fafe0fe347aab348bd81834a0bcd602eb538f89d66", size = 195764, upload-time = "2026-03-06T06:02:08.763Z" },
|
|
306
|
+
{ url = "https://files.pythonhosted.org/packages/b7/95/ce92fde4f98615661871bc282a856cf9b8a15f686ba0af012984660d480b/charset_normalizer-3.4.5-cp314-cp314-manylinux_2_31_armv7l.whl", hash = "sha256:b2d37d78297b39a9eb9eb92c0f6df98c706467282055419df141389b23f93362", size = 183728, upload-time = "2026-03-06T06:02:10.137Z" },
|
|
307
|
+
{ url = "https://files.pythonhosted.org/packages/1c/e7/f5b4588d94e747ce45ae680f0f242bc2d98dbd4eccfab73e6160b6893893/charset_normalizer-3.4.5-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e71bbb595973622b817c042bd943c3f3667e9c9983ce3d205f973f486fec98a7", size = 192937, upload-time = "2026-03-06T06:02:11.663Z" },
|
|
308
|
+
{ url = "https://files.pythonhosted.org/packages/f9/29/9d94ed6b929bf9f48bf6ede6e7474576499f07c4c5e878fb186083622716/charset_normalizer-3.4.5-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:4cd966c2559f501c6fd69294d082c2934c8dd4719deb32c22961a5ac6db0df1d", size = 192040, upload-time = "2026-03-06T06:02:13.489Z" },
|
|
309
|
+
{ url = "https://files.pythonhosted.org/packages/15/d2/1a093a1cf827957f9445f2fe7298bcc16f8fc5e05c1ed2ad1af0b239035e/charset_normalizer-3.4.5-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:d5e52d127045d6ae01a1e821acfad2f3a1866c54d0e837828538fabe8d9d1bd6", size = 184107, upload-time = "2026-03-06T06:02:14.83Z" },
|
|
310
|
+
{ url = "https://files.pythonhosted.org/packages/0f/7d/82068ce16bd36135df7b97f6333c5d808b94e01d4599a682e2337ed5fd14/charset_normalizer-3.4.5-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:30a2b1a48478c3428d047ed9690d57c23038dac838a87ad624c85c0a78ebeb39", size = 208310, upload-time = "2026-03-06T06:02:16.165Z" },
|
|
311
|
+
{ url = "https://files.pythonhosted.org/packages/84/4e/4dfb52307bb6af4a5c9e73e482d171b81d36f522b21ccd28a49656baa680/charset_normalizer-3.4.5-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:d8ed79b8f6372ca4254955005830fd61c1ccdd8c0fac6603e2c145c61dd95db6", size = 192918, upload-time = "2026-03-06T06:02:18.144Z" },
|
|
312
|
+
{ url = "https://files.pythonhosted.org/packages/08/a4/159ff7da662cf7201502ca89980b8f06acf3e887b278956646a8aeb178ab/charset_normalizer-3.4.5-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:c5af897b45fa606b12464ccbe0014bbf8c09191e0a66aab6aa9d5cf6e77e0c94", size = 204615, upload-time = "2026-03-06T06:02:19.821Z" },
|
|
313
|
+
{ url = "https://files.pythonhosted.org/packages/d6/62/0dd6172203cb6b429ffffc9935001fde42e5250d57f07b0c28c6046deb6b/charset_normalizer-3.4.5-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:1088345bcc93c58d8d8f3d783eca4a6e7a7752bbff26c3eee7e73c597c191c2e", size = 197784, upload-time = "2026-03-06T06:02:21.86Z" },
|
|
314
|
+
{ url = "https://files.pythonhosted.org/packages/c7/5e/1aab5cb737039b9c59e63627dc8bbc0d02562a14f831cc450e5f91d84ce1/charset_normalizer-3.4.5-cp314-cp314-win32.whl", hash = "sha256:ee57b926940ba00bca7ba7041e665cc956e55ef482f851b9b65acb20d867e7a2", size = 133009, upload-time = "2026-03-06T06:02:23.289Z" },
|
|
315
|
+
{ url = "https://files.pythonhosted.org/packages/40/65/e7c6c77d7aaa4c0d7974f2e403e17f0ed2cb0fc135f77d686b916bf1eead/charset_normalizer-3.4.5-cp314-cp314-win_amd64.whl", hash = "sha256:4481e6da1830c8a1cc0b746b47f603b653dadb690bcd851d039ffaefe70533aa", size = 143511, upload-time = "2026-03-06T06:02:26.195Z" },
|
|
316
|
+
{ url = "https://files.pythonhosted.org/packages/ba/91/52b0841c71f152f563b8e072896c14e3d83b195c188b338d3cc2e582d1d4/charset_normalizer-3.4.5-cp314-cp314-win_arm64.whl", hash = "sha256:97ab7787092eb9b50fb47fa04f24c75b768a606af1bcba1957f07f128a7219e4", size = 133775, upload-time = "2026-03-06T06:02:27.473Z" },
|
|
317
|
+
{ url = "https://files.pythonhosted.org/packages/c5/60/3a621758945513adfd4db86827a5bafcc615f913dbd0b4c2ed64a65731be/charset_normalizer-3.4.5-py3-none-any.whl", hash = "sha256:9db5e3fcdcee89a78c04dffb3fe33c79f77bd741a624946db2591c81b2fc85b0", size = 55455, upload-time = "2026-03-06T06:03:17.827Z" },
|
|
313
318
|
]
|
|
314
319
|
|
|
315
320
|
[[package]]
|
|
@@ -643,6 +648,17 @@ wheels = [
|
|
|
643
648
|
{ url = "https://files.pythonhosted.org/packages/88/b2/d0896bdcdc8d28a7fc5717c305f1a861c26e18c05047949fb371034d98bd/nodeenv-1.10.0-py2.py3-none-any.whl", hash = "sha256:5bb13e3eed2923615535339b3c620e76779af4cb4c6a90deccc9e36b274d3827", size = 23438, upload-time = "2025-12-20T14:08:52.782Z" },
|
|
644
649
|
]
|
|
645
650
|
|
|
651
|
+
[[package]]
|
|
652
|
+
name = "object-storage-client"
|
|
653
|
+
version = "0.0.14"
|
|
654
|
+
source = { registry = "https://pypi.org/simple" }
|
|
655
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e8/61/873a336e827a3d4508cfe6e5f8be4591220eb08cc7b0b70d14989d7e8e0c/object_storage_client-0.0.14.tar.gz", hash = "sha256:cc4fe0efa55a1fee778465fd9919d13a0ce96c94e05b34d1c214b8b46169816e", size = 38281, upload-time = "2026-03-06T16:14:48.003Z" }
|
|
656
|
+
wheels = [
|
|
657
|
+
{ url = "https://files.pythonhosted.org/packages/79/93/4577072f83430757b0a49905b58a6f98ab41ce23c0fc56571c51d970de4a/object_storage_client-0.0.14-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:73f541dda7517a8537fca411a25658c0375e4628797afc4045017f0b57936909", size = 1912098, upload-time = "2026-03-06T16:14:55.091Z" },
|
|
658
|
+
{ url = "https://files.pythonhosted.org/packages/2b/4a/4a189540ecf8cebddcd35624b03672f1c1f27c49e231e2f5998f66c872f8/object_storage_client-0.0.14-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c6e0249cd33ce5103d882cdf788810c9de0471264a82ae9e440bd323dfaef9c1", size = 2092904, upload-time = "2026-03-06T16:14:51.738Z" },
|
|
659
|
+
{ url = "https://files.pythonhosted.org/packages/7f/8d/250fbcfcaecb4ed43d5491a8f9019a0943d12d65f0b19d3472b7851f9615/object_storage_client-0.0.14-cp314-cp314-win_amd64.whl", hash = "sha256:dbfd268c9c5905c1c7974168a7920428ba5dadec7bec3b77cec164892f31cba8", size = 2082822, upload-time = "2026-03-06T16:14:50.356Z" },
|
|
660
|
+
]
|
|
661
|
+
|
|
646
662
|
[[package]]
|
|
647
663
|
name = "packaging"
|
|
648
664
|
version = "26.0"
|
|
@@ -663,11 +679,11 @@ wheels = [
|
|
|
663
679
|
|
|
664
680
|
[[package]]
|
|
665
681
|
name = "platformdirs"
|
|
666
|
-
version = "4.9.
|
|
682
|
+
version = "4.9.4"
|
|
667
683
|
source = { registry = "https://pypi.org/simple" }
|
|
668
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
684
|
+
sdist = { url = "https://files.pythonhosted.org/packages/19/56/8d4c30c8a1d07013911a8fdbd8f89440ef9f08d07a1b50ab8ca8be5a20f9/platformdirs-4.9.4.tar.gz", hash = "sha256:1ec356301b7dc906d83f371c8f487070e99d3ccf9e501686456394622a01a934", size = 28737, upload-time = "2026-03-05T18:34:13.271Z" }
|
|
669
685
|
wheels = [
|
|
670
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
686
|
+
{ url = "https://files.pythonhosted.org/packages/63/d7/97f7e3a6abb67d8080dd406fd4df842c2be0efaf712d1c899c32a075027c/platformdirs-4.9.4-py3-none-any.whl", hash = "sha256:68a9a4619a666ea6439f2ff250c12a853cd1cbd5158d258bd824a7df6be2f868", size = 21216, upload-time = "2026-03-05T18:34:12.172Z" },
|
|
671
687
|
]
|
|
672
688
|
|
|
673
689
|
[[package]]
|
|
@@ -975,6 +991,7 @@ dependencies = [
|
|
|
975
991
|
{ name = "lxml" },
|
|
976
992
|
{ name = "msgpack" },
|
|
977
993
|
{ name = "msgspec" },
|
|
994
|
+
{ name = "object-storage-client" },
|
|
978
995
|
{ name = "pydantic-settings" },
|
|
979
996
|
{ name = "sqlalchemy", extra = ["asyncio"] },
|
|
980
997
|
{ name = "valkey", extra = ["libvalkey"] },
|
|
@@ -1003,12 +1020,13 @@ testing = [
|
|
|
1003
1020
|
|
|
1004
1021
|
[package.metadata]
|
|
1005
1022
|
requires-dist = [
|
|
1006
|
-
{ name = "aiobotocore", specifier = "~=3.2.
|
|
1023
|
+
{ name = "aiobotocore", specifier = "~=3.2.1" },
|
|
1007
1024
|
{ name = "aiohttp", extras = ["speedups"], specifier = ">=3.13.3,<3.15.0" },
|
|
1008
1025
|
{ name = "asyncpg", specifier = "~=0.31.0" },
|
|
1009
1026
|
{ name = "lxml", specifier = "~=6.0.2" },
|
|
1010
1027
|
{ name = "msgpack", specifier = "~=1.1.2" },
|
|
1011
1028
|
{ name = "msgspec", specifier = "==0.20.0" },
|
|
1029
|
+
{ name = "object-storage-client", specifier = "==0.0.14" },
|
|
1012
1030
|
{ name = "pydantic-settings", specifier = "~=2.13.1" },
|
|
1013
1031
|
{ name = "sqlalchemy", extras = ["asyncio"], specifier = "~=2.0.48" },
|
|
1014
1032
|
{ name = "valkey", extras = ["libvalkey"], specifier = "~=6.1.1" },
|
|
@@ -1037,11 +1055,11 @@ testing = [
|
|
|
1037
1055
|
|
|
1038
1056
|
[[package]]
|
|
1039
1057
|
name = "pytz"
|
|
1040
|
-
version = "
|
|
1058
|
+
version = "2026.1.post1"
|
|
1041
1059
|
source = { registry = "https://pypi.org/simple" }
|
|
1042
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1060
|
+
sdist = { url = "https://files.pythonhosted.org/packages/56/db/b8721d71d945e6a8ac63c0fc900b2067181dbb50805958d4d4661cf7d277/pytz-2026.1.post1.tar.gz", hash = "sha256:3378dde6a0c3d26719182142c56e60c7f9af7e968076f31aae569d72a0358ee1", size = 321088, upload-time = "2026-03-03T07:47:50.683Z" }
|
|
1043
1061
|
wheels = [
|
|
1044
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1062
|
+
{ url = "https://files.pythonhosted.org/packages/10/99/781fe0c827be2742bcc775efefccb3b048a3a9c6ce9aec0cbf4a101677e5/pytz-2026.1.post1-py2.py3-none-any.whl", hash = "sha256:f2fd16142fda348286a75e1a524be810bb05d444e5a081f37f7affc635035f7a", size = 510489, upload-time = "2026-03-03T07:47:49.167Z" },
|
|
1045
1063
|
]
|
|
1046
1064
|
|
|
1047
1065
|
[[package]]
|
|
@@ -1111,27 +1129,27 @@ wheels = [
|
|
|
1111
1129
|
|
|
1112
1130
|
[[package]]
|
|
1113
1131
|
name = "ruff"
|
|
1114
|
-
version = "0.15.
|
|
1115
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1116
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1117
|
-
wheels = [
|
|
1118
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1119
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1120
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1121
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1122
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1123
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1124
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1125
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1126
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1127
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1128
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1129
|
-
{ url = "https://files.pythonhosted.org/packages/ff/
|
|
1130
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1131
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1132
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1133
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1134
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1132
|
+
version = "0.15.5"
|
|
1133
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1134
|
+
sdist = { url = "https://files.pythonhosted.org/packages/77/9b/840e0039e65fcf12758adf684d2289024d6140cde9268cc59887dc55189c/ruff-0.15.5.tar.gz", hash = "sha256:7c3601d3b6d76dce18c5c824fc8d06f4eef33d6df0c21ec7799510cde0f159a2", size = 4574214, upload-time = "2026-03-05T20:06:34.946Z" }
|
|
1135
|
+
wheels = [
|
|
1136
|
+
{ url = "https://files.pythonhosted.org/packages/47/20/5369c3ce21588c708bcbe517a8fbe1a8dfdb5dfd5137e14790b1da71612c/ruff-0.15.5-py3-none-linux_armv6l.whl", hash = "sha256:4ae44c42281f42e3b06b988e442d344a5b9b72450ff3c892e30d11b29a96a57c", size = 10478185, upload-time = "2026-03-05T20:06:29.093Z" },
|
|
1137
|
+
{ url = "https://files.pythonhosted.org/packages/44/ed/e81dd668547da281e5dce710cf0bc60193f8d3d43833e8241d006720e42b/ruff-0.15.5-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:6edd3792d408ebcf61adabc01822da687579a1a023f297618ac27a5b51ef0080", size = 10859201, upload-time = "2026-03-05T20:06:32.632Z" },
|
|
1138
|
+
{ url = "https://files.pythonhosted.org/packages/c4/8f/533075f00aaf19b07c5cd6aa6e5d89424b06b3b3f4583bfa9c640a079059/ruff-0.15.5-py3-none-macosx_11_0_arm64.whl", hash = "sha256:89f463f7c8205a9f8dea9d658d59eff49db05f88f89cc3047fb1a02d9f344010", size = 10184752, upload-time = "2026-03-05T20:06:40.312Z" },
|
|
1139
|
+
{ url = "https://files.pythonhosted.org/packages/66/0e/ba49e2c3fa0395b3152bad634c7432f7edfc509c133b8f4529053ff024fb/ruff-0.15.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ba786a8295c6574c1116704cf0b9e6563de3432ac888d8f83685654fe528fd65", size = 10534857, upload-time = "2026-03-05T20:06:19.581Z" },
|
|
1140
|
+
{ url = "https://files.pythonhosted.org/packages/59/71/39234440f27a226475a0659561adb0d784b4d247dfe7f43ffc12dd02e288/ruff-0.15.5-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fd4b801e57955fe9f02b31d20375ab3a5c4415f2e5105b79fb94cf2642c91440", size = 10309120, upload-time = "2026-03-05T20:06:00.435Z" },
|
|
1141
|
+
{ url = "https://files.pythonhosted.org/packages/f5/87/4140aa86a93df032156982b726f4952aaec4a883bb98cb6ef73c347da253/ruff-0.15.5-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:391f7c73388f3d8c11b794dbbc2959a5b5afe66642c142a6effa90b45f6f5204", size = 11047428, upload-time = "2026-03-05T20:05:51.867Z" },
|
|
1142
|
+
{ url = "https://files.pythonhosted.org/packages/5a/f7/4953e7e3287676f78fbe85e3a0ca414c5ca81237b7575bdadc00229ac240/ruff-0.15.5-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8dc18f30302e379fe1e998548b0f5e9f4dff907f52f73ad6da419ea9c19d66c8", size = 11914251, upload-time = "2026-03-05T20:06:22.887Z" },
|
|
1143
|
+
{ url = "https://files.pythonhosted.org/packages/77/46/0f7c865c10cf896ccf5a939c3e84e1cfaeed608ff5249584799a74d33835/ruff-0.15.5-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1cc6e7f90087e2d27f98dc34ed1b3ab7c8f0d273cc5431415454e22c0bd2a681", size = 11333801, upload-time = "2026-03-05T20:05:57.168Z" },
|
|
1144
|
+
{ url = "https://files.pythonhosted.org/packages/d3/01/a10fe54b653061585e655f5286c2662ebddb68831ed3eaebfb0eb08c0a16/ruff-0.15.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c1cb7169f53c1ddb06e71a9aebd7e98fc0fea936b39afb36d8e86d36ecc2636a", size = 11206821, upload-time = "2026-03-05T20:06:03.441Z" },
|
|
1145
|
+
{ url = "https://files.pythonhosted.org/packages/7a/0d/2132ceaf20c5e8699aa83da2706ecb5c5dcdf78b453f77edca7fb70f8a93/ruff-0.15.5-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:9b037924500a31ee17389b5c8c4d88874cc6ea8e42f12e9c61a3d754ff72f1ca", size = 11133326, upload-time = "2026-03-05T20:06:25.655Z" },
|
|
1146
|
+
{ url = "https://files.pythonhosted.org/packages/72/cb/2e5259a7eb2a0f87c08c0fe5bf5825a1e4b90883a52685524596bfc93072/ruff-0.15.5-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:65bb414e5b4eadd95a8c1e4804f6772bbe8995889f203a01f77ddf2d790929dd", size = 10510820, upload-time = "2026-03-05T20:06:37.79Z" },
|
|
1147
|
+
{ url = "https://files.pythonhosted.org/packages/ff/20/b67ce78f9e6c59ffbdb5b4503d0090e749b5f2d31b599b554698a80d861c/ruff-0.15.5-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:d20aa469ae3b57033519c559e9bc9cd9e782842e39be05b50e852c7c981fa01d", size = 10302395, upload-time = "2026-03-05T20:05:54.504Z" },
|
|
1148
|
+
{ url = "https://files.pythonhosted.org/packages/5f/e5/719f1acccd31b720d477751558ed74e9c88134adcc377e5e886af89d3072/ruff-0.15.5-py3-none-musllinux_1_2_i686.whl", hash = "sha256:15388dd28c9161cdb8eda68993533acc870aa4e646a0a277aa166de9ad5a8752", size = 10754069, upload-time = "2026-03-05T20:06:06.422Z" },
|
|
1149
|
+
{ url = "https://files.pythonhosted.org/packages/c3/9c/d1db14469e32d98f3ca27079dbd30b7b44dbb5317d06ab36718dee3baf03/ruff-0.15.5-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:b30da330cbd03bed0c21420b6b953158f60c74c54c5f4c1dabbdf3a57bf355d2", size = 11304315, upload-time = "2026-03-05T20:06:10.867Z" },
|
|
1150
|
+
{ url = "https://files.pythonhosted.org/packages/28/3a/950367aee7c69027f4f422059227b290ed780366b6aecee5de5039d50fa8/ruff-0.15.5-py3-none-win32.whl", hash = "sha256:732e5ee1f98ba5b3679029989a06ca39a950cced52143a0ea82a2102cb592b74", size = 10551676, upload-time = "2026-03-05T20:06:13.705Z" },
|
|
1151
|
+
{ url = "https://files.pythonhosted.org/packages/b8/00/bf077a505b4e649bdd3c47ff8ec967735ce2544c8e4a43aba42ee9bf935d/ruff-0.15.5-py3-none-win_amd64.whl", hash = "sha256:821d41c5fa9e19117616c35eaa3f4b75046ec76c65e7ae20a333e9a8696bc7fe", size = 11678972, upload-time = "2026-03-05T20:06:45.379Z" },
|
|
1152
|
+
{ url = "https://files.pythonhosted.org/packages/fe/4e/cd76eca6db6115604b7626668e891c9dd03330384082e33662fb0f113614/ruff-0.15.5-py3-none-win_arm64.whl", hash = "sha256:b498d1c60d2fe5c10c45ec3f698901065772730b411f164ae270bb6bfcc4740b", size = 10965572, upload-time = "2026-03-05T20:06:16.984Z" },
|
|
1135
1153
|
]
|
|
1136
1154
|
|
|
1137
1155
|
[[package]]
|
|
@@ -1198,38 +1216,38 @@ asyncio = [
|
|
|
1198
1216
|
|
|
1199
1217
|
[[package]]
|
|
1200
1218
|
name = "ty"
|
|
1201
|
-
version = "0.0.
|
|
1219
|
+
version = "0.0.21"
|
|
1202
1220
|
source = { registry = "https://pypi.org/simple" }
|
|
1203
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1221
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ee/20/2ba8fd9493c89c41dfe9dbb73bc70a28b28028463bc0d2897ba8be36230a/ty-0.0.21.tar.gz", hash = "sha256:a4c2ba5d67d64df8fcdefd8b280ac1149d24a73dbda82fa953a0dff9d21400ed", size = 5297967, upload-time = "2026-03-06T01:57:13.809Z" }
|
|
1204
1222
|
wheels = [
|
|
1205
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1206
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1207
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1208
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1209
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1210
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1211
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1212
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1213
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1214
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1215
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1216
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1217
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1218
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1219
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1220
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1223
|
+
{ url = "https://files.pythonhosted.org/packages/36/70/edf38bb37517531681d1c37f5df64744e5ad02673c02eb48447eae4bea08/ty-0.0.21-py3-none-linux_armv6l.whl", hash = "sha256:7bdf2f572378de78e1f388d24691c89db51b7caf07cf90f2bfcc1d6b18b70a76", size = 10299222, upload-time = "2026-03-06T01:57:16.64Z" },
|
|
1224
|
+
{ url = "https://files.pythonhosted.org/packages/72/62/0047b0bd19afeefbc7286f20a5f78a2aa39f92b4d89853f0d7185ab89edc/ty-0.0.21-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:7e9613994610431ab8625025bd2880dbcb77c5c9fabdd21134cda12d840a529d", size = 10130513, upload-time = "2026-03-06T01:57:29.93Z" },
|
|
1225
|
+
{ url = "https://files.pythonhosted.org/packages/a2/20/0b93a9e91aaed23155780258cdfdb4726ef68b6985378ac069bc427291a0/ty-0.0.21-py3-none-macosx_11_0_arm64.whl", hash = "sha256:56d3b198b64dd0a19b2b66e257deaed2ecea568e722ae5352f3c6fb62027f89d", size = 9605425, upload-time = "2026-03-06T01:57:27.115Z" },
|
|
1226
|
+
{ url = "https://files.pythonhosted.org/packages/ea/fd/9945e2fa2996a1287b1e1d7ce050e97e1f420233b271e770934bfa0880a0/ty-0.0.21-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d23d2c34f7a77d974bb08f0860ef700addc8a683d81a0319f71c08f87506cfd0", size = 10108298, upload-time = "2026-03-06T01:57:35.429Z" },
|
|
1227
|
+
{ url = "https://files.pythonhosted.org/packages/52/e7/4ec52fcb15f3200826c9f048472c062549a05b0d1ef0b51f32d527b513c4/ty-0.0.21-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:56b01fd2519637a4ca88344f61c96225f540c98ff18bca321d4eaa7bb0f7aa2f", size = 10121556, upload-time = "2026-03-06T01:57:03.242Z" },
|
|
1228
|
+
{ url = "https://files.pythonhosted.org/packages/ee/c0/ad457be2a8abea0f25549598bd098554540ced66229488daa0d558dad3c8/ty-0.0.21-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e9de7e11c63c6afc40f3e9ba716374add171aee7fabc70b5146a510705c6d41b", size = 10603264, upload-time = "2026-03-06T01:56:52.134Z" },
|
|
1229
|
+
{ url = "https://files.pythonhosted.org/packages/f8/5b/2ecc7a2175243a4bcb72f5298ae41feabbb93b764bb0dc45722f3752c2c2/ty-0.0.21-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:62f7f5b235c4f7876db305c36997aea07b7af29b1a068f373d0e2547e25f32ff", size = 11196428, upload-time = "2026-03-06T01:57:32.94Z" },
|
|
1230
|
+
{ url = "https://files.pythonhosted.org/packages/37/f5/aff507d6a901f328ef96a298032b0c11aaaf950a146ed7dd3b5bf2cd3acf/ty-0.0.21-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ee8399f7c453a425291e6688efe430cfae7ab0ac4ffd50eba9f872bf878b54f6", size = 10866355, upload-time = "2026-03-06T01:56:57.831Z" },
|
|
1231
|
+
{ url = "https://files.pythonhosted.org/packages/be/30/822bbcb92d55b65989aa7ed06d9585f28ade9c9447369194ed4b0fb3b5b9/ty-0.0.21-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:210e7568c9f886c4d01308d751949ee714ad7ad9d7d928d2ba90d329dd880367", size = 10738177, upload-time = "2026-03-06T01:57:11.256Z" },
|
|
1232
|
+
{ url = "https://files.pythonhosted.org/packages/57/cc/46e7991b6469e93ac2c7e533a028983e402485580150ac864c56352a3a82/ty-0.0.21-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:53508e345b11569f78b21ba8e2b4e61df38a9754947fb3cd9f2ef574367338fb", size = 10079158, upload-time = "2026-03-06T01:57:00.516Z" },
|
|
1233
|
+
{ url = "https://files.pythonhosted.org/packages/15/c2/0bbdadfbd008240f8f1a87dc877433cb3884436097926107ccf06e618199/ty-0.0.21-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:553e43571f4a35604c36cfd07d8b61a5eb7a714e3c67f8c4ff2cf674fefbaef9", size = 10150535, upload-time = "2026-03-06T01:57:08.815Z" },
|
|
1234
|
+
{ url = "https://files.pythonhosted.org/packages/c5/b5/2dbdb7b57b5362200ef0a39738ebd31331726328336def0143ac097ee59d/ty-0.0.21-py3-none-musllinux_1_2_i686.whl", hash = "sha256:666f6822e3b9200abfa7e95eb0ddd576460adb8d66b550c0ad2c70abc84a2048", size = 10319803, upload-time = "2026-03-06T01:57:19.106Z" },
|
|
1235
|
+
{ url = "https://files.pythonhosted.org/packages/72/84/70e52c0b7abc7c2086f9876ef454a73b161d3125315536d8d7e911c94ca4/ty-0.0.21-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:a0854d008347ce4a5fb351af132f660a390ab2a1163444d075251d43e6f74b9b", size = 10826239, upload-time = "2026-03-06T01:57:21.727Z" },
|
|
1236
|
+
{ url = "https://files.pythonhosted.org/packages/a1/8a/1f72480fd013bbc6cd1929002abbbcde9a0b08ead6a15154de9d7f7fa37e/ty-0.0.21-py3-none-win32.whl", hash = "sha256:bef3ab4c7b966bcc276a8ac6c11b63ba222d21355b48d471ea782c4104eee4e0", size = 9693196, upload-time = "2026-03-06T01:57:24.126Z" },
|
|
1237
|
+
{ url = "https://files.pythonhosted.org/packages/8d/f8/1104808b875c26c640e536945753a78562d606bef4e241d9dbf3d92477f6/ty-0.0.21-py3-none-win_amd64.whl", hash = "sha256:a709d576e5bea84b745d43058d8b9cd4f27f74a0b24acb4b0cbb7d3d41e0d050", size = 10668660, upload-time = "2026-03-06T01:56:55.06Z" },
|
|
1238
|
+
{ url = "https://files.pythonhosted.org/packages/1b/b8/25e0adc404bbf986977657b25318991f93097b49f8aea640d93c0b0db68e/ty-0.0.21-py3-none-win_arm64.whl", hash = "sha256:f72047996598ac20553fb7e21ba5741e3c82dee4e9eadf10d954551a5fe09391", size = 10104161, upload-time = "2026-03-06T01:57:06.072Z" },
|
|
1221
1239
|
]
|
|
1222
1240
|
|
|
1223
1241
|
[[package]]
|
|
1224
1242
|
name = "types-aiobotocore"
|
|
1225
|
-
version = "3.2.
|
|
1243
|
+
version = "3.2.1"
|
|
1226
1244
|
source = { registry = "https://pypi.org/simple" }
|
|
1227
1245
|
dependencies = [
|
|
1228
1246
|
{ name = "botocore-stubs" },
|
|
1229
1247
|
]
|
|
1230
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1248
|
+
sdist = { url = "https://files.pythonhosted.org/packages/24/bc/a176a1a7f81e386c980925615a5bafdbb4296687d1cf14da8507db2eb17f/types_aiobotocore-3.2.1.tar.gz", hash = "sha256:8c6ed545cf8a1ced33bde2912975b606ad0ca23b1960ddb6bcfc9e4bf7dde627", size = 86572, upload-time = "2026-03-06T02:19:04.178Z" }
|
|
1231
1249
|
wheels = [
|
|
1232
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1250
|
+
{ url = "https://files.pythonhosted.org/packages/8b/d4/5ecb92d17d0e0329330b0dda840078039adf938ade64ebe619f986cc3e75/types_aiobotocore-3.2.1-py3-none-any.whl", hash = "sha256:0e590a151d2a31a68f71123f8c5c152e4d32f818478403d67ce315e12c8d528a", size = 54243, upload-time = "2026-03-06T02:19:00.688Z" },
|
|
1233
1251
|
]
|
|
1234
1252
|
|
|
1235
1253
|
[package.optional-dependencies]
|
|
@@ -1239,11 +1257,11 @@ s3 = [
|
|
|
1239
1257
|
|
|
1240
1258
|
[[package]]
|
|
1241
1259
|
name = "types-aiobotocore-s3"
|
|
1242
|
-
version = "3.2.
|
|
1260
|
+
version = "3.2.1"
|
|
1243
1261
|
source = { registry = "https://pypi.org/simple" }
|
|
1244
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1262
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0c/1d/1ea502ff9ba6d98f76a61bfc672937bd0499deb1da9206176c0f0183c1e9/types_aiobotocore_s3-3.2.1.tar.gz", hash = "sha256:764f08d352f2cc4f8b84877ce9a4d1014b45b2325c70f1093ed09c0ce41f1abd", size = 76918, upload-time = "2026-03-05T02:29:12.96Z" }
|
|
1245
1263
|
wheels = [
|
|
1246
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1264
|
+
{ url = "https://files.pythonhosted.org/packages/30/39/c36725889934e5453f89d817823d940405c7dbd71ac57dd0214fa55e795f/types_aiobotocore_s3-3.2.1-py3-none-any.whl", hash = "sha256:3f5b05c5e718c6a0265296f4f00770d30bdd74d2cc3ecb1edd6862855f997d6b", size = 84628, upload-time = "2026-03-05T02:29:11.41Z" },
|
|
1247
1265
|
]
|
|
1248
1266
|
|
|
1249
1267
|
[[package]]
|
|
@@ -1328,29 +1346,33 @@ wheels = [
|
|
|
1328
1346
|
|
|
1329
1347
|
[[package]]
|
|
1330
1348
|
name = "wrapt"
|
|
1331
|
-
version = "2.1.
|
|
1332
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1333
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1334
|
-
wheels = [
|
|
1335
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1336
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1337
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1338
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1339
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1340
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1341
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1342
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1343
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1344
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1345
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1346
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1347
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1348
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1349
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1350
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1351
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1352
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1353
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1349
|
+
version = "2.1.2"
|
|
1350
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1351
|
+
sdist = { url = "https://files.pythonhosted.org/packages/2e/64/925f213fdcbb9baeb1530449ac71a4d57fc361c053d06bf78d0c5c7cd80c/wrapt-2.1.2.tar.gz", hash = "sha256:3996a67eecc2c68fd47b4e3c564405a5777367adfd9b8abb58387b63ee83b21e", size = 81678, upload-time = "2026-03-06T02:53:25.134Z" }
|
|
1352
|
+
wheels = [
|
|
1353
|
+
{ url = "https://files.pythonhosted.org/packages/39/25/e7ea0b417db02bb796182a5316398a75792cd9a22528783d868755e1f669/wrapt-2.1.2-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:1370e516598854e5b4366e09ce81e08bfe94d42b0fd569b88ec46cc56d9164a9", size = 61418, upload-time = "2026-03-06T02:53:55.706Z" },
|
|
1354
|
+
{ url = "https://files.pythonhosted.org/packages/ec/0f/fa539e2f6a770249907757eaeb9a5ff4deb41c026f8466c1c6d799088a9b/wrapt-2.1.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:6de1a3851c27e0bd6a04ca993ea6f80fc53e6c742ee1601f486c08e9f9b900a9", size = 61914, upload-time = "2026-03-06T02:52:53.37Z" },
|
|
1355
|
+
{ url = "https://files.pythonhosted.org/packages/53/37/02af1867f5b1441aaeda9c82deed061b7cd1372572ddcd717f6df90b5e93/wrapt-2.1.2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:de9f1a2bbc5ac7f6012ec24525bdd444765a2ff64b5985ac6e0692144838542e", size = 120417, upload-time = "2026-03-06T02:54:30.74Z" },
|
|
1356
|
+
{ url = "https://files.pythonhosted.org/packages/c3/b7/0138a6238c8ba7476c77cf786a807f871672b37f37a422970342308276e7/wrapt-2.1.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:970d57ed83fa040d8b20c52fe74a6ae7e3775ae8cff5efd6a81e06b19078484c", size = 122797, upload-time = "2026-03-06T02:54:51.539Z" },
|
|
1357
|
+
{ url = "https://files.pythonhosted.org/packages/e1/ad/819ae558036d6a15b7ed290d5b14e209ca795dd4da9c58e50c067d5927b0/wrapt-2.1.2-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:3969c56e4563c375861c8df14fa55146e81ac11c8db49ea6fb7f2ba58bc1ff9a", size = 117350, upload-time = "2026-03-06T02:54:37.651Z" },
|
|
1358
|
+
{ url = "https://files.pythonhosted.org/packages/8b/2d/afc18dc57a4600a6e594f77a9ae09db54f55ba455440a54886694a84c71b/wrapt-2.1.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:57d7c0c980abdc5f1d98b11a2aa3bb159790add80258c717fa49a99921456d90", size = 121223, upload-time = "2026-03-06T02:54:35.221Z" },
|
|
1359
|
+
{ url = "https://files.pythonhosted.org/packages/b9/5b/5ec189b22205697bc56eb3b62aed87a1e0423e9c8285d0781c7a83170d15/wrapt-2.1.2-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:776867878e83130c7a04237010463372e877c1c994d449ca6aaafeab6aab2586", size = 116287, upload-time = "2026-03-06T02:54:19.654Z" },
|
|
1360
|
+
{ url = "https://files.pythonhosted.org/packages/f7/2d/f84939a7c9b5e6cdd8a8d0f6a26cabf36a0f7e468b967720e8b0cd2bdf69/wrapt-2.1.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:fab036efe5464ec3291411fabb80a7a39e2dd80bae9bcbeeca5087fdfa891e19", size = 119593, upload-time = "2026-03-06T02:54:16.697Z" },
|
|
1361
|
+
{ url = "https://files.pythonhosted.org/packages/0b/fe/ccd22a1263159c4ac811ab9374c061bcb4a702773f6e06e38de5f81a1bdc/wrapt-2.1.2-cp314-cp314-win32.whl", hash = "sha256:e6ed62c82ddf58d001096ae84ce7f833db97ae2263bff31c9b336ba8cfe3f508", size = 58631, upload-time = "2026-03-06T02:53:06.498Z" },
|
|
1362
|
+
{ url = "https://files.pythonhosted.org/packages/65/0a/6bd83be7bff2e7efaac7b4ac9748da9d75a34634bbbbc8ad077d527146df/wrapt-2.1.2-cp314-cp314-win_amd64.whl", hash = "sha256:467e7c76315390331c67073073d00662015bb730c566820c9ca9b54e4d67fd04", size = 60875, upload-time = "2026-03-06T02:53:50.252Z" },
|
|
1363
|
+
{ url = "https://files.pythonhosted.org/packages/6c/c0/0b3056397fe02ff80e5a5d72d627c11eb885d1ca78e71b1a5c1e8c7d45de/wrapt-2.1.2-cp314-cp314-win_arm64.whl", hash = "sha256:da1f00a557c66225d53b095a97eace0fc5349e3bfda28fa34ffae238978ee575", size = 59164, upload-time = "2026-03-06T02:53:59.128Z" },
|
|
1364
|
+
{ url = "https://files.pythonhosted.org/packages/71/ed/5d89c798741993b2371396eb9d4634f009ff1ad8a6c78d366fe2883ea7a6/wrapt-2.1.2-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:62503ffbc2d3a69891cf29beeaccdb4d5e0a126e2b6a851688d4777e01428dbb", size = 63163, upload-time = "2026-03-06T02:52:54.873Z" },
|
|
1365
|
+
{ url = "https://files.pythonhosted.org/packages/c6/8c/05d277d182bf36b0a13d6bd393ed1dec3468a25b59d01fba2dd70fe4d6ae/wrapt-2.1.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c7e6cd120ef837d5b6f860a6ea3745f8763805c418bb2f12eeb1fa6e25f22d22", size = 63723, upload-time = "2026-03-06T02:52:56.374Z" },
|
|
1366
|
+
{ url = "https://files.pythonhosted.org/packages/f4/27/6c51ec1eff4413c57e72d6106bb8dec6f0c7cdba6503d78f0fa98767bcc9/wrapt-2.1.2-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:3769a77df8e756d65fbc050333f423c01ae012b4f6731aaf70cf2bef61b34596", size = 152652, upload-time = "2026-03-06T02:53:23.79Z" },
|
|
1367
|
+
{ url = "https://files.pythonhosted.org/packages/db/4c/d7dd662d6963fc7335bfe29d512b02b71cdfa23eeca7ab3ac74a67505deb/wrapt-2.1.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a76d61a2e851996150ba0f80582dd92a870643fa481f3b3846f229de88caf044", size = 158807, upload-time = "2026-03-06T02:53:35.742Z" },
|
|
1368
|
+
{ url = "https://files.pythonhosted.org/packages/b4/4d/1e5eea1a78d539d346765727422976676615814029522c76b87a95f6bcdd/wrapt-2.1.2-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:6f97edc9842cf215312b75fe737ee7c8adda75a89979f8e11558dfff6343cc4b", size = 146061, upload-time = "2026-03-06T02:52:57.574Z" },
|
|
1369
|
+
{ url = "https://files.pythonhosted.org/packages/89/bc/62cabea7695cd12a288023251eeefdcb8465056ddaab6227cb78a2de005b/wrapt-2.1.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:4006c351de6d5007aa33a551f600404ba44228a89e833d2fadc5caa5de8edfbf", size = 155667, upload-time = "2026-03-06T02:53:39.422Z" },
|
|
1370
|
+
{ url = "https://files.pythonhosted.org/packages/e9/99/6f2888cd68588f24df3a76572c69c2de28287acb9e1972bf0c83ce97dbc1/wrapt-2.1.2-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:a9372fc3639a878c8e7d87e1556fa209091b0a66e912c611e3f833e2c4202be2", size = 144392, upload-time = "2026-03-06T02:54:22.41Z" },
|
|
1371
|
+
{ url = "https://files.pythonhosted.org/packages/40/51/1dfc783a6c57971614c48e361a82ca3b6da9055879952587bc99fe1a7171/wrapt-2.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:3144b027ff30cbd2fca07c0a87e67011adb717eb5f5bd8496325c17e454257a3", size = 150296, upload-time = "2026-03-06T02:54:07.848Z" },
|
|
1372
|
+
{ url = "https://files.pythonhosted.org/packages/6c/38/cbb8b933a0201076c1f64fc42883b0023002bdc14a4964219154e6ff3350/wrapt-2.1.2-cp314-cp314t-win32.whl", hash = "sha256:3b8d15e52e195813efe5db8cec156eebe339aaf84222f4f4f051a6c01f237ed7", size = 60539, upload-time = "2026-03-06T02:54:00.594Z" },
|
|
1373
|
+
{ url = "https://files.pythonhosted.org/packages/82/dd/e5176e4b241c9f528402cebb238a36785a628179d7d8b71091154b3e4c9e/wrapt-2.1.2-cp314-cp314t-win_amd64.whl", hash = "sha256:08ffa54146a7559f5b8df4b289b46d963a8e74ed16ba3687f99896101a3990c5", size = 63969, upload-time = "2026-03-06T02:54:39Z" },
|
|
1374
|
+
{ url = "https://files.pythonhosted.org/packages/5c/99/79f17046cf67e4a95b9987ea129632ba8bcec0bc81f3fb3d19bdb0bd60cd/wrapt-2.1.2-cp314-cp314t-win_arm64.whl", hash = "sha256:72aaa9d0d8e4ed0e2e98019cea47a21f823c9dd4b43c7b77bba6679ffcca6a00", size = 60554, upload-time = "2026-03-06T02:53:14.132Z" },
|
|
1375
|
+
{ url = "https://files.pythonhosted.org/packages/1a/c7/8528ac2dfa2c1e6708f647df7ae144ead13f0a31146f43c7264b4942bf12/wrapt-2.1.2-py3-none-any.whl", hash = "sha256:b8fd6fa2b2c4e7621808f8c62e8317f4aae56e59721ad933bac5239d913cf0e8", size = 43993, upload-time = "2026-03-06T02:53:12.905Z" },
|
|
1354
1376
|
]
|
|
1355
1377
|
|
|
1356
1378
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.15.11 → python3_commons-0.15.12}/.github/workflows/release-on-tag-push.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/db/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.15.11 → python3_commons-0.15.12}/src/python3_commons.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|