python3-commons 0.14.21__tar.gz → 0.14.23__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.23}/.github/workflows/checks.yml +2 -2
- {python3_commons-0.14.21 → python3_commons-0.14.23}/.github/workflows/python-publish.yaml +1 -1
- {python3_commons-0.14.21 → python3_commons-0.14.23}/.github/workflows/release-on-tag-push.yml +1 -1
- {python3_commons-0.14.21 → python3_commons-0.14.23}/.pre-commit-config.yaml +2 -2
- {python3_commons-0.14.21 → python3_commons-0.14.23}/PKG-INFO +1 -1
- {python3_commons-0.14.21 → python3_commons-0.14.23}/pyproject.toml +3 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons.egg-info/PKG-INFO +1 -1
- {python3_commons-0.14.21 → python3_commons-0.14.23}/uv.lock +119 -122
- {python3_commons-0.14.21 → python3_commons-0.14.23}/.coveragerc +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/.env_template +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/.gitignore +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/.python-version +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/AUTHORS.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/CHANGELOG.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/LICENSE +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/README.md +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/README.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/docs/Makefile +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/docs/_static/.gitignore +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/docs/authors.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/docs/changelog.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/docs/conf.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/docs/index.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/docs/license.rst +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/setup.cfg +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons.egg-info/requires.txt +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/tests/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/tests/integration/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/tests/unit/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/tests/unit/conftest.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/tests/unit/log/__init__.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/tests/unit/log/test_formatters.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.14.21 → python3_commons-0.14.23}/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"
|
|
@@ -26,14 +26,14 @@ wheels = [
|
|
|
26
26
|
|
|
27
27
|
[[package]]
|
|
28
28
|
name = "aiodns"
|
|
29
|
-
version = "
|
|
29
|
+
version = "4.0.0"
|
|
30
30
|
source = { registry = "https://pypi.org/simple" }
|
|
31
31
|
dependencies = [
|
|
32
32
|
{ name = "pycares" },
|
|
33
33
|
]
|
|
34
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
34
|
+
sdist = { url = "https://files.pythonhosted.org/packages/10/da/97235e953109936bfeda62c1f9f1a7c5652d4dc49f2b5911f9ae1043afa9/aiodns-4.0.0.tar.gz", hash = "sha256:17be26a936ba788c849ba5fd20e0ba69d8c46e6273e846eb5430eae2630ce5b1", size = 26204, upload-time = "2026-01-10T22:33:27.211Z" }
|
|
35
35
|
wheels = [
|
|
36
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
36
|
+
{ url = "https://files.pythonhosted.org/packages/d0/60/14ac40c03e8a26216e4f2642497b776e52f9e3214e4fd537628829bbb082/aiodns-4.0.0-py3-none-any.whl", hash = "sha256:a188a75fb8b2b7862ac8f84811a231402fb74f5b4e6f10766dc8a4544b0cf989", size = 11334, upload-time = "2026-01-10T22:33:25.65Z" },
|
|
37
37
|
]
|
|
38
38
|
|
|
39
39
|
[[package]]
|
|
@@ -250,14 +250,14 @@ wheels = [
|
|
|
250
250
|
|
|
251
251
|
[[package]]
|
|
252
252
|
name = "botocore-stubs"
|
|
253
|
-
version = "1.42.
|
|
253
|
+
version = "1.42.28"
|
|
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/4d/e3/c80fb5ab821afbe0a5ba0b7a31d39b9d232660fdef7dc98fc8405d77438a/botocore_stubs-1.42.28.tar.gz", hash = "sha256:aa131f92f266c0ac479873e8e914c46256c39db3aecea0c73edf0846d304e9df", size = 42400, upload-time = "2026-01-14T21:28:58.698Z" }
|
|
259
259
|
wheels = [
|
|
260
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
260
|
+
{ url = "https://files.pythonhosted.org/packages/bf/93/42275ae0df65cb52f5c9318ce31fe4b43c905a8ab29859bf167de2bda75e/botocore_stubs-1.42.28-py3-none-any.whl", hash = "sha256:ce16fb37db1b2d6f8877b9ca2a03cabb6bc67bd40e9f22de8001bc536eecd10d", size = 66761, upload-time = "2026-01-14T21:28:56.899Z" },
|
|
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]]
|
|
@@ -503,11 +503,11 @@ wheels = [
|
|
|
503
503
|
|
|
504
504
|
[[package]]
|
|
505
505
|
name = "filelock"
|
|
506
|
-
version = "3.20.
|
|
506
|
+
version = "3.20.3"
|
|
507
507
|
source = { registry = "https://pypi.org/simple" }
|
|
508
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
508
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1d/65/ce7f1b70157833bf3cb851b556a37d4547ceafc158aa9b34b36782f23696/filelock-3.20.3.tar.gz", hash = "sha256:18c57ee915c7ec61cff0ecf7f0f869936c7c30191bb0cf406f1341778d0834e1", size = 19485, upload-time = "2026-01-09T17:55:05.421Z" }
|
|
509
509
|
wheels = [
|
|
510
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
510
|
+
{ url = "https://files.pythonhosted.org/packages/b5/36/7fb70f04bf00bc646cd5bb45aa9eddb15e19437a28b8fb2b4a5249fac770/filelock-3.20.3-py3-none-any.whl", hash = "sha256:4b0dda527ee31078689fc205ec4f1c1bf7d56cf88b6dc9426c4f230e46c2dce1", size = 16701, upload-time = "2026-01-09T17:55:04.334Z" },
|
|
511
511
|
]
|
|
512
512
|
|
|
513
513
|
[[package]]
|
|
@@ -616,11 +616,11 @@ wheels = [
|
|
|
616
616
|
|
|
617
617
|
[[package]]
|
|
618
618
|
name = "identify"
|
|
619
|
-
version = "2.6.
|
|
619
|
+
version = "2.6.16"
|
|
620
620
|
source = { registry = "https://pypi.org/simple" }
|
|
621
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
621
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5b/8d/e8b97e6bd3fb6fb271346f7981362f1e04d6a7463abd0de79e1fda17c067/identify-2.6.16.tar.gz", hash = "sha256:846857203b5511bbe94d5a352a48ef2359532bc8f6727b5544077a0dcfb24980", size = 99360, upload-time = "2026-01-12T18:58:58.201Z" }
|
|
622
622
|
wheels = [
|
|
623
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
623
|
+
{ url = "https://files.pythonhosted.org/packages/b8/58/40fbbcefeda82364720eba5cf2270f98496bdfa19ea75b4cccae79c698e6/identify-2.6.16-py2.py3-none-any.whl", hash = "sha256:391ee4d77741d994189522896270b787aed8670389bfd60f326d677d64a6dfb0", size = 99202, upload-time = "2026-01-12T18:58:56.627Z" },
|
|
624
624
|
]
|
|
625
625
|
|
|
626
626
|
[[package]]
|
|
@@ -1024,52 +1024,49 @@ wheels = [
|
|
|
1024
1024
|
|
|
1025
1025
|
[[package]]
|
|
1026
1026
|
name = "pycares"
|
|
1027
|
-
version = "
|
|
1027
|
+
version = "5.0.1"
|
|
1028
1028
|
source = { registry = "https://pypi.org/simple" }
|
|
1029
1029
|
dependencies = [
|
|
1030
1030
|
{ name = "cffi" },
|
|
1031
1031
|
]
|
|
1032
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1033
|
-
wheels = [
|
|
1034
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1035
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1036
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1037
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1038
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1039
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1040
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1041
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1042
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1043
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1044
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1045
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1046
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1047
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1048
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1049
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1050
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1051
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1052
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1053
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1054
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1055
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1056
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1057
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1058
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1059
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1060
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1061
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1062
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1063
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1064
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1065
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1066
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1067
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1068
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1069
|
-
{ url = "https://files.pythonhosted.org/packages/b2/
|
|
1070
|
-
{ url = "https://files.pythonhosted.org/packages/1f/79/2b2e723d1b929dbe7f99e80a56abb29a4f86988c1f73195d960d706b1629/pycares-4.11.0-cp314-cp314t-win32.whl", hash = "sha256:8a75a406432ce39ce0ca41edff7486df6c970eb0fe5cfbe292f195a6b8654461", size = 122235, upload-time = "2025-09-09T15:17:57.576Z" },
|
|
1071
|
-
{ url = "https://files.pythonhosted.org/packages/93/fe/bf3b3ed9345a38092e72cd9890a5df5c2349fc27846a714d823a41f0ee27/pycares-4.11.0-cp314-cp314t-win_amd64.whl", hash = "sha256:3784b80d797bcc2ff2bf3d4b27f46d8516fe1707ff3b82c2580dc977537387f9", size = 148575, upload-time = "2025-09-09T15:17:58.699Z" },
|
|
1072
|
-
{ url = "https://files.pythonhosted.org/packages/ce/20/c0c5cfcf89725fe533b27bc5f714dc4efa8e782bf697c36f9ddf04ba975d/pycares-4.11.0-cp314-cp314t-win_arm64.whl", hash = "sha256:afc6503adf8b35c21183b9387be64ca6810644ef54c9ef6c99d1d5635c01601b", size = 119690, upload-time = "2025-09-09T15:17:59.809Z" },
|
|
1032
|
+
sdist = { url = "https://files.pythonhosted.org/packages/df/a0/9c823651872e6a0face3f0311de2a40c8bbcb9c8dcb15680bd019ac56ac7/pycares-5.0.1.tar.gz", hash = "sha256:5a3c249c830432631439815f9a818463416f2a8cbdb1e988e78757de9ae75081", size = 652222, upload-time = "2026-01-01T12:37:00.604Z" }
|
|
1033
|
+
wheels = [
|
|
1034
|
+
{ url = "https://files.pythonhosted.org/packages/92/0a/6bd9bdc2d0ee23ff3aabab7747212e2c5323a081b9b745624d62df88f7e9/pycares-5.0.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:7d1b2c6b152c65f14d0e12d741fabb78a487f0f0d22773eede8d8cfc97af612b", size = 136242, upload-time = "2026-01-01T12:35:38.372Z" },
|
|
1035
|
+
{ url = "https://files.pythonhosted.org/packages/18/2a/2e9f888fc076cfe7a3493a3c4113e787cc4b4533f531dfb562ac9b04898f/pycares-5.0.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:8c8ffcc9a48cfc296fe1aefc07d2c8e29a7f97e4bb366ce17effea6a38825f70", size = 131070, upload-time = "2026-01-01T12:35:39.262Z" },
|
|
1036
|
+
{ url = "https://files.pythonhosted.org/packages/ec/5b/83b5aaf7b6ed102f63cd768a747b6cb5d4624f2eaecd84868d103b9dbf39/pycares-5.0.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b8efc38c2703e3530b823a4165a7b28d7ce0fdcf41960fb7a4ca834a0f8cfe79", size = 221137, upload-time = "2026-01-01T12:35:40.155Z" },
|
|
1037
|
+
{ url = "https://files.pythonhosted.org/packages/33/d3/d77ab0b33fb805d02896c385176c462e3386d94457a5e508245c39f41829/pycares-5.0.1-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:e380bf6eff42c260f829a0a14547e13375e949053a966c23ca204a13647ef265", size = 252252, upload-time = "2026-01-01T12:35:41.287Z" },
|
|
1038
|
+
{ url = "https://files.pythonhosted.org/packages/14/32/8afbc798bce26dfcc5bc1f6bf1560d31cdd0af837ff52cbede657bf9262e/pycares-5.0.1-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl", hash = "sha256:35dd5858ee1246bd092a212b5e85a8ef70853f7cfaf16b99569bf4af3ae4695d", size = 239447, upload-time = "2026-01-01T12:35:42.614Z" },
|
|
1039
|
+
{ url = "https://files.pythonhosted.org/packages/61/1b/a056393fda383b2eda5dab20bd0dd034fd631bf5ae754aabb20da815bdfe/pycares-5.0.1-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c257c6e7bf310cdb5823aa9d9a28f1e370fed8c653a968d38a954a8f8e0375ce", size = 223822, upload-time = "2026-01-01T12:35:43.594Z" },
|
|
1040
|
+
{ url = "https://files.pythonhosted.org/packages/ca/c7/9817f0fb954ab9926f88403f2b91a3e4984a277e2b7a4563e0118e4e1ffa/pycares-5.0.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:07711acb0ef75758f081fb7436acaccc91e8afd5ae34fd35d4edc44297e81f27", size = 223986, upload-time = "2026-01-01T12:35:44.893Z" },
|
|
1041
|
+
{ url = "https://files.pythonhosted.org/packages/e1/a9/c0ea15c871c77e8c20bcaab18f56ae83988ea4c302155d106cc6a1bd83a9/pycares-5.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:30e5db1ae85cffb031dd8bc1b37903cd74c6d37eb737643bbca3ff2cd4bc6ae2", size = 251838, upload-time = "2026-01-01T12:35:46.271Z" },
|
|
1042
|
+
{ url = "https://files.pythonhosted.org/packages/be/a4/fe4068abfadf3e06cc22333e87e4730de3c170075572041d5545926062a3/pycares-5.0.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:efbe7f89425a14edbc94787042309be77cb3674415eb6079b356e1f9552ba747", size = 238238, upload-time = "2026-01-01T12:35:47.196Z" },
|
|
1043
|
+
{ url = "https://files.pythonhosted.org/packages/a7/25/4f140518768d974af4221cfd574a30d99d40b3d5c54c479da2c1553be59e/pycares-5.0.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5de9e7ce52d638d78723c24704eb032e60b96fbb6fe90c6b3110882987251377", size = 223574, upload-time = "2026-01-01T12:35:48.191Z" },
|
|
1044
|
+
{ url = "https://files.pythonhosted.org/packages/1e/0a/6e4afa4a2baffd1eba6c18a90cda17681d4838d3cab5a485e471386e04dc/pycares-5.0.1-cp313-cp313-win_amd64.whl", hash = "sha256:0e99af0a1ce015ab6cc6bd85ce158d95ed89fb3b654515f1d0989d1afcf11026", size = 117472, upload-time = "2026-01-01T12:35:50.674Z" },
|
|
1045
|
+
{ url = "https://files.pythonhosted.org/packages/57/d0/a99f97e9aa8c8404fc899540cf30be63cda0df5150e3c0837423917c7e4c/pycares-5.0.1-cp313-cp313-win_arm64.whl", hash = "sha256:2a511c9f3b11b7ce9f159c956ea1b8f2de7f419d7ca9fa24528d582cb015dbf9", size = 108889, upload-time = "2026-01-01T12:35:51.902Z" },
|
|
1046
|
+
{ url = "https://files.pythonhosted.org/packages/38/b2/4af99ff17acb81377c971831520540d1859bf401dc85712eb4abc2e6751f/pycares-5.0.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:e330e3561be259ad7a1b7b0ce282c872938625f76587fae7ac8d6bc5af1d0c3d", size = 136635, upload-time = "2026-01-01T12:35:53.365Z" },
|
|
1047
|
+
{ url = "https://files.pythonhosted.org/packages/42/da/e2e1683811c427492ee0e86e8fae8d55eb5cca032220438599991fdad866/pycares-5.0.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:82bd37fec2a3fa62add30d4a3854720f7b051386e2f18e6e8f4ee94b89b5a7b0", size = 131093, upload-time = "2026-01-01T12:35:54.28Z" },
|
|
1048
|
+
{ url = "https://files.pythonhosted.org/packages/cd/2a/9cf2120cafc19e5c589d5252a9ddd3108cc87e9db09938d16317807de03b/pycares-5.0.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:258c38aaa82ad1d565b4591cdb93d2c191be8e0a2c70926999c8e0b717a01f2a", size = 221096, upload-time = "2026-01-01T12:35:57.096Z" },
|
|
1049
|
+
{ url = "https://files.pythonhosted.org/packages/2c/cc/c5fbf6377e2d6b1f1618f147ad898e5d8ae1585fc726d6301f07aeda6cac/pycares-5.0.1-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ccc1b2df8a09ca20eefbe20b9f7a484d376525c0fb173cfadd692320013c6bc5", size = 252330, upload-time = "2026-01-01T12:35:58.182Z" },
|
|
1050
|
+
{ url = "https://files.pythonhosted.org/packages/3b/df/17a7c518c45bb994f76d9064d2519674e2a3950f895abbe6af123ead04ac/pycares-5.0.1-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl", hash = "sha256:3c4dfc80cc8b43dc79e02a15486c58eead5cae0a40906d6be64e2522285b5b39", size = 239799, upload-time = "2026-01-01T12:36:00.378Z" },
|
|
1051
|
+
{ url = "https://files.pythonhosted.org/packages/3f/6c/d79c94809742b56b9180a9a9ec2937607db0b8eb34b8ca75d86d3114d6dd/pycares-5.0.1-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f498a6606247bfe896c2a4d837db711eb7b0ba23e409e16e4b23def4bada4b9d", size = 223501, upload-time = "2026-01-01T12:36:02.695Z" },
|
|
1052
|
+
{ url = "https://files.pythonhosted.org/packages/69/08/83084b67cbce08f44fd803b88816fc80d2fe2fb3d483d5432925df44371b/pycares-5.0.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:a7d197835cdb4b202a3b12562b32799e27bb132262d4aa1ac3ee9d440e8ec22c", size = 223708, upload-time = "2026-01-01T12:36:04.357Z" },
|
|
1053
|
+
{ url = "https://files.pythonhosted.org/packages/15/57/63a6e9ef356c5149b8ec72a694e02207fd8ae643895aeb78a9f0c07f1502/pycares-5.0.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:f78ab823732b050d658eb735d553726663c9bccdeeee0653247533a23eb2e255", size = 251816, upload-time = "2026-01-01T12:36:05.618Z" },
|
|
1054
|
+
{ url = "https://files.pythonhosted.org/packages/43/1c/1c85c6355cf7bc3ae86a1024d60f9cabdc12af63306a5f59370ac8718a41/pycares-5.0.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:f444ab7f318e9b2c209b45496fb07bff5e7ada606e15d5253a162964aa078527", size = 238259, upload-time = "2026-01-01T12:36:07.609Z" },
|
|
1055
|
+
{ url = "https://files.pythonhosted.org/packages/5d/7f/bd5ff5a460e50433f993560e4e5d229559a8bf271dbdf6be832faf1973b5/pycares-5.0.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:9de80997de7538619b7dd28ec4371e5172e3f9480e4fc648726d3d5ba661ca05", size = 223732, upload-time = "2026-01-01T12:36:09.893Z" },
|
|
1056
|
+
{ url = "https://files.pythonhosted.org/packages/b5/fe/e77738366e00dc0918bbeb0c8fc63579e5d9cec748a2b838e207e548b5d9/pycares-5.0.1-cp314-cp314-win_amd64.whl", hash = "sha256:206ce9f3cb9d51f5065c81b23c22996230fbc2cf58ae22834c623631b2b473aa", size = 120847, upload-time = "2026-01-01T12:36:11.494Z" },
|
|
1057
|
+
{ url = "https://files.pythonhosted.org/packages/81/17/758e9af7ee8589ac6deddf7ea56d75b982f155bc2052ef61c45d5f371389/pycares-5.0.1-cp314-cp314-win_arm64.whl", hash = "sha256:45fb3b07231120e8cb5b75be7f15f16115003e9251991dc37a3e5c63733d63b5", size = 112595, upload-time = "2026-01-01T12:36:12.973Z" },
|
|
1058
|
+
{ url = "https://files.pythonhosted.org/packages/56/12/4f1d418fed957fc96089c69d9ec82314b3b91c48c7f9463385842acad9c4/pycares-5.0.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:602f3eac4b880a2527d21f52b2319cb10fde9225d103d338c4d0b2b07f136849", size = 137061, upload-time = "2026-01-01T12:36:15.027Z" },
|
|
1059
|
+
{ url = "https://files.pythonhosted.org/packages/29/8c/559cea98a8a5d0f38b50b4b812a07fdbcdb1a961bed9e2e9d5d343e53c6f/pycares-5.0.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:a1c3736deef003f0c57bc4e7f94d54270d0824350a8f5ceaba3a20b2ce8fb427", size = 131551, upload-time = "2026-01-01T12:36:16.74Z" },
|
|
1060
|
+
{ url = "https://files.pythonhosted.org/packages/34/cd/aee5d8070888d7be509d4f32a348e2821309ec67980498e5a974cd9e4990/pycares-5.0.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e63328df86d37150ce697fb5d9313d1d468dd4dddee1d09342cb2ed241ce6ad9", size = 230409, upload-time = "2026-01-01T12:36:18.909Z" },
|
|
1061
|
+
{ url = "https://files.pythonhosted.org/packages/5e/94/15d5cf7d8e7af4b4ce3e19ea117dfe565c08d60d82f043ad23843703a135/pycares-5.0.1-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:57f6fd696213329d9a69b9664a68b1ff2a71ccbdc1fc928a42c9a92858c1ec5d", size = 261297, upload-time = "2026-01-01T12:36:20.771Z" },
|
|
1062
|
+
{ url = "https://files.pythonhosted.org/packages/af/46/24f6ddc7a37ec6eaa1c38f617f39624211d8e7cdca49b644bfc5f467f275/pycares-5.0.1-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl", hash = "sha256:9d0878edabfbecb48a29e8769284003d8dbc05936122fe361849cd5fa52722e0", size = 248071, upload-time = "2026-01-01T12:36:22.925Z" },
|
|
1063
|
+
{ url = "https://files.pythonhosted.org/packages/fa/f0/7eb7fe44f0db55b9083725ab7a084874c2dc02806d9613e07e719838c2ab/pycares-5.0.1-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:50e21f27a91be122e066ddd78c2d0d2769e547561481d8342a9d652a345b89f7", size = 232073, upload-time = "2026-01-01T12:36:25.773Z" },
|
|
1064
|
+
{ url = "https://files.pythonhosted.org/packages/1d/cd/993b17e0c049a56b5af4df3fd053acc57b37e17e0dcd709b2d337c22d57d/pycares-5.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:97ceda969f5a5d5c6b15558b658c29e4301b3a2c4615523797b5f9d4ac74772e", size = 232815, upload-time = "2026-01-01T12:36:27.798Z" },
|
|
1065
|
+
{ url = "https://files.pythonhosted.org/packages/7a/ff/170177bcc5dff31e735f209f5de63362f513ac18846c83d50e4e68f57866/pycares-5.0.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:4d1713e602ab09882c3e65499b2cc763bff0371117327cad704cf524268c2604", size = 261111, upload-time = "2026-01-01T12:36:29.94Z" },
|
|
1066
|
+
{ url = "https://files.pythonhosted.org/packages/4d/4a/4c6497b8ca9279b4038ee8c7e2c49504008d594d06a044e00678b30c10fe/pycares-5.0.1-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:954a379055d6c66b2e878b52235b382168d1a3230793ff44454019394aecac5e", size = 246311, upload-time = "2026-01-01T12:36:31.352Z" },
|
|
1067
|
+
{ url = "https://files.pythonhosted.org/packages/06/19/1603f51f0d73bf34017a9e6967540c2bc138f9541aa7cc1ef38990b3ce9d/pycares-5.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:145d8a20f7fd1d58a2e49b7ef4309ec9bdcab479ac65c2e49480e20d3f890c23", size = 232027, upload-time = "2026-01-01T12:36:34.374Z" },
|
|
1068
|
+
{ url = "https://files.pythonhosted.org/packages/7a/de/c000a682757b84688722ac232a24a86b6f195f1f4732432ecf35d0a768a5/pycares-5.0.1-cp314-cp314t-win_amd64.whl", hash = "sha256:ebc9daba03c7ff3f62616c84c6cb37517445d15df00e1754852d6006039eb4a4", size = 121267, upload-time = "2026-01-01T12:36:35.741Z" },
|
|
1069
|
+
{ url = "https://files.pythonhosted.org/packages/b2/c4/8bfffecd08b9b198113fcff5f0ab84bbe696f07dec46dd1ccae0e7b28c23/pycares-5.0.1-cp314-cp314t-win_arm64.whl", hash = "sha256:e0a86eff6bf9e91d5dd8876b1b82ee45704f46b1104c24291d3dea2c1fc8ebcb", size = 113043, upload-time = "2026-01-01T12:36:37.895Z" },
|
|
1073
1070
|
]
|
|
1074
1071
|
|
|
1075
1072
|
[[package]]
|
|
@@ -1183,31 +1180,31 @@ wheels = [
|
|
|
1183
1180
|
|
|
1184
1181
|
[[package]]
|
|
1185
1182
|
name = "pyrefly"
|
|
1186
|
-
version = "0.
|
|
1183
|
+
version = "0.48.0"
|
|
1187
1184
|
source = { registry = "https://pypi.org/simple" }
|
|
1188
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1185
|
+
sdist = { url = "https://files.pythonhosted.org/packages/89/21/05951029b432115f6b272f58615954d8c51b8bdd98e43c5ca9b6abf51556/pyrefly-0.48.0.tar.gz", hash = "sha256:029440758d02f1954105523356bd583caa450cb537f70e746ebeeab5bf7e9ef9", size = 4782394, upload-time = "2026-01-12T18:37:04.576Z" }
|
|
1189
1186
|
wheels = [
|
|
1190
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1191
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1192
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1193
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1194
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1195
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1196
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1197
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1187
|
+
{ url = "https://files.pythonhosted.org/packages/6c/8b/c1b6e9b3beb5cabd89ead7eaa4f2ff34d9c6b3d65b2c1f8952fdbe25a78b/pyrefly-0.48.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:8c4cdf71439c9d21c337155d2a578a08ee322b898f716668a88f99392b2a1938", size = 11627167, upload-time = "2026-01-12T18:36:39.721Z" },
|
|
1188
|
+
{ url = "https://files.pythonhosted.org/packages/b2/9d/4213e1a1287856de4f0a581039d8b722ccffe230245296f8199f748eaacc/pyrefly-0.48.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:98c1bed117e7a2c20dc6e160640460f903e9d75d8c674c7fccf69984ae1b9ba5", size = 11224100, upload-time = "2026-01-12T18:36:42.495Z" },
|
|
1189
|
+
{ url = "https://files.pythonhosted.org/packages/0e/32/4ec264bcb5250e04b9954433dd455668507bcb7e54beaac66b7647ca16b2/pyrefly-0.48.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b38640edf5a7ff5250d0509d58c3002316b3700c0f60966f9635598f7079c8f0", size = 31679529, upload-time = "2026-01-12T18:36:45.641Z" },
|
|
1190
|
+
{ url = "https://files.pythonhosted.org/packages/0d/37/2ecfb4a3e79e41ed343ae15808790315a0f7a07c929da7cf792e9f90c488/pyrefly-0.48.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:10b82b48f0175d195ebb418ec23d6567b10c6f62f421ff5523a9e6e38955c396", size = 33883366, upload-time = "2026-01-12T18:36:49.097Z" },
|
|
1191
|
+
{ url = "https://files.pythonhosted.org/packages/67/ef/24e5059fc1610755e6fc7f7c8dd3c8e5ce97cc46e47a18958482ae2af101/pyrefly-0.48.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3dc4eec1d606e69fe3e2be0533e8f86a30a4e97bd089df52fe279e4d5947d08f", size = 34964707, upload-time = "2026-01-12T18:36:52.257Z" },
|
|
1192
|
+
{ url = "https://files.pythonhosted.org/packages/2b/50/e1c9894d4047847fbb8c6d360a6b88ce637e9ed5e7b1dde2c9f6c7409fe4/pyrefly-0.48.0-py3-none-win32.whl", hash = "sha256:e09806e14ea36873911e15f96c2351b4c6bd3e7ee29c609c4ba2ccdb4bf2d4f4", size = 10685409, upload-time = "2026-01-12T18:36:55.942Z" },
|
|
1193
|
+
{ url = "https://files.pythonhosted.org/packages/50/b9/d8f32cf0a067bfe7908ded6dcf5abe9f0513be93710691928fe6d863ccea/pyrefly-0.48.0-py3-none-win_amd64.whl", hash = "sha256:326b9d01dfbca7e81f19630c59e79065e69c39505dab7dc3899dbce9832aa747", size = 11395073, upload-time = "2026-01-12T18:36:58.683Z" },
|
|
1194
|
+
{ url = "https://files.pythonhosted.org/packages/bc/46/17d26c387d6c0d8c1062db74d81a64f534f08b5d0cd444e9f92c1a9e211e/pyrefly-0.48.0-py3-none-win_arm64.whl", hash = "sha256:754379335d90d42d66571ffd01d9afa6b7869ae16fdf8a62c67ad1ca3c2c594f", size = 10938427, upload-time = "2026-01-12T18:37:01.366Z" },
|
|
1198
1195
|
]
|
|
1199
1196
|
|
|
1200
1197
|
[[package]]
|
|
1201
1198
|
name = "pyright"
|
|
1202
|
-
version = "1.1.
|
|
1199
|
+
version = "1.1.408"
|
|
1203
1200
|
source = { registry = "https://pypi.org/simple" }
|
|
1204
1201
|
dependencies = [
|
|
1205
1202
|
{ name = "nodeenv" },
|
|
1206
1203
|
{ name = "typing-extensions" },
|
|
1207
1204
|
]
|
|
1208
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1205
|
+
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
1206
|
wheels = [
|
|
1210
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1207
|
+
{ 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
1208
|
]
|
|
1212
1209
|
|
|
1213
1210
|
[[package]]
|
|
@@ -1443,28 +1440,28 @@ wheels = [
|
|
|
1443
1440
|
|
|
1444
1441
|
[[package]]
|
|
1445
1442
|
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/
|
|
1443
|
+
version = "0.14.11"
|
|
1444
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1445
|
+
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" }
|
|
1446
|
+
wheels = [
|
|
1447
|
+
{ 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" },
|
|
1448
|
+
{ 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" },
|
|
1449
|
+
{ 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" },
|
|
1450
|
+
{ 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" },
|
|
1451
|
+
{ 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" },
|
|
1452
|
+
{ 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" },
|
|
1453
|
+
{ 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" },
|
|
1454
|
+
{ 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" },
|
|
1455
|
+
{ 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" },
|
|
1456
|
+
{ 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" },
|
|
1457
|
+
{ 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" },
|
|
1458
|
+
{ 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" },
|
|
1459
|
+
{ 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" },
|
|
1460
|
+
{ 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" },
|
|
1461
|
+
{ 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" },
|
|
1462
|
+
{ 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" },
|
|
1463
|
+
{ 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" },
|
|
1464
|
+
{ 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
1465
|
]
|
|
1469
1466
|
|
|
1470
1467
|
[[package]]
|
|
@@ -1534,27 +1531,27 @@ asyncio = [
|
|
|
1534
1531
|
|
|
1535
1532
|
[[package]]
|
|
1536
1533
|
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/
|
|
1534
|
+
version = "0.0.12"
|
|
1535
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1536
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b5/78/ba1a4ad403c748fbba8be63b7e774a90e80b67192f6443d624c64fe4aaab/ty-0.0.12.tar.gz", hash = "sha256:cd01810e106c3b652a01b8f784dd21741de9fdc47bd595d02c122a7d5cefeee7", size = 4981303, upload-time = "2026-01-14T22:30:48.537Z" }
|
|
1537
|
+
wheels = [
|
|
1538
|
+
{ url = "https://files.pythonhosted.org/packages/7d/8f/c21314d074dda5fb13d3300fa6733fd0d8ff23ea83a721818740665b6314/ty-0.0.12-py3-none-linux_armv6l.whl", hash = "sha256:eb9da1e2c68bd754e090eab39ed65edf95168d36cbeb43ff2bd9f86b4edd56d1", size = 9614164, upload-time = "2026-01-14T22:30:44.016Z" },
|
|
1539
|
+
{ url = "https://files.pythonhosted.org/packages/09/28/f8a4d944d13519d70c486e8f96d6fa95647ac2aa94432e97d5cfec1f42f6/ty-0.0.12-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:c181f42aa19b0ed7f1b0c2d559980b1f1d77cc09419f51c8321c7ddf67758853", size = 9542337, upload-time = "2026-01-14T22:30:05.687Z" },
|
|
1540
|
+
{ url = "https://files.pythonhosted.org/packages/e1/9c/f576e360441de7a8201daa6dc4ebc362853bc5305e059cceeb02ebdd9a48/ty-0.0.12-py3-none-macosx_11_0_arm64.whl", hash = "sha256:1f829e1eecd39c3e1b032149db7ae6a3284f72fc36b42436e65243a9ed1173db", size = 8909582, upload-time = "2026-01-14T22:30:46.089Z" },
|
|
1541
|
+
{ url = "https://files.pythonhosted.org/packages/d6/13/0898e494032a5d8af3060733d12929e3e7716db6c75eac63fa125730a3e7/ty-0.0.12-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f45162e7826e1789cf3374627883cdeb0d56b82473a0771923e4572928e90be3", size = 9384932, upload-time = "2026-01-14T22:30:13.769Z" },
|
|
1542
|
+
{ url = "https://files.pythonhosted.org/packages/e4/1a/b35b6c697008a11d4cedfd34d9672db2f0a0621ec80ece109e13fca4dfef/ty-0.0.12-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d11fec40b269bec01e751b2337d1c7ffa959a2c2090a950d7e21c2792442cccd", size = 9453140, upload-time = "2026-01-14T22:30:11.131Z" },
|
|
1543
|
+
{ url = "https://files.pythonhosted.org/packages/dd/1e/71c9edbc79a3c88a0711324458f29c7dbf6c23452c6e760dc25725483064/ty-0.0.12-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:09d99e37e761a4d2651ad9d5a610d11235fbcbf35dc6d4bc04abf54e7cf894f1", size = 9960680, upload-time = "2026-01-14T22:30:33.621Z" },
|
|
1544
|
+
{ url = "https://files.pythonhosted.org/packages/0e/75/39375129f62dd22f6ad5a99cd2a42fd27d8b91b235ce2db86875cdad397d/ty-0.0.12-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:d9ca0cdb17bd37397da7b16a7cd23423fc65c3f9691e453ad46c723d121225a1", size = 10904518, upload-time = "2026-01-14T22:30:08.464Z" },
|
|
1545
|
+
{ url = "https://files.pythonhosted.org/packages/32/5e/26c6d88fafa11a9d31ca9f4d12989f57782ec61e7291d4802d685b5be118/ty-0.0.12-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fcf2757b905e7eddb7e456140066335b18eb68b634a9f72d6f54a427ab042c64", size = 10525001, upload-time = "2026-01-14T22:30:16.454Z" },
|
|
1546
|
+
{ url = "https://files.pythonhosted.org/packages/c2/a5/2f0b91894af13187110f9ad7ee926d86e4e6efa755c9c88a820ed7f84c85/ty-0.0.12-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:00cf34c1ebe1147efeda3021a1064baa222c18cdac114b7b050bbe42deb4ca80", size = 10307103, upload-time = "2026-01-14T22:30:41.221Z" },
|
|
1547
|
+
{ url = "https://files.pythonhosted.org/packages/4b/77/13d0410827e4bc713ebb7fdaf6b3590b37dcb1b82e0a81717b65548f2442/ty-0.0.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2bb3a655bd869352e9a22938d707631ac9fbca1016242b1f6d132d78f347c851", size = 10072737, upload-time = "2026-01-14T22:30:51.783Z" },
|
|
1548
|
+
{ url = "https://files.pythonhosted.org/packages/e1/dd/fc36d8bac806c74cf04b4ca735bca14d19967ca84d88f31e121767880df1/ty-0.0.12-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:4658e282c7cb82be304052f8f64f9925f23c3c4f90eeeb32663c74c4b095d7ba", size = 9368726, upload-time = "2026-01-14T22:30:18.683Z" },
|
|
1549
|
+
{ url = "https://files.pythonhosted.org/packages/54/70/9e8e461647550f83e2fe54bc632ccbdc17a4909644783cdbdd17f7296059/ty-0.0.12-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:c167d838eaaa06e03bb66a517f75296b643d950fbd93c1d1686a187e5a8dbd1f", size = 9454704, upload-time = "2026-01-14T22:30:22.759Z" },
|
|
1550
|
+
{ url = "https://files.pythonhosted.org/packages/04/9b/6292cf7c14a0efeca0539cf7d78f453beff0475cb039fbea0eb5d07d343d/ty-0.0.12-py3-none-musllinux_1_2_i686.whl", hash = "sha256:2956e0c9ab7023533b461d8a0e6b2ea7b78e01a8dde0688e8234d0fce10c4c1c", size = 9649829, upload-time = "2026-01-14T22:30:31.234Z" },
|
|
1551
|
+
{ url = "https://files.pythonhosted.org/packages/49/bd/472a5d2013371e4870886cff791c94abdf0b92d43d305dd0f8e06b6ff719/ty-0.0.12-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:5c6a3fd7479580009f21002f3828320621d8a82d53b7ba36993234e3ccad58c8", size = 10162814, upload-time = "2026-01-14T22:30:36.174Z" },
|
|
1552
|
+
{ url = "https://files.pythonhosted.org/packages/31/e9/2ecbe56826759845a7c21d80aa28187865ea62bc9757b056f6cbc06f78ed/ty-0.0.12-py3-none-win32.whl", hash = "sha256:a91c24fd75c0f1796d8ede9083e2c0ec96f106dbda73a09fe3135e075d31f742", size = 9140115, upload-time = "2026-01-14T22:30:38.903Z" },
|
|
1553
|
+
{ url = "https://files.pythonhosted.org/packages/5d/6d/d9531eff35a5c0ec9dbc10231fac21f9dd6504814048e81d6ce1c84dc566/ty-0.0.12-py3-none-win_amd64.whl", hash = "sha256:df151894be55c22d47068b0f3b484aff9e638761e2267e115d515fcc9c5b4a4b", size = 9884532, upload-time = "2026-01-14T22:30:25.112Z" },
|
|
1554
|
+
{ url = "https://files.pythonhosted.org/packages/e9/f3/20b49e75967023b123a221134548ad7000f9429f13fdcdda115b4c26305f/ty-0.0.12-py3-none-win_arm64.whl", hash = "sha256:cea99d334b05629de937ce52f43278acf155d3a316ad6a35356635f886be20ea", size = 9313974, upload-time = "2026-01-14T22:30:27.44Z" },
|
|
1558
1555
|
]
|
|
1559
1556
|
|
|
1560
1557
|
[[package]]
|
|
@@ -1585,11 +1582,11 @@ wheels = [
|
|
|
1585
1582
|
|
|
1586
1583
|
[[package]]
|
|
1587
1584
|
name = "types-awscrt"
|
|
1588
|
-
version = "0.
|
|
1585
|
+
version = "0.31.0"
|
|
1589
1586
|
source = { registry = "https://pypi.org/simple" }
|
|
1590
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1587
|
+
sdist = { url = "https://files.pythonhosted.org/packages/18/9f/9be587f2243ea7837ad83aad248ff4d8f9a880ac5a84544e9661e5840a22/types_awscrt-0.31.0.tar.gz", hash = "sha256:aa8b42148af0847be14e2b8ea3637a3518ffab038f8d3be7083950f3ce87d3ff", size = 17817, upload-time = "2026-01-12T06:42:37.711Z" }
|
|
1591
1588
|
wheels = [
|
|
1592
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1589
|
+
{ url = "https://files.pythonhosted.org/packages/4c/8d/87ac494b5165e7650b2bc92ee3325c1339a47323489beeda32dffc9a1334/types_awscrt-0.31.0-py3-none-any.whl", hash = "sha256:009cfe5b9af8c75e8304243490e20a5229e7a56203f1d41481f5522233453f51", size = 42509, upload-time = "2026-01-12T06:42:36.187Z" },
|
|
1593
1590
|
]
|
|
1594
1591
|
|
|
1595
1592
|
[[package]]
|
|
@@ -1615,11 +1612,11 @@ wheels = [
|
|
|
1615
1612
|
|
|
1616
1613
|
[[package]]
|
|
1617
1614
|
name = "urllib3"
|
|
1618
|
-
version = "2.6.
|
|
1615
|
+
version = "2.6.3"
|
|
1619
1616
|
source = { registry = "https://pypi.org/simple" }
|
|
1620
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1617
|
+
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
1618
|
wheels = [
|
|
1622
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1619
|
+
{ 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
1620
|
]
|
|
1624
1621
|
|
|
1625
1622
|
[[package]]
|
|
@@ -1638,16 +1635,16 @@ libvalkey = [
|
|
|
1638
1635
|
|
|
1639
1636
|
[[package]]
|
|
1640
1637
|
name = "virtualenv"
|
|
1641
|
-
version = "20.
|
|
1638
|
+
version = "20.36.1"
|
|
1642
1639
|
source = { registry = "https://pypi.org/simple" }
|
|
1643
1640
|
dependencies = [
|
|
1644
1641
|
{ name = "distlib" },
|
|
1645
1642
|
{ name = "filelock" },
|
|
1646
1643
|
{ name = "platformdirs" },
|
|
1647
1644
|
]
|
|
1648
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1645
|
+
sdist = { url = "https://files.pythonhosted.org/packages/aa/a3/4d310fa5f00863544e1d0f4de93bddec248499ccf97d4791bc3122c9d4f3/virtualenv-20.36.1.tar.gz", hash = "sha256:8befb5c81842c641f8ee658481e42641c68b5eab3521d8e092d18320902466ba", size = 6032239, upload-time = "2026-01-09T18:21:01.296Z" }
|
|
1649
1646
|
wheels = [
|
|
1650
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1647
|
+
{ url = "https://files.pythonhosted.org/packages/6a/2a/dc2228b2888f51192c7dc766106cd475f1b768c10caaf9727659726f7391/virtualenv-20.36.1-py3-none-any.whl", hash = "sha256:575a8d6b124ef88f6f51d56d656132389f961062a9177016a50e4f507bbcc19f", size = 6008258, upload-time = "2026-01-09T18:20:59.425Z" },
|
|
1651
1648
|
]
|
|
1652
1649
|
|
|
1653
1650
|
[[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.23}/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.23}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
{python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.14.21 → python3_commons-0.14.23}/src/python3_commons.egg-info/requires.txt
RENAMED
|
File without changes
|
{python3_commons-0.14.21 → python3_commons-0.14.23}/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
|