python3-commons 0.14.14__tar.gz → 0.14.15__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.14 → python3_commons-0.14.15}/PKG-INFO +2 -2
- {python3_commons-0.14.14 → python3_commons-0.14.15}/pyproject.toml +1 -1
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons.egg-info/PKG-INFO +2 -2
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons.egg-info/requires.txt +1 -1
- {python3_commons-0.14.14 → python3_commons-0.14.15}/uv.lock +82 -64
- {python3_commons-0.14.14 → python3_commons-0.14.15}/.coveragerc +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/.devcontainer/Dockerfile +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/.devcontainer/devcontainer.json +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/.devcontainer/docker-compose.yml +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/.env_template +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/.github/workflows/checks.yml +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/.gitignore +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/.pre-commit-config.yaml +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/.python-version +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/AUTHORS.rst +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/CHANGELOG.rst +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/LICENSE +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/README.md +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/README.rst +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/docs/Makefile +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/docs/_static/.gitignore +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/docs/authors.rst +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/docs/changelog.rst +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/docs/conf.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/docs/index.rst +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/docs/license.rst +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/setup.cfg +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/exceptions.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/generators.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/serializers/common.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/tests/__init__.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/tests/integration/__init__.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/tests/integration/test_cache.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/tests/unit/__init__.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/tests/unit/conftest.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/tests/unit/test_audit.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/tests/unit/test_helpers.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/tests/unit/test_msgpack.py +0 -0
- {python3_commons-0.14.14 → python3_commons-0.14.15}/tests/unit/test_msgspec.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.15
|
|
4
4
|
Summary: Re-usable Python3 code
|
|
5
5
|
Author-email: Oleg Korsak <kamikaze.is.waiting.you@gmail.com>
|
|
6
6
|
License-Expression: GPL-3.0
|
|
@@ -12,7 +12,7 @@ Requires-Python: <3.15.0,>=3.13.9
|
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
|
-
Requires-Dist: aiobotocore~=
|
|
15
|
+
Requires-Dist: aiobotocore~=3.0.0
|
|
16
16
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.12.0
|
|
17
17
|
Requires-Dist: asyncpg~=0.31.0
|
|
18
18
|
Requires-Dist: lxml~=6.0.2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-commons
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.15
|
|
4
4
|
Summary: Re-usable Python3 code
|
|
5
5
|
Author-email: Oleg Korsak <kamikaze.is.waiting.you@gmail.com>
|
|
6
6
|
License-Expression: GPL-3.0
|
|
@@ -12,7 +12,7 @@ Requires-Python: <3.15.0,>=3.13.9
|
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.rst
|
|
15
|
-
Requires-Dist: aiobotocore~=
|
|
15
|
+
Requires-Dist: aiobotocore~=3.0.0
|
|
16
16
|
Requires-Dist: aiohttp[speedups]<3.15.0,>=3.12.0
|
|
17
17
|
Requires-Dist: asyncpg~=0.31.0
|
|
18
18
|
Requires-Dist: lxml~=6.0.2
|
|
@@ -8,7 +8,7 @@ resolution-markers = [
|
|
|
8
8
|
|
|
9
9
|
[[package]]
|
|
10
10
|
name = "aiobotocore"
|
|
11
|
-
version = "
|
|
11
|
+
version = "3.0.0"
|
|
12
12
|
source = { registry = "https://pypi.org/simple" }
|
|
13
13
|
dependencies = [
|
|
14
14
|
{ name = "aiohttp" },
|
|
@@ -19,21 +19,21 @@ dependencies = [
|
|
|
19
19
|
{ name = "python-dateutil" },
|
|
20
20
|
{ name = "wrapt" },
|
|
21
21
|
]
|
|
22
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
22
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6a/a6/88489577cadb42c549ca3f9d3a942267b042fd8ab1d24bdf4e4ac1bfe8a5/aiobotocore-3.0.0.tar.gz", hash = "sha256:2a039d14d18b2b89c56bf13a266f033432047c47b22444919e8a4330eab2952d", size = 121809, upload-time = "2025-12-10T07:35:46.218Z" }
|
|
23
23
|
wheels = [
|
|
24
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
24
|
+
{ url = "https://files.pythonhosted.org/packages/61/94/5961070353b97647917166b00cccf98773370e65b8716dedd14d99cf14dd/aiobotocore-3.0.0-py3-none-any.whl", hash = "sha256:b3f7125d8a7a4077f43af94c5614a613b6d0ebc2eb6954abc78e421b43cd7629", size = 87300, upload-time = "2025-12-10T07:35:44.912Z" },
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
[[package]]
|
|
28
28
|
name = "aiodns"
|
|
29
|
-
version = "3.6.
|
|
29
|
+
version = "3.6.1"
|
|
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/85/2f/9d1ee4f937addda60220f47925dac6c6b3782f6851fd578987284a8d2491/aiodns-3.6.1.tar.gz", hash = "sha256:b0e9ce98718a5b8f7ca8cd16fc393163374bc2412236b91f6c851d066e3324b6", size = 15143, upload-time = "2025-12-11T12:53:07.785Z" }
|
|
35
35
|
wheels = [
|
|
36
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
36
|
+
{ url = "https://files.pythonhosted.org/packages/09/e3/9f777774ebe8f664bcd564f9de3936490a16effa82a969372161c9b0fb21/aiodns-3.6.1-py3-none-any.whl", hash = "sha256:46233ccad25f2037903828c5d05b64590eaa756e51d12b4a5616e2defcbc98c7", size = 7975, upload-time = "2025-12-11T12:53:06.387Z" },
|
|
37
37
|
]
|
|
38
38
|
|
|
39
39
|
[[package]]
|
|
@@ -236,28 +236,28 @@ wheels = [
|
|
|
236
236
|
|
|
237
237
|
[[package]]
|
|
238
238
|
name = "botocore"
|
|
239
|
-
version = "1.
|
|
239
|
+
version = "1.42.5"
|
|
240
240
|
source = { registry = "https://pypi.org/simple" }
|
|
241
241
|
dependencies = [
|
|
242
242
|
{ name = "jmespath" },
|
|
243
243
|
{ name = "python-dateutil" },
|
|
244
244
|
{ name = "urllib3" },
|
|
245
245
|
]
|
|
246
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
246
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8c/46/5b40b1deb780869ca9f0c1de47062a78a0494b53d6f9d6bad10fc38eef9d/botocore-1.42.5.tar.gz", hash = "sha256:37bfc487f14286d9795920807fcb8318b940835b18fff6bec5253449f377136f", size = 14851117, upload-time = "2025-12-08T20:28:26.876Z" }
|
|
247
247
|
wheels = [
|
|
248
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
248
|
+
{ url = "https://files.pythonhosted.org/packages/8b/9a/da5e6cabf4da855d182fcdacf3573b69f30899e0e6c3e0d91ce6ad92ce74/botocore-1.42.5-py3-none-any.whl", hash = "sha256:6aa487f1876c881e2143f6a186b7d8faaf042fc05e0ba7421d821f145356a0c9", size = 14525346, upload-time = "2025-12-08T20:28:24.06Z" },
|
|
249
249
|
]
|
|
250
250
|
|
|
251
251
|
[[package]]
|
|
252
252
|
name = "botocore-stubs"
|
|
253
|
-
version = "1.42.
|
|
253
|
+
version = "1.42.7"
|
|
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/cf/71/60ed60efadff75be02bdd9acb554c043d0f9388fc3907c3be953709e04c7/botocore_stubs-1.42.7.tar.gz", hash = "sha256:951fc41e78e1a53b49bfe8511bc24e430eda4c689ca6033c643693e56485e69c", size = 42392, upload-time = "2025-12-10T21:29:19.759Z" }
|
|
259
259
|
wheels = [
|
|
260
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
260
|
+
{ url = "https://files.pythonhosted.org/packages/37/45/ab92dfc4d44b9fd652fca4ca02f523ea03c5f1f5babea225ce1230f30cd6/botocore_stubs-1.42.7-py3-none-any.whl", hash = "sha256:d5c9ac851e8d7ce30d25204add0e2448cb23cb5f8fbe6b5c768ea1e4471b4455", size = 66749, upload-time = "2025-12-10T21:29:18.25Z" },
|
|
261
261
|
]
|
|
262
262
|
|
|
263
263
|
[[package]]
|
|
@@ -1183,18 +1183,18 @@ wheels = [
|
|
|
1183
1183
|
|
|
1184
1184
|
[[package]]
|
|
1185
1185
|
name = "pyrefly"
|
|
1186
|
-
version = "0.45.
|
|
1186
|
+
version = "0.45.2"
|
|
1187
1187
|
source = { registry = "https://pypi.org/simple" }
|
|
1188
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1188
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ce/1f/f9a64686ccc487906f97fb55a155875e600634a96f506a9b764b7c58fbb1/pyrefly-0.45.2.tar.gz", hash = "sha256:3f2f011e3fe6ed6662c8aab86c05365336b2bb07d44852fe7428be61239a9fe1", size = 5055002, upload-time = "2025-12-11T00:27:43.027Z" }
|
|
1189
1189
|
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/
|
|
1190
|
+
{ url = "https://files.pythonhosted.org/packages/50/b8/67798a7db5520fa85420e270f323dc091d5fd73a492eaf8c143d14fc9859/pyrefly-0.45.2-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:33467adbb9aa4993666a1e3dcb35d00facdea1750692ccb2a07fdb9204cf1f10", size = 11194425, upload-time = "2025-12-11T00:27:23.364Z" },
|
|
1191
|
+
{ url = "https://files.pythonhosted.org/packages/c2/1b/f5f36b053f2b31e1c3348e259dfa9dd17fbf796b782a3de530ededa5ce9a/pyrefly-0.45.2-py3-none-macosx_11_0_arm64.whl", hash = "sha256:5eded1227406f57cffe240c232fbee6f585f9441709b9e1cfb994a6b175a28cf", size = 10787764, upload-time = "2025-12-11T00:27:25.557Z" },
|
|
1192
|
+
{ url = "https://files.pythonhosted.org/packages/23/49/a6528dac16638748e60c31768aa591b6cfef5a5cd917693937a075daccfa/pyrefly-0.45.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f2007e49807f6564505615fa7422a3278c58aa648e2b8b2d9b89ea04cf4ce5dc", size = 11035893, upload-time = "2025-12-11T00:27:27.997Z" },
|
|
1193
|
+
{ url = "https://files.pythonhosted.org/packages/3a/ea/46e48be259e6e003ee4c9d2d4151df5204924e3b1f81a61401145b2e0c9a/pyrefly-0.45.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f49ec5535b3a4c6f342d6429439e078c1344ff4a5d2592fd05bc51d1d748e5d4", size = 11903460, upload-time = "2025-12-11T00:27:30.343Z" },
|
|
1194
|
+
{ url = "https://files.pythonhosted.org/packages/c4/72/573457118d41cdd20d5ed09d4a2bc8bd692ab18a08bf3a450c239d041fe4/pyrefly-0.45.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:597a3e0f8eb3ffe798368906cf14edacafe73c336ce8ee83c80f2a259a2c8f2b", size = 11534889, upload-time = "2025-12-11T00:27:32.966Z" },
|
|
1195
|
+
{ url = "https://files.pythonhosted.org/packages/b8/a5/a2eea3093b20d7a02fcf23419c99c31a7ebc95c25ba70746c1dc8eb93fbd/pyrefly-0.45.2-py3-none-win32.whl", hash = "sha256:a71a9efcba0cc8afacee248430c27a7d76ea9ff0f8c6d975329a5c6deabbb682", size = 10956305, upload-time = "2025-12-11T00:27:36.357Z" },
|
|
1196
|
+
{ url = "https://files.pythonhosted.org/packages/a9/fb/30a6bbee4a89812644621ecfcbe830d4f6e8c519c6e722d09691fe59434c/pyrefly-0.45.2-py3-none-win_amd64.whl", hash = "sha256:d48b92c619a217bc4992b4899bf0eac3d049344a235e4d566088e6476b3d027e", size = 11632887, upload-time = "2025-12-11T00:27:38.513Z" },
|
|
1197
|
+
{ url = "https://files.pythonhosted.org/packages/67/4f/ab7daab11f1abb0b5ebb8b343c834f87930f651e5b811cc55eaa51a03c0f/pyrefly-0.45.2-py3-none-win_arm64.whl", hash = "sha256:b1678936383471076c99c12fe15ebe1f9bc7ada5f499f40b01d9c934c1c8308f", size = 11184966, upload-time = "2025-12-11T00:27:40.836Z" },
|
|
1198
1198
|
]
|
|
1199
1199
|
|
|
1200
1200
|
[[package]]
|
|
@@ -1324,7 +1324,7 @@ testing = [
|
|
|
1324
1324
|
|
|
1325
1325
|
[package.metadata]
|
|
1326
1326
|
requires-dist = [
|
|
1327
|
-
{ name = "aiobotocore", specifier = "~=
|
|
1327
|
+
{ name = "aiobotocore", specifier = "~=3.0.0" },
|
|
1328
1328
|
{ name = "aiohttp", extras = ["speedups"], specifier = ">=3.12.0,<3.15.0" },
|
|
1329
1329
|
{ name = "asyncpg", specifier = "~=0.31.0" },
|
|
1330
1330
|
{ name = "lxml", specifier = "~=6.0.2" },
|
|
@@ -1559,14 +1559,14 @@ wheels = [
|
|
|
1559
1559
|
|
|
1560
1560
|
[[package]]
|
|
1561
1561
|
name = "types-aiobotocore"
|
|
1562
|
-
version = "
|
|
1562
|
+
version = "3.0.0"
|
|
1563
1563
|
source = { registry = "https://pypi.org/simple" }
|
|
1564
1564
|
dependencies = [
|
|
1565
1565
|
{ name = "botocore-stubs" },
|
|
1566
1566
|
]
|
|
1567
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1567
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e2/a2/b648f4fa15ba3555a61a6fbbecfa1f642492d6c6f43fe391d3e65149e02e/types_aiobotocore-3.0.0.tar.gz", hash = "sha256:8b998ca1ff76b6767bda180a93b0b50fc8f6e15e47cdc99867a5ef44c9d73354", size = 86432, upload-time = "2025-12-11T02:12:04.371Z" }
|
|
1568
1568
|
wheels = [
|
|
1569
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1569
|
+
{ url = "https://files.pythonhosted.org/packages/74/a3/8eaef3dd748e0b2db5515cd9d01fd058dedf401ed9cf183cf9611e0883c0/types_aiobotocore-3.0.0-py3-none-any.whl", hash = "sha256:52c4f5c92b275ab54bd32fdbde8db8a2e561621bd742f0b0256b652f232e4bdb", size = 54214, upload-time = "2025-12-11T02:12:00.252Z" },
|
|
1570
1570
|
]
|
|
1571
1571
|
|
|
1572
1572
|
[package.optional-dependencies]
|
|
@@ -1576,11 +1576,11 @@ s3 = [
|
|
|
1576
1576
|
|
|
1577
1577
|
[[package]]
|
|
1578
1578
|
name = "types-aiobotocore-s3"
|
|
1579
|
-
version = "
|
|
1579
|
+
version = "3.0.0"
|
|
1580
1580
|
source = { registry = "https://pypi.org/simple" }
|
|
1581
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1581
|
+
sdist = { url = "https://files.pythonhosted.org/packages/cc/53/96c11080d11b1d55772191119de87916631990e89ac11b2a4ba9282d665a/types_aiobotocore_s3-3.0.0.tar.gz", hash = "sha256:5d7ed23f4bb01c6afc22fb9f7e3dea9aab437494dc56ddcc83db86e60d262038", size = 76633, upload-time = "2025-12-11T02:05:31.796Z" }
|
|
1582
1582
|
wheels = [
|
|
1583
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1583
|
+
{ url = "https://files.pythonhosted.org/packages/34/4e/16cc6fb82e599d002b1b16d745914d26c77c7fc26d7e1ecd56a31326256f/types_aiobotocore_s3-3.0.0-py3-none-any.whl", hash = "sha256:988f17b9227aac4fdce4379cffccab6533707bd276395ee617761578598edee4", size = 84322, upload-time = "2025-12-11T02:05:30.088Z" },
|
|
1584
1584
|
]
|
|
1585
1585
|
|
|
1586
1586
|
[[package]]
|
|
@@ -1661,41 +1661,59 @@ wheels = [
|
|
|
1661
1661
|
|
|
1662
1662
|
[[package]]
|
|
1663
1663
|
name = "wrapt"
|
|
1664
|
-
version = "
|
|
1665
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1666
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1667
|
-
wheels = [
|
|
1668
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1669
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1670
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1671
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1672
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1673
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1674
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1675
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1676
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1677
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1678
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1679
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1680
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1681
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1682
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1683
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1684
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1685
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1686
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1687
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1688
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1689
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1690
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1691
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1692
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1693
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1694
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1695
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1696
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1697
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1698
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1664
|
+
version = "2.0.1"
|
|
1665
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1666
|
+
sdist = { url = "https://files.pythonhosted.org/packages/49/2a/6de8a50cb435b7f42c46126cf1a54b2aab81784e74c8595c8e025e8f36d3/wrapt-2.0.1.tar.gz", hash = "sha256:9c9c635e78497cacb81e84f8b11b23e0aacac7a136e73b8e5b2109a1d9fc468f", size = 82040, upload-time = "2025-11-07T00:45:33.312Z" }
|
|
1667
|
+
wheels = [
|
|
1668
|
+
{ url = "https://files.pythonhosted.org/packages/ad/fe/41af4c46b5e498c90fc87981ab2972fbd9f0bccda597adb99d3d3441b94b/wrapt-2.0.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:47b0f8bafe90f7736151f61482c583c86b0693d80f075a58701dd1549b0010a9", size = 78132, upload-time = "2025-11-07T00:44:04.628Z" },
|
|
1669
|
+
{ url = "https://files.pythonhosted.org/packages/1c/92/d68895a984a5ebbbfb175512b0c0aad872354a4a2484fbd5552e9f275316/wrapt-2.0.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:cbeb0971e13b4bd81d34169ed57a6dda017328d1a22b62fda45e1d21dd06148f", size = 61211, upload-time = "2025-11-07T00:44:05.626Z" },
|
|
1670
|
+
{ url = "https://files.pythonhosted.org/packages/e8/26/ba83dc5ae7cf5aa2b02364a3d9cf74374b86169906a1f3ade9a2d03cf21c/wrapt-2.0.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:eb7cffe572ad0a141a7886a1d2efa5bef0bf7fe021deeea76b3ab334d2c38218", size = 61689, upload-time = "2025-11-07T00:44:06.719Z" },
|
|
1671
|
+
{ url = "https://files.pythonhosted.org/packages/cf/67/d7a7c276d874e5d26738c22444d466a3a64ed541f6ef35f740dbd865bab4/wrapt-2.0.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:c8d60527d1ecfc131426b10d93ab5d53e08a09c5fa0175f6b21b3252080c70a9", size = 121502, upload-time = "2025-11-07T00:44:09.557Z" },
|
|
1672
|
+
{ url = "https://files.pythonhosted.org/packages/0f/6b/806dbf6dd9579556aab22fc92908a876636e250f063f71548a8660382184/wrapt-2.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c654eafb01afac55246053d67a4b9a984a3567c3808bb7df2f8de1c1caba2e1c", size = 123110, upload-time = "2025-11-07T00:44:10.64Z" },
|
|
1673
|
+
{ url = "https://files.pythonhosted.org/packages/e5/08/cdbb965fbe4c02c5233d185d070cabed2ecc1f1e47662854f95d77613f57/wrapt-2.0.1-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:98d873ed6c8b4ee2418f7afce666751854d6d03e3c0ec2a399bb039cd2ae89db", size = 117434, upload-time = "2025-11-07T00:44:08.138Z" },
|
|
1674
|
+
{ url = "https://files.pythonhosted.org/packages/2d/d1/6aae2ce39db4cb5216302fa2e9577ad74424dfbe315bd6669725569e048c/wrapt-2.0.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:c9e850f5b7fc67af856ff054c71690d54fa940c3ef74209ad9f935b4f66a0233", size = 121533, upload-time = "2025-11-07T00:44:12.142Z" },
|
|
1675
|
+
{ url = "https://files.pythonhosted.org/packages/79/35/565abf57559fbe0a9155c29879ff43ce8bd28d2ca61033a3a3dd67b70794/wrapt-2.0.1-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:e505629359cb5f751e16e30cf3f91a1d3ddb4552480c205947da415d597f7ac2", size = 116324, upload-time = "2025-11-07T00:44:13.28Z" },
|
|
1676
|
+
{ url = "https://files.pythonhosted.org/packages/e1/e0/53ff5e76587822ee33e560ad55876d858e384158272cd9947abdd4ad42ca/wrapt-2.0.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:2879af909312d0baf35f08edeea918ee3af7ab57c37fe47cb6a373c9f2749c7b", size = 120627, upload-time = "2025-11-07T00:44:14.431Z" },
|
|
1677
|
+
{ url = "https://files.pythonhosted.org/packages/7c/7b/38df30fd629fbd7612c407643c63e80e1c60bcc982e30ceeae163a9800e7/wrapt-2.0.1-cp313-cp313-win32.whl", hash = "sha256:d67956c676be5a24102c7407a71f4126d30de2a569a1c7871c9f3cabc94225d7", size = 58252, upload-time = "2025-11-07T00:44:17.814Z" },
|
|
1678
|
+
{ url = "https://files.pythonhosted.org/packages/85/64/d3954e836ea67c4d3ad5285e5c8fd9d362fd0a189a2db622df457b0f4f6a/wrapt-2.0.1-cp313-cp313-win_amd64.whl", hash = "sha256:9ca66b38dd642bf90c59b6738af8070747b610115a39af2498535f62b5cdc1c3", size = 60500, upload-time = "2025-11-07T00:44:15.561Z" },
|
|
1679
|
+
{ url = "https://files.pythonhosted.org/packages/89/4e/3c8b99ac93527cfab7f116089db120fef16aac96e5f6cdb724ddf286086d/wrapt-2.0.1-cp313-cp313-win_arm64.whl", hash = "sha256:5a4939eae35db6b6cec8e7aa0e833dcca0acad8231672c26c2a9ab7a0f8ac9c8", size = 58993, upload-time = "2025-11-07T00:44:16.65Z" },
|
|
1680
|
+
{ url = "https://files.pythonhosted.org/packages/f9/f4/eff2b7d711cae20d220780b9300faa05558660afb93f2ff5db61fe725b9a/wrapt-2.0.1-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:a52f93d95c8d38fed0669da2ebdb0b0376e895d84596a976c15a9eb45e3eccb3", size = 82028, upload-time = "2025-11-07T00:44:18.944Z" },
|
|
1681
|
+
{ url = "https://files.pythonhosted.org/packages/0c/67/cb945563f66fd0f61a999339460d950f4735c69f18f0a87ca586319b1778/wrapt-2.0.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:4e54bbf554ee29fcceee24fa41c4d091398b911da6e7f5d7bffda963c9aed2e1", size = 62949, upload-time = "2025-11-07T00:44:20.074Z" },
|
|
1682
|
+
{ url = "https://files.pythonhosted.org/packages/ec/ca/f63e177f0bbe1e5cf5e8d9b74a286537cd709724384ff20860f8f6065904/wrapt-2.0.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:908f8c6c71557f4deaa280f55d0728c3bca0960e8c3dd5ceeeafb3c19942719d", size = 63681, upload-time = "2025-11-07T00:44:21.345Z" },
|
|
1683
|
+
{ url = "https://files.pythonhosted.org/packages/39/a1/1b88fcd21fd835dca48b556daef750952e917a2794fa20c025489e2e1f0f/wrapt-2.0.1-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:e2f84e9af2060e3904a32cea9bb6db23ce3f91cfd90c6b426757cf7cc01c45c7", size = 152696, upload-time = "2025-11-07T00:44:24.318Z" },
|
|
1684
|
+
{ url = "https://files.pythonhosted.org/packages/62/1c/d9185500c1960d9f5f77b9c0b890b7fc62282b53af7ad1b6bd779157f714/wrapt-2.0.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e3612dc06b436968dfb9142c62e5dfa9eb5924f91120b3c8ff501ad878f90eb3", size = 158859, upload-time = "2025-11-07T00:44:25.494Z" },
|
|
1685
|
+
{ url = "https://files.pythonhosted.org/packages/91/60/5d796ed0f481ec003220c7878a1d6894652efe089853a208ea0838c13086/wrapt-2.0.1-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:6d2d947d266d99a1477cd005b23cbd09465276e302515e122df56bb9511aca1b", size = 146068, upload-time = "2025-11-07T00:44:22.81Z" },
|
|
1686
|
+
{ url = "https://files.pythonhosted.org/packages/04/f8/75282dd72f102ddbfba137e1e15ecba47b40acff32c08ae97edbf53f469e/wrapt-2.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:7d539241e87b650cbc4c3ac9f32c8d1ac8a54e510f6dca3f6ab60dcfd48c9b10", size = 155724, upload-time = "2025-11-07T00:44:26.634Z" },
|
|
1687
|
+
{ url = "https://files.pythonhosted.org/packages/5a/27/fe39c51d1b344caebb4a6a9372157bdb8d25b194b3561b52c8ffc40ac7d1/wrapt-2.0.1-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:4811e15d88ee62dbf5c77f2c3ff3932b1e3ac92323ba3912f51fc4016ce81ecf", size = 144413, upload-time = "2025-11-07T00:44:27.939Z" },
|
|
1688
|
+
{ url = "https://files.pythonhosted.org/packages/83/2b/9f6b643fe39d4505c7bf926d7c2595b7cb4b607c8c6b500e56c6b36ac238/wrapt-2.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:c1c91405fcf1d501fa5d55df21e58ea49e6b879ae829f1039faaf7e5e509b41e", size = 150325, upload-time = "2025-11-07T00:44:29.29Z" },
|
|
1689
|
+
{ url = "https://files.pythonhosted.org/packages/bb/b6/20ffcf2558596a7f58a2e69c89597128781f0b88e124bf5a4cadc05b8139/wrapt-2.0.1-cp313-cp313t-win32.whl", hash = "sha256:e76e3f91f864e89db8b8d2a8311d57df93f01ad6bb1e9b9976d1f2e83e18315c", size = 59943, upload-time = "2025-11-07T00:44:33.211Z" },
|
|
1690
|
+
{ url = "https://files.pythonhosted.org/packages/87/6a/0e56111cbb3320151eed5d3821ee1373be13e05b376ea0870711f18810c3/wrapt-2.0.1-cp313-cp313t-win_amd64.whl", hash = "sha256:83ce30937f0ba0d28818807b303a412440c4b63e39d3d8fc036a94764b728c92", size = 63240, upload-time = "2025-11-07T00:44:30.935Z" },
|
|
1691
|
+
{ url = "https://files.pythonhosted.org/packages/1d/54/5ab4c53ea1f7f7e5c3e7c1095db92932cc32fd62359d285486d00c2884c3/wrapt-2.0.1-cp313-cp313t-win_arm64.whl", hash = "sha256:4b55cacc57e1dc2d0991dbe74c6419ffd415fb66474a02335cb10efd1aa3f84f", size = 60416, upload-time = "2025-11-07T00:44:32.002Z" },
|
|
1692
|
+
{ url = "https://files.pythonhosted.org/packages/73/81/d08d83c102709258e7730d3cd25befd114c60e43ef3891d7e6877971c514/wrapt-2.0.1-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:5e53b428f65ece6d9dad23cb87e64506392b720a0b45076c05354d27a13351a1", size = 78290, upload-time = "2025-11-07T00:44:34.691Z" },
|
|
1693
|
+
{ url = "https://files.pythonhosted.org/packages/f6/14/393afba2abb65677f313aa680ff0981e829626fed39b6a7e3ec807487790/wrapt-2.0.1-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:ad3ee9d0f254851c71780966eb417ef8e72117155cff04821ab9b60549694a55", size = 61255, upload-time = "2025-11-07T00:44:35.762Z" },
|
|
1694
|
+
{ url = "https://files.pythonhosted.org/packages/c4/10/a4a1f2fba205a9462e36e708ba37e5ac95f4987a0f1f8fd23f0bf1fc3b0f/wrapt-2.0.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:d7b822c61ed04ee6ad64bc90d13368ad6eb094db54883b5dde2182f67a7f22c0", size = 61797, upload-time = "2025-11-07T00:44:37.22Z" },
|
|
1695
|
+
{ url = "https://files.pythonhosted.org/packages/12/db/99ba5c37cf1c4fad35349174f1e38bd8d992340afc1ff27f526729b98986/wrapt-2.0.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:7164a55f5e83a9a0b031d3ffab4d4e36bbec42e7025db560f225489fa929e509", size = 120470, upload-time = "2025-11-07T00:44:39.425Z" },
|
|
1696
|
+
{ url = "https://files.pythonhosted.org/packages/30/3f/a1c8d2411eb826d695fc3395a431757331582907a0ec59afce8fe8712473/wrapt-2.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e60690ba71a57424c8d9ff28f8d006b7ad7772c22a4af432188572cd7fa004a1", size = 122851, upload-time = "2025-11-07T00:44:40.582Z" },
|
|
1697
|
+
{ url = "https://files.pythonhosted.org/packages/b3/8d/72c74a63f201768d6a04a8845c7976f86be6f5ff4d74996c272cefc8dafc/wrapt-2.0.1-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:3cd1a4bd9a7a619922a8557e1318232e7269b5fb69d4ba97b04d20450a6bf970", size = 117433, upload-time = "2025-11-07T00:44:38.313Z" },
|
|
1698
|
+
{ url = "https://files.pythonhosted.org/packages/c7/5a/df37cf4042cb13b08256f8e27023e2f9b3d471d553376616591bb99bcb31/wrapt-2.0.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:b4c2e3d777e38e913b8ce3a6257af72fb608f86a1df471cb1d4339755d0a807c", size = 121280, upload-time = "2025-11-07T00:44:41.69Z" },
|
|
1699
|
+
{ url = "https://files.pythonhosted.org/packages/54/34/40d6bc89349f9931e1186ceb3e5fbd61d307fef814f09fbbac98ada6a0c8/wrapt-2.0.1-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:3d366aa598d69416b5afedf1faa539fac40c1d80a42f6b236c88c73a3c8f2d41", size = 116343, upload-time = "2025-11-07T00:44:43.013Z" },
|
|
1700
|
+
{ url = "https://files.pythonhosted.org/packages/70/66/81c3461adece09d20781dee17c2366fdf0cb8754738b521d221ca056d596/wrapt-2.0.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:c235095d6d090aa903f1db61f892fffb779c1eaeb2a50e566b52001f7a0f66ed", size = 119650, upload-time = "2025-11-07T00:44:44.523Z" },
|
|
1701
|
+
{ url = "https://files.pythonhosted.org/packages/46/3a/d0146db8be8761a9e388cc9cc1c312b36d583950ec91696f19bbbb44af5a/wrapt-2.0.1-cp314-cp314-win32.whl", hash = "sha256:bfb5539005259f8127ea9c885bdc231978c06b7a980e63a8a61c8c4c979719d0", size = 58701, upload-time = "2025-11-07T00:44:48.277Z" },
|
|
1702
|
+
{ url = "https://files.pythonhosted.org/packages/1a/38/5359da9af7d64554be63e9046164bd4d8ff289a2dd365677d25ba3342c08/wrapt-2.0.1-cp314-cp314-win_amd64.whl", hash = "sha256:4ae879acc449caa9ed43fc36ba08392b9412ee67941748d31d94e3cedb36628c", size = 60947, upload-time = "2025-11-07T00:44:46.086Z" },
|
|
1703
|
+
{ url = "https://files.pythonhosted.org/packages/aa/3f/96db0619276a833842bf36343685fa04f987dd6e3037f314531a1e00492b/wrapt-2.0.1-cp314-cp314-win_arm64.whl", hash = "sha256:8639b843c9efd84675f1e100ed9e99538ebea7297b62c4b45a7042edb84db03e", size = 59359, upload-time = "2025-11-07T00:44:47.164Z" },
|
|
1704
|
+
{ url = "https://files.pythonhosted.org/packages/71/49/5f5d1e867bf2064bf3933bc6cf36ade23505f3902390e175e392173d36a2/wrapt-2.0.1-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:9219a1d946a9b32bb23ccae66bdb61e35c62773ce7ca6509ceea70f344656b7b", size = 82031, upload-time = "2025-11-07T00:44:49.4Z" },
|
|
1705
|
+
{ url = "https://files.pythonhosted.org/packages/2b/89/0009a218d88db66ceb83921e5685e820e2c61b59bbbb1324ba65342668bc/wrapt-2.0.1-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:fa4184e74197af3adad3c889a1af95b53bb0466bced92ea99a0c014e48323eec", size = 62952, upload-time = "2025-11-07T00:44:50.74Z" },
|
|
1706
|
+
{ url = "https://files.pythonhosted.org/packages/ae/18/9b968e920dd05d6e44bcc918a046d02afea0fb31b2f1c80ee4020f377cbe/wrapt-2.0.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c5ef2f2b8a53b7caee2f797ef166a390fef73979b15778a4a153e4b5fedce8fa", size = 63688, upload-time = "2025-11-07T00:44:52.248Z" },
|
|
1707
|
+
{ url = "https://files.pythonhosted.org/packages/a6/7d/78bdcb75826725885d9ea26c49a03071b10c4c92da93edda612910f150e4/wrapt-2.0.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:e042d653a4745be832d5aa190ff80ee4f02c34b21f4b785745eceacd0907b815", size = 152706, upload-time = "2025-11-07T00:44:54.613Z" },
|
|
1708
|
+
{ url = "https://files.pythonhosted.org/packages/dd/77/cac1d46f47d32084a703df0d2d29d47e7eb2a7d19fa5cbca0e529ef57659/wrapt-2.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2afa23318136709c4b23d87d543b425c399887b4057936cd20386d5b1422b6fa", size = 158866, upload-time = "2025-11-07T00:44:55.79Z" },
|
|
1709
|
+
{ url = "https://files.pythonhosted.org/packages/8a/11/b521406daa2421508903bf8d5e8b929216ec2af04839db31c0a2c525eee0/wrapt-2.0.1-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:6c72328f668cf4c503ffcf9434c2b71fdd624345ced7941bc6693e61bbe36bef", size = 146148, upload-time = "2025-11-07T00:44:53.388Z" },
|
|
1710
|
+
{ url = "https://files.pythonhosted.org/packages/0c/c0/340b272bed297baa7c9ce0c98ef7017d9c035a17a6a71dce3184b8382da2/wrapt-2.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:3793ac154afb0e5b45d1233cb94d354ef7a983708cc3bb12563853b1d8d53747", size = 155737, upload-time = "2025-11-07T00:44:56.971Z" },
|
|
1711
|
+
{ url = "https://files.pythonhosted.org/packages/f3/93/bfcb1fb2bdf186e9c2883a4d1ab45ab099c79cbf8f4e70ea453811fa3ea7/wrapt-2.0.1-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:fec0d993ecba3991645b4857837277469c8cc4c554a7e24d064d1ca291cfb81f", size = 144451, upload-time = "2025-11-07T00:44:58.515Z" },
|
|
1712
|
+
{ url = "https://files.pythonhosted.org/packages/d2/6b/dca504fb18d971139d232652656180e3bd57120e1193d9a5899c3c0b7cdd/wrapt-2.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:949520bccc1fa227274da7d03bf238be15389cd94e32e4297b92337df9b7a349", size = 150353, upload-time = "2025-11-07T00:44:59.753Z" },
|
|
1713
|
+
{ url = "https://files.pythonhosted.org/packages/1d/f6/a1de4bd3653afdf91d250ca5c721ee51195df2b61a4603d4b373aa804d1d/wrapt-2.0.1-cp314-cp314t-win32.whl", hash = "sha256:be9e84e91d6497ba62594158d3d31ec0486c60055c49179edc51ee43d095f79c", size = 60609, upload-time = "2025-11-07T00:45:03.315Z" },
|
|
1714
|
+
{ url = "https://files.pythonhosted.org/packages/01/3a/07cd60a9d26fe73efead61c7830af975dfdba8537632d410462672e4432b/wrapt-2.0.1-cp314-cp314t-win_amd64.whl", hash = "sha256:61c4956171c7434634401db448371277d07032a81cc21c599c22953374781395", size = 64038, upload-time = "2025-11-07T00:45:00.948Z" },
|
|
1715
|
+
{ url = "https://files.pythonhosted.org/packages/41/99/8a06b8e17dddbf321325ae4eb12465804120f699cd1b8a355718300c62da/wrapt-2.0.1-cp314-cp314t-win_arm64.whl", hash = "sha256:35cdbd478607036fee40273be8ed54a451f5f23121bd9d4be515158f9498f7ad", size = 60634, upload-time = "2025-11-07T00:45:02.087Z" },
|
|
1716
|
+
{ url = "https://files.pythonhosted.org/packages/15/d1/b51471c11592ff9c012bd3e2f7334a6ff2f42a7aed2caffcf0bdddc9cb89/wrapt-2.0.1-py3-none-any.whl", hash = "sha256:4d2ce1bf1a48c5277d7969259232b57645aae5686dba1eaeade39442277afbca", size = 44046, upload-time = "2025-11-07T00:45:32.116Z" },
|
|
1699
1717
|
]
|
|
1700
1718
|
|
|
1701
1719
|
[[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.14.14 → python3_commons-0.14.15}/.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.14.14 → python3_commons-0.14.15}/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.14 → python3_commons-0.14.15}/src/python3_commons/serializers/__init__.py
RENAMED
|
File without changes
|
{python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/serializers/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/serializers/msgpack.py
RENAMED
|
File without changes
|
{python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons/serializers/msgspec.py
RENAMED
|
File without changes
|
{python3_commons-0.14.14 → python3_commons-0.14.15}/src/python3_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python3_commons-0.14.14 → python3_commons-0.14.15}/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
|