python3-commons 0.14.21__tar.gz → 0.14.22__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.14.21 → python3_commons-0.14.22}/.github/workflows/checks.yml +2 -2
- {python3_commons-0.14.21 → python3_commons-0.14.22}/.github/workflows/python-publish.yaml +1 -1
- {python3_commons-0.14.21 → python3_commons-0.14.22}/.github/workflows/release-on-tag-push.yml +1 -1
- {python3_commons-0.14.21 → python3_commons-0.14.22}/.pre-commit-config.yaml +2 -2
- {python3_commons-0.14.21 → python3_commons-0.14.22}/PKG-INFO +1 -1
- {python3_commons-0.14.21 → python3_commons-0.14.22}/pyproject.toml +3 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons.egg-info/PKG-INFO +1 -1
- {python3_commons-0.14.21 → python3_commons-0.14.22}/uv.lock +57 -58
- {python3_commons-0.14.21 → python3_commons-0.14.22}/.coveragerc +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/.env_template +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/.gitignore +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/.python-version +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/AUTHORS.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/CHANGELOG.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/LICENSE +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/README.md +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/README.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/docs/Makefile +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/docs/_static/.gitignore +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/docs/authors.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/docs/changelog.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/docs/conf.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/docs/index.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/docs/license.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/setup.cfg +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons.egg-info/requires.txt +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/tests/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/tests/integration/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/tests/unit/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/tests/unit/conftest.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.22}/tests/unit/test_msgspec.py +0 -0
|
@@ -12,7 +12,7 @@ jobs:
|
|
|
12
12
|
runs-on: ubuntu-latest
|
|
13
13
|
steps:
|
|
14
14
|
- name: Check Out Repo
|
|
15
|
-
uses: actions/checkout@
|
|
15
|
+
uses: actions/checkout@v6
|
|
16
16
|
|
|
17
17
|
- name: Install uv
|
|
18
18
|
uses: astral-sh/setup-uv@v6
|
|
@@ -43,7 +43,7 @@ jobs:
|
|
|
43
43
|
runs-on: ubuntu-latest
|
|
44
44
|
steps:
|
|
45
45
|
- name: Check Out Repo
|
|
46
|
-
uses: actions/checkout@
|
|
46
|
+
uses: actions/checkout@v6
|
|
47
47
|
|
|
48
48
|
- name: Install uv
|
|
49
49
|
uses: astral-sh/setup-uv@v6
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
repos:
|
|
2
2
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
3
|
-
rev: 0.9.
|
|
3
|
+
rev: 0.9.22
|
|
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.14.
|
|
9
|
+
rev: v0.14.11
|
|
10
10
|
hooks:
|
|
11
11
|
# Run the linter.
|
|
12
12
|
- id: ruff-check
|
|
@@ -148,6 +148,9 @@ venv = ".venv"
|
|
|
148
148
|
reportMatchNotExhaustive = "error"
|
|
149
149
|
reportUnnecessaryComparison = "error"
|
|
150
150
|
|
|
151
|
+
[tool.ty.rules]
|
|
152
|
+
unknown-argument = "ignore" # false positives for Pydantic model fields
|
|
153
|
+
|
|
151
154
|
[tool.pytest.ini_options]
|
|
152
155
|
pythonpath = ["src"]
|
|
153
156
|
asyncio_mode = "strict"
|
|
@@ -250,14 +250,14 @@ wheels = [
|
|
|
250
250
|
|
|
251
251
|
[[package]]
|
|
252
252
|
name = "botocore-stubs"
|
|
253
|
-
version = "1.42.
|
|
253
|
+
version = "1.42.24"
|
|
254
254
|
source = { registry = "https://pypi.org/simple" }
|
|
255
255
|
dependencies = [
|
|
256
256
|
{ name = "types-awscrt" },
|
|
257
257
|
]
|
|
258
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
258
|
+
sdist = { url = "https://files.pythonhosted.org/packages/86/61/5715ec25b3dcb2a08133811f6a18a9ca9be54567452ab3e92cadcaec746e/botocore_stubs-1.42.24.tar.gz", hash = "sha256:f5fbe240267b27036b1217a304de34bf2bf993087e049a300d17d6f52d77988b", size = 42415, upload-time = "2026-01-07T21:27:03.862Z" }
|
|
259
259
|
wheels = [
|
|
260
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
260
|
+
{ url = "https://files.pythonhosted.org/packages/55/6b/cffb62a7872ba32e08c22c9c918a4d5d1d39ed6d74195bf50a3ae75a22f3/botocore_stubs-1.42.24-py3-none-any.whl", hash = "sha256:025999e68f419472cc8dfb7bcc2964fa0a06b447f43e7fc309012ff4c665b3db", size = 66762, upload-time = "2026-01-07T21:27:02.249Z" },
|
|
261
261
|
]
|
|
262
262
|
|
|
263
263
|
[[package]]
|
|
@@ -306,16 +306,16 @@ wheels = [
|
|
|
306
306
|
|
|
307
307
|
[[package]]
|
|
308
308
|
name = "build"
|
|
309
|
-
version = "1.
|
|
309
|
+
version = "1.4.0"
|
|
310
310
|
source = { registry = "https://pypi.org/simple" }
|
|
311
311
|
dependencies = [
|
|
312
312
|
{ name = "colorama", marker = "os_name == 'nt'" },
|
|
313
313
|
{ name = "packaging" },
|
|
314
314
|
{ name = "pyproject-hooks" },
|
|
315
315
|
]
|
|
316
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
316
|
+
sdist = { url = "https://files.pythonhosted.org/packages/42/18/94eaffda7b329535d91f00fe605ab1f1e5cd68b2074d03f255c7d250687d/build-1.4.0.tar.gz", hash = "sha256:f1b91b925aa322be454f8330c6fb48b465da993d1e7e7e6fa35027ec49f3c936", size = 50054, upload-time = "2026-01-08T16:41:47.696Z" }
|
|
317
317
|
wheels = [
|
|
318
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
318
|
+
{ url = "https://files.pythonhosted.org/packages/c5/0d/84a4380f930db0010168e0aa7b7a8fed9ba1835a8fbb1472bc6d0201d529/build-1.4.0-py3-none-any.whl", hash = "sha256:6a07c1b8eb6f2b311b96fcbdbce5dab5fe637ffda0fd83c9cac622e927501596", size = 24141, upload-time = "2026-01-08T16:41:46.453Z" },
|
|
319
319
|
]
|
|
320
320
|
|
|
321
321
|
[[package]]
|
|
@@ -1199,15 +1199,15 @@ wheels = [
|
|
|
1199
1199
|
|
|
1200
1200
|
[[package]]
|
|
1201
1201
|
name = "pyright"
|
|
1202
|
-
version = "1.1.
|
|
1202
|
+
version = "1.1.408"
|
|
1203
1203
|
source = { registry = "https://pypi.org/simple" }
|
|
1204
1204
|
dependencies = [
|
|
1205
1205
|
{ name = "nodeenv" },
|
|
1206
1206
|
{ name = "typing-extensions" },
|
|
1207
1207
|
]
|
|
1208
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1208
|
+
sdist = { url = "https://files.pythonhosted.org/packages/74/b2/5db700e52554b8f025faa9c3c624c59f1f6c8841ba81ab97641b54322f16/pyright-1.1.408.tar.gz", hash = "sha256:f28f2321f96852fa50b5829ea492f6adb0e6954568d1caa3f3af3a5f555eb684", size = 4400578, upload-time = "2026-01-08T08:07:38.795Z" }
|
|
1209
1209
|
wheels = [
|
|
1210
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1210
|
+
{ url = "https://files.pythonhosted.org/packages/0c/82/a2c93e32800940d9573fb28c346772a14778b84ba7524e691b324620ab89/pyright-1.1.408-py3-none-any.whl", hash = "sha256:090b32865f4fdb1e0e6cd82bf5618480d48eecd2eb2e70f960982a3d9a4c17c1", size = 6399144, upload-time = "2026-01-08T08:07:37.082Z" },
|
|
1211
1211
|
]
|
|
1212
1212
|
|
|
1213
1213
|
[[package]]
|
|
@@ -1443,28 +1443,28 @@ wheels = [
|
|
|
1443
1443
|
|
|
1444
1444
|
[[package]]
|
|
1445
1445
|
name = "ruff"
|
|
1446
|
-
version = "0.14.
|
|
1447
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1448
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1449
|
-
wheels = [
|
|
1450
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1451
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1452
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1453
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1454
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1455
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1456
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1457
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1458
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1459
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1460
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1461
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1462
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1463
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1464
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1465
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1466
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1467
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1446
|
+
version = "0.14.11"
|
|
1447
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1448
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d4/77/9a7fe084d268f8855d493e5031ea03fa0af8cc05887f638bf1c4e3363eb8/ruff-0.14.11.tar.gz", hash = "sha256:f6dc463bfa5c07a59b1ff2c3b9767373e541346ea105503b4c0369c520a66958", size = 5993417, upload-time = "2026-01-08T19:11:58.322Z" }
|
|
1449
|
+
wheels = [
|
|
1450
|
+
{ url = "https://files.pythonhosted.org/packages/f0/a6/a4c40a5aaa7e331f245d2dc1ac8ece306681f52b636b40ef87c88b9f7afd/ruff-0.14.11-py3-none-linux_armv6l.whl", hash = "sha256:f6ff2d95cbd335841a7217bdfd9c1d2e44eac2c584197ab1385579d55ff8830e", size = 12951208, upload-time = "2026-01-08T19:12:09.218Z" },
|
|
1451
|
+
{ url = "https://files.pythonhosted.org/packages/5c/5c/360a35cb7204b328b685d3129c08aca24765ff92b5a7efedbdd6c150d555/ruff-0.14.11-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:6f6eb5c1c8033680f4172ea9c8d3706c156223010b8b97b05e82c59bdc774ee6", size = 13330075, upload-time = "2026-01-08T19:12:02.549Z" },
|
|
1452
|
+
{ url = "https://files.pythonhosted.org/packages/1b/9e/0cc2f1be7a7d33cae541824cf3f95b4ff40d03557b575912b5b70273c9ec/ruff-0.14.11-py3-none-macosx_11_0_arm64.whl", hash = "sha256:f2fc34cc896f90080fca01259f96c566f74069a04b25b6205d55379d12a6855e", size = 12257809, upload-time = "2026-01-08T19:12:00.366Z" },
|
|
1453
|
+
{ url = "https://files.pythonhosted.org/packages/a7/e5/5faab97c15bb75228d9f74637e775d26ac703cc2b4898564c01ab3637c02/ruff-0.14.11-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:53386375001773ae812b43205d6064dae49ff0968774e6befe16a994fc233caa", size = 12678447, upload-time = "2026-01-08T19:12:13.899Z" },
|
|
1454
|
+
{ url = "https://files.pythonhosted.org/packages/1b/33/e9767f60a2bef779fb5855cab0af76c488e0ce90f7bb7b8a45c8a2ba4178/ruff-0.14.11-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a697737dce1ca97a0a55b5ff0434ee7205943d4874d638fe3ae66166ff46edbe", size = 12758560, upload-time = "2026-01-08T19:11:42.55Z" },
|
|
1455
|
+
{ url = "https://files.pythonhosted.org/packages/eb/84/4c6cf627a21462bb5102f7be2a320b084228ff26e105510cd2255ea868e5/ruff-0.14.11-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6845ca1da8ab81ab1dce755a32ad13f1db72e7fba27c486d5d90d65e04d17b8f", size = 13599296, upload-time = "2026-01-08T19:11:30.371Z" },
|
|
1456
|
+
{ url = "https://files.pythonhosted.org/packages/88/e1/92b5ed7ea66d849f6157e695dc23d5d6d982bd6aa8d077895652c38a7cae/ruff-0.14.11-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:e36ce2fd31b54065ec6f76cb08d60159e1b32bdf08507862e32f47e6dde8bcbf", size = 15048981, upload-time = "2026-01-08T19:12:04.742Z" },
|
|
1457
|
+
{ url = "https://files.pythonhosted.org/packages/61/df/c1bd30992615ac17c2fb64b8a7376ca22c04a70555b5d05b8f717163cf9f/ruff-0.14.11-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:590bcc0e2097ecf74e62a5c10a6b71f008ad82eb97b0a0079e85defe19fe74d9", size = 14633183, upload-time = "2026-01-08T19:11:40.069Z" },
|
|
1458
|
+
{ url = "https://files.pythonhosted.org/packages/04/e9/fe552902f25013dd28a5428a42347d9ad20c4b534834a325a28305747d64/ruff-0.14.11-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:53fe71125fc158210d57fe4da26e622c9c294022988d08d9347ec1cf782adafe", size = 14050453, upload-time = "2026-01-08T19:11:37.555Z" },
|
|
1459
|
+
{ url = "https://files.pythonhosted.org/packages/ae/93/f36d89fa021543187f98991609ce6e47e24f35f008dfe1af01379d248a41/ruff-0.14.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a35c9da08562f1598ded8470fcfef2afb5cf881996e6c0a502ceb61f4bc9c8a3", size = 13757889, upload-time = "2026-01-08T19:12:07.094Z" },
|
|
1460
|
+
{ url = "https://files.pythonhosted.org/packages/b7/9f/c7fb6ecf554f28709a6a1f2a7f74750d400979e8cd47ed29feeaa1bd4db8/ruff-0.14.11-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:0f3727189a52179393ecf92ec7057c2210203e6af2676f08d92140d3e1ee72c1", size = 13955832, upload-time = "2026-01-08T19:11:55.064Z" },
|
|
1461
|
+
{ url = "https://files.pythonhosted.org/packages/db/a0/153315310f250f76900a98278cf878c64dfb6d044e184491dd3289796734/ruff-0.14.11-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:eb09f849bd37147a789b85995ff734a6c4a095bed5fd1608c4f56afc3634cde2", size = 12586522, upload-time = "2026-01-08T19:11:35.356Z" },
|
|
1462
|
+
{ url = "https://files.pythonhosted.org/packages/2f/2b/a73a2b6e6d2df1d74bf2b78098be1572191e54bec0e59e29382d13c3adc5/ruff-0.14.11-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:c61782543c1231bf71041461c1f28c64b961d457d0f238ac388e2ab173d7ecb7", size = 12724637, upload-time = "2026-01-08T19:11:47.796Z" },
|
|
1463
|
+
{ url = "https://files.pythonhosted.org/packages/f0/41/09100590320394401cd3c48fc718a8ba71c7ddb1ffd07e0ad6576b3a3df2/ruff-0.14.11-py3-none-musllinux_1_2_i686.whl", hash = "sha256:82ff352ea68fb6766140381748e1f67f83c39860b6446966cff48a315c3e2491", size = 13145837, upload-time = "2026-01-08T19:11:32.87Z" },
|
|
1464
|
+
{ url = "https://files.pythonhosted.org/packages/3b/d8/e035db859d1d3edf909381eb8ff3e89a672d6572e9454093538fe6f164b0/ruff-0.14.11-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:728e56879df4ca5b62a9dde2dd0eb0edda2a55160c0ea28c4025f18c03f86984", size = 13850469, upload-time = "2026-01-08T19:12:11.694Z" },
|
|
1465
|
+
{ url = "https://files.pythonhosted.org/packages/4e/02/bb3ff8b6e6d02ce9e3740f4c17dfbbfb55f34c789c139e9cd91985f356c7/ruff-0.14.11-py3-none-win32.whl", hash = "sha256:337c5dd11f16ee52ae217757d9b82a26400be7efac883e9e852646f1557ed841", size = 12851094, upload-time = "2026-01-08T19:11:45.163Z" },
|
|
1466
|
+
{ url = "https://files.pythonhosted.org/packages/58/f1/90ddc533918d3a2ad628bc3044cdfc094949e6d4b929220c3f0eb8a1c998/ruff-0.14.11-py3-none-win_amd64.whl", hash = "sha256:f981cea63d08456b2c070e64b79cb62f951aa1305282974d4d5216e6e0178ae6", size = 14001379, upload-time = "2026-01-08T19:11:52.591Z" },
|
|
1467
|
+
{ url = "https://files.pythonhosted.org/packages/c4/1c/1dbe51782c0e1e9cfce1d1004752672d2d4629ea46945d19d731ad772b3b/ruff-0.14.11-py3-none-win_arm64.whl", hash = "sha256:649fb6c9edd7f751db276ef42df1f3df41c38d67d199570ae2a7bd6cbc3590f0", size = 12938644, upload-time = "2026-01-08T19:11:50.027Z" },
|
|
1468
1468
|
]
|
|
1469
1469
|
|
|
1470
1470
|
[[package]]
|
|
@@ -1534,27 +1534,26 @@ asyncio = [
|
|
|
1534
1534
|
|
|
1535
1535
|
[[package]]
|
|
1536
1536
|
name = "ty"
|
|
1537
|
-
version = "0.0.
|
|
1538
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1539
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1540
|
-
wheels = [
|
|
1541
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1542
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1543
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1544
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1545
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1546
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1547
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1548
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1549
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1550
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1551
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1552
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1553
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1554
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1555
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1556
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1557
|
-
{ url = "https://files.pythonhosted.org/packages/b5/8f/abc75c4bb774b12698629f02d0d12501b0a7dff9c31dc3bd6b6c6467e90a/ty-0.0.9-py3-none-win_arm64.whl", hash = "sha256:48e339d794542afeed710ea4f846ead865cc38cecc335a9c781804d02eaa2722", size = 9543127, upload-time = "2026-01-05T12:24:11.731Z" },
|
|
1537
|
+
version = "0.0.10"
|
|
1538
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1539
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b7/85/97b5276baa217e05db2fe3d5c61e4dfd35d1d3d0ec95bfca1986820114e0/ty-0.0.10.tar.gz", hash = "sha256:0a1f9f7577e56cd508a8f93d0be2a502fdf33de6a7d65a328a4c80b784f4ac5f", size = 4892892, upload-time = "2026-01-07T23:00:23.572Z" }
|
|
1540
|
+
wheels = [
|
|
1541
|
+
{ url = "https://files.pythonhosted.org/packages/0c/7a/5a7147ce5231c3ccc55d6f945dabd7412e233e755d28093bfdec988ba595/ty-0.0.10-py3-none-linux_armv6l.whl", hash = "sha256:406a8ea4e648551f885629b75dc3f070427de6ed099af45e52051d4c68224829", size = 9835881, upload-time = "2026-01-07T22:08:17.492Z" },
|
|
1542
|
+
{ url = "https://files.pythonhosted.org/packages/3e/7d/89f4d2277c938332d047237b47b11b82a330dbff4fff0de8574cba992128/ty-0.0.10-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:d6e0a733e3d6d3bce56d6766bc61923e8b130241088dc2c05e3c549487190096", size = 9696404, upload-time = "2026-01-07T22:08:37.965Z" },
|
|
1543
|
+
{ url = "https://files.pythonhosted.org/packages/e8/cd/9dd49e6d40e54d4b7d563f9e2a432c4ec002c0673a81266e269c4bc194ce/ty-0.0.10-py3-none-macosx_11_0_arm64.whl", hash = "sha256:e4832f8879cb95fc725f7e7fcab4f22be0cf2550f3a50641d5f4409ee04176d4", size = 9181195, upload-time = "2026-01-07T22:59:07.187Z" },
|
|
1544
|
+
{ url = "https://files.pythonhosted.org/packages/d2/b8/3e7c556654ba0569ed5207138d318faf8633d87e194760fc030543817c26/ty-0.0.10-py3-none-manylinux_2_24_aarch64.whl", hash = "sha256:6b58cc78e5865bc908f053559a80bb77cab0dc168aaad2e88f2b47955694b138", size = 9665002, upload-time = "2026-01-07T22:08:30.782Z" },
|
|
1545
|
+
{ url = "https://files.pythonhosted.org/packages/98/96/410a483321406c932c4e3aa1581d1072b72cdcde3ae83cd0664a65c7b254/ty-0.0.10-py3-none-manylinux_2_24_armv7l.whl", hash = "sha256:83c6a514bb86f05005fa93e3b173ae3fde94d291d994bed6fe1f1d2e5c7331cf", size = 9664948, upload-time = "2026-01-07T23:04:14.655Z" },
|
|
1546
|
+
{ url = "https://files.pythonhosted.org/packages/1f/5d/cba2ab3e2f660763a72ad12620d0739db012e047eaa0ceaa252bf5e94ebb/ty-0.0.10-py3-none-manylinux_2_24_i686.whl", hash = "sha256:2e43f71e357f8a4f7fc75e4753b37beb2d0f297498055b1673a9306aa3e21897", size = 10125401, upload-time = "2026-01-07T22:08:28.171Z" },
|
|
1547
|
+
{ url = "https://files.pythonhosted.org/packages/a7/67/29536e0d97f204a2933122239298e754db4564f4ed7f34e2153012b954be/ty-0.0.10-py3-none-manylinux_2_24_ppc64le.whl", hash = "sha256:18be3c679965c23944c8e574be0635504398c64c55f3f0c46259464e10c0a1c7", size = 10714052, upload-time = "2026-01-07T22:08:20.098Z" },
|
|
1548
|
+
{ url = "https://files.pythonhosted.org/packages/63/c8/82ac83b79a71c940c5dcacb644f526f0c8fdf4b5e9664065ab7ee7c0e4ec/ty-0.0.10-py3-none-manylinux_2_24_s390x.whl", hash = "sha256:5477981681440a35acdf9b95c3097410c547abaa32b893f61553dbc3b0096fff", size = 10395924, upload-time = "2026-01-07T22:08:22.839Z" },
|
|
1549
|
+
{ url = "https://files.pythonhosted.org/packages/9e/4c/2f9ac5edbd0e67bf82f5cd04275c4e87cbbf69a78f43e5dcf90c1573d44e/ty-0.0.10-py3-none-manylinux_2_24_x86_64.whl", hash = "sha256:e206a23bd887574302138b33383ae1edfcc39d33a06a12a5a00803b3f0287a45", size = 10220096, upload-time = "2026-01-07T22:08:13.171Z" },
|
|
1550
|
+
{ url = "https://files.pythonhosted.org/packages/04/13/3be2b7bfd53b9952b39b6f2c2ef55edeb1a2fea3bf0285962736ee26731c/ty-0.0.10-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:4e09ddb0d3396bd59f645b85eab20f9a72989aa8b736b34338dcb5ffecfe77b6", size = 9649120, upload-time = "2026-01-07T22:08:34.003Z" },
|
|
1551
|
+
{ url = "https://files.pythonhosted.org/packages/93/e3/edd58547d9fd01e4e584cec9dced4f6f283506b422cdd953e946f6a8e9f0/ty-0.0.10-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:139d2a741579ad86a044233b5d7e189bb81f427eebce3464202f49c3ec0eba3b", size = 9686033, upload-time = "2026-01-07T22:08:40.967Z" },
|
|
1552
|
+
{ url = "https://files.pythonhosted.org/packages/cc/bc/9d2f5fec925977446d577fb9b322d0e7b1b1758709f23a6cfc10231e9b84/ty-0.0.10-py3-none-musllinux_1_2_i686.whl", hash = "sha256:6bae10420c0abfe4601fbbc6ce637b67d0b87a44fa520283131a26da98f2e74c", size = 9841905, upload-time = "2026-01-07T23:04:21.694Z" },
|
|
1553
|
+
{ url = "https://files.pythonhosted.org/packages/7c/b8/5acd3492b6a4ef255ace24fcff0d4b1471a05b7f3758d8910a681543f899/ty-0.0.10-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:7358bbc5d037b9c59c3a48895206058bcd583985316c4125a74dd87fd1767adb", size = 10320058, upload-time = "2026-01-07T22:08:25.645Z" },
|
|
1554
|
+
{ url = "https://files.pythonhosted.org/packages/35/67/5b6906fccef654c7e801d6ac8dcbe0d493e1f04c38127f82a5e6d7e0aa0e/ty-0.0.10-py3-none-win32.whl", hash = "sha256:f51b6fd485bc695d0fdf555e69e6a87d1c50f14daef6cb980c9c941e12d6bcba", size = 9271806, upload-time = "2026-01-07T22:08:10.08Z" },
|
|
1555
|
+
{ url = "https://files.pythonhosted.org/packages/42/36/82e66b9753a76964d26fd9bc3514ea0abce0a5ba5ad7d5f084070c6981da/ty-0.0.10-py3-none-win_amd64.whl", hash = "sha256:16deb77a72cf93b89b4d29577829613eda535fbe030513dfd9fba70fe38bc9f5", size = 10130520, upload-time = "2026-01-07T23:04:11.759Z" },
|
|
1556
|
+
{ url = "https://files.pythonhosted.org/packages/63/52/89da123f370e80b587d2db8551ff31562c882d87b32b0e92b59504b709ae/ty-0.0.10-py3-none-win_arm64.whl", hash = "sha256:7495288bca7afba9a4488c9906466d648ffd3ccb6902bc3578a6dbd91a8f05f0", size = 9626026, upload-time = "2026-01-07T23:04:17.91Z" },
|
|
1558
1557
|
]
|
|
1559
1558
|
|
|
1560
1559
|
[[package]]
|
|
@@ -1615,11 +1614,11 @@ wheels = [
|
|
|
1615
1614
|
|
|
1616
1615
|
[[package]]
|
|
1617
1616
|
name = "urllib3"
|
|
1618
|
-
version = "2.6.
|
|
1617
|
+
version = "2.6.3"
|
|
1619
1618
|
source = { registry = "https://pypi.org/simple" }
|
|
1620
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1619
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c7/24/5f1b3bdffd70275f6661c76461e25f024d5a38a46f04aaca912426a2b1d3/urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", size = 435556, upload-time = "2026-01-07T16:24:43.925Z" }
|
|
1621
1620
|
wheels = [
|
|
1622
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1621
|
+
{ url = "https://files.pythonhosted.org/packages/39/08/aaaad47bc4e9dc8c725e68f9d04865dbcb2052843ff09c97b08904852d84/urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4", size = 131584, upload-time = "2026-01-07T16:24:42.685Z" },
|
|
1623
1622
|
]
|
|
1624
1623
|
|
|
1625
1624
|
[[package]]
|
|
@@ -1638,16 +1637,16 @@ libvalkey = [
|
|
|
1638
1637
|
|
|
1639
1638
|
[[package]]
|
|
1640
1639
|
name = "virtualenv"
|
|
1641
|
-
version = "20.
|
|
1640
|
+
version = "20.36.0"
|
|
1642
1641
|
source = { registry = "https://pypi.org/simple" }
|
|
1643
1642
|
dependencies = [
|
|
1644
1643
|
{ name = "distlib" },
|
|
1645
1644
|
{ name = "filelock" },
|
|
1646
1645
|
{ name = "platformdirs" },
|
|
1647
1646
|
]
|
|
1648
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1647
|
+
sdist = { url = "https://files.pythonhosted.org/packages/78/49/87e23d8f742f10f965bce5d6b285fc88a4f436b11daf6b6225d4d66f8492/virtualenv-20.36.0.tar.gz", hash = "sha256:a3601f540b515a7983508113f14e78993841adc3d83710fa70f0ac50f43b23ed", size = 6032237, upload-time = "2026-01-07T17:20:04.975Z" }
|
|
1649
1648
|
wheels = [
|
|
1650
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1649
|
+
{ url = "https://files.pythonhosted.org/packages/eb/6a/0af36875e0023a1f2d0b66b4051721fc26740e947696922df1665b75e5d3/virtualenv-20.36.0-py3-none-any.whl", hash = "sha256:e7ded577f3af534fd0886d4ca03277f5542053bedb98a70a989d3c22cfa5c9ac", size = 6008261, upload-time = "2026-01-07T17:20:02.87Z" },
|
|
1651
1650
|
]
|
|
1652
1651
|
|
|
1653
1652
|
[[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
|
{python3_commons-0.14.21 → python3_commons-0.14.22}/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
|
{python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
{python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.14.21 → python3_commons-0.14.22}/src/python3_commons.egg-info/requires.txt
RENAMED
|
File without changes
|
{python3_commons-0.14.21 → python3_commons-0.14.22}/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
|