python3-commons 0.9.15__tar.gz → 0.9.17__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.9.15 → python3_commons-0.9.17}/.pre-commit-config.yaml +1 -1
- {python3_commons-0.9.15 → python3_commons-0.9.17}/PKG-INFO +1 -1
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/conf.py +3 -3
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/object_storage.py +12 -7
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons.egg-info/PKG-INFO +1 -1
- {python3_commons-0.9.15 → python3_commons-0.9.17}/uv.lock +67 -66
- {python3_commons-0.9.15 → python3_commons-0.9.17}/.coveragerc +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/.gitignore +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/.python-version +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/AUTHORS.rst +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/CHANGELOG.rst +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/LICENSE +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/README.md +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/README.rst +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/docs/Makefile +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/docs/_static/.gitignore +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/docs/authors.rst +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/docs/changelog.rst +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/docs/conf.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/docs/index.rst +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/docs/license.rst +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/pyproject.toml +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/setup.cfg +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons.egg-info/requires.txt +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/tests/conftest.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/tests/test_audit.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/tests/test_cache.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/tests/test_helpers.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/tests/test_msgpack.py +0 -0
- {python3_commons-0.9.15 → python3_commons-0.9.17}/tests/test_msgspec.py +0 -0
@@ -65,9 +65,9 @@ class DBSettings(BaseSettings):
|
|
65
65
|
|
66
66
|
class S3Settings(BaseSettings):
|
67
67
|
s3_endpoint_url: str | None = None
|
68
|
-
s3_region_name: str | None = None
|
69
|
-
s3_access_key_id: SecretStr =
|
70
|
-
s3_secret_access_key: SecretStr =
|
68
|
+
s3_region_name: str | None = Field(default=None, alias='AWS_REGION')
|
69
|
+
s3_access_key_id: SecretStr | None = None
|
70
|
+
s3_secret_access_key: SecretStr | None = None
|
71
71
|
s3_addressing_style: Literal['path', 'virtual'] = 'virtual'
|
72
72
|
s3_secure: bool = True
|
73
73
|
s3_bucket: str | None = None
|
@@ -21,20 +21,25 @@ logger = logging.getLogger(__name__)
|
|
21
21
|
|
22
22
|
class ObjectStorage(metaclass=SingletonMeta):
|
23
23
|
def __init__(self, settings: S3Settings):
|
24
|
-
if not settings.s3_endpoint_url:
|
25
|
-
raise ValueError('s3_endpoint_url must be set')
|
26
|
-
|
27
24
|
self._session = aiobotocore.session.get_session()
|
28
|
-
|
29
|
-
'endpoint_url': settings.s3_endpoint_url,
|
25
|
+
config = {
|
30
26
|
'region_name': settings.s3_region_name,
|
31
|
-
'aws_access_key_id': settings.s3_access_key_id.get_secret_value(),
|
32
|
-
'aws_secret_access_key': settings.s3_secret_access_key.get_secret_value(),
|
33
27
|
'use_ssl': settings.s3_secure,
|
34
28
|
'verify': settings.s3_cert_verify,
|
35
29
|
'config': Config(s3={'addressing_style': settings.s3_addressing_style}, signature_version='s3v4'),
|
36
30
|
}
|
37
31
|
|
32
|
+
if s3_endpoint_url := settings.s3_endpoint_url:
|
33
|
+
config['endpoint_url'] = s3_endpoint_url
|
34
|
+
|
35
|
+
if s3_access_key_id := settings.s3_access_key_id:
|
36
|
+
config['aws_access_key_id'] = s3_access_key_id.get_secret_value()
|
37
|
+
|
38
|
+
if s3_secret_access_key := settings.s3_secret_access_key:
|
39
|
+
config['aws_secret_access_key'] = s3_secret_access_key.get_secret_value()
|
40
|
+
|
41
|
+
self._config = config
|
42
|
+
|
38
43
|
@asynccontextmanager
|
39
44
|
async def get_client(self) -> AsyncGenerator[S3Client, None]:
|
40
45
|
async with self._session.create_client('s3', **self._config) as client:
|
@@ -309,24 +309,25 @@ wheels = [
|
|
309
309
|
|
310
310
|
[[package]]
|
311
311
|
name = "cffi"
|
312
|
-
version = "
|
312
|
+
version = "2.0.0"
|
313
313
|
source = { registry = "https://pypi.org/simple" }
|
314
314
|
dependencies = [
|
315
|
-
{ name = "pycparser" },
|
315
|
+
{ name = "pycparser", marker = "implementation_name != 'PyPy'" },
|
316
316
|
]
|
317
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
317
|
+
sdist = { url = "https://files.pythonhosted.org/packages/eb/56/b1ba7935a17738ae8453301356628e8147c79dbb825bcbc73dc7401f9846/cffi-2.0.0.tar.gz", hash = "sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529", size = 523588, upload-time = "2025-09-08T23:24:04.541Z" }
|
318
318
|
wheels = [
|
319
|
-
{ url = "https://files.pythonhosted.org/packages/8d/
|
320
|
-
{ url = "https://files.pythonhosted.org/packages/
|
321
|
-
{ url = "https://files.pythonhosted.org/packages/
|
322
|
-
{ url = "https://files.pythonhosted.org/packages/
|
323
|
-
{ url = "https://files.pythonhosted.org/packages/
|
324
|
-
{ url = "https://files.pythonhosted.org/packages/
|
325
|
-
{ url = "https://files.pythonhosted.org/packages/
|
326
|
-
{ url = "https://files.pythonhosted.org/packages/
|
327
|
-
{ url = "https://files.pythonhosted.org/packages/
|
328
|
-
{ url = "https://files.pythonhosted.org/packages/
|
329
|
-
{ url = "https://files.pythonhosted.org/packages/
|
319
|
+
{ url = "https://files.pythonhosted.org/packages/4b/8d/a0a47a0c9e413a658623d014e91e74a50cdd2c423f7ccfd44086ef767f90/cffi-2.0.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:00bdf7acc5f795150faa6957054fbbca2439db2f775ce831222b66f192f03beb", size = 185230, upload-time = "2025-09-08T23:23:00.879Z" },
|
320
|
+
{ url = "https://files.pythonhosted.org/packages/4a/d2/a6c0296814556c68ee32009d9c2ad4f85f2707cdecfd7727951ec228005d/cffi-2.0.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:45d5e886156860dc35862657e1494b9bae8dfa63bf56796f2fb56e1679fc0bca", size = 181043, upload-time = "2025-09-08T23:23:02.231Z" },
|
321
|
+
{ url = "https://files.pythonhosted.org/packages/b0/1e/d22cc63332bd59b06481ceaac49d6c507598642e2230f201649058a7e704/cffi-2.0.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:07b271772c100085dd28b74fa0cd81c8fb1a3ba18b21e03d7c27f3436a10606b", size = 212446, upload-time = "2025-09-08T23:23:03.472Z" },
|
322
|
+
{ url = "https://files.pythonhosted.org/packages/a9/f5/a2c23eb03b61a0b8747f211eb716446c826ad66818ddc7810cc2cc19b3f2/cffi-2.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d48a880098c96020b02d5a1f7d9251308510ce8858940e6fa99ece33f610838b", size = 220101, upload-time = "2025-09-08T23:23:04.792Z" },
|
323
|
+
{ url = "https://files.pythonhosted.org/packages/f2/7f/e6647792fc5850d634695bc0e6ab4111ae88e89981d35ac269956605feba/cffi-2.0.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:f93fd8e5c8c0a4aa1f424d6173f14a892044054871c771f8566e4008eaa359d2", size = 207948, upload-time = "2025-09-08T23:23:06.127Z" },
|
324
|
+
{ url = "https://files.pythonhosted.org/packages/cb/1e/a5a1bd6f1fb30f22573f76533de12a00bf274abcdc55c8edab639078abb6/cffi-2.0.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:dd4f05f54a52fb558f1ba9f528228066954fee3ebe629fc1660d874d040ae5a3", size = 206422, upload-time = "2025-09-08T23:23:07.753Z" },
|
325
|
+
{ url = "https://files.pythonhosted.org/packages/98/df/0a1755e750013a2081e863e7cd37e0cdd02664372c754e5560099eb7aa44/cffi-2.0.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c8d3b5532fc71b7a77c09192b4a5a200ea992702734a2e9279a37f2478236f26", size = 219499, upload-time = "2025-09-08T23:23:09.648Z" },
|
326
|
+
{ url = "https://files.pythonhosted.org/packages/50/e1/a969e687fcf9ea58e6e2a928ad5e2dd88cc12f6f0ab477e9971f2309b57c/cffi-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:d9b29c1f0ae438d5ee9acb31cadee00a58c46cc9c0b2f9038c6b0b3470877a8c", size = 222928, upload-time = "2025-09-08T23:23:10.928Z" },
|
327
|
+
{ url = "https://files.pythonhosted.org/packages/36/54/0362578dd2c9e557a28ac77698ed67323ed5b9775ca9d3fe73fe191bb5d8/cffi-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6d50360be4546678fc1b79ffe7a66265e28667840010348dd69a314145807a1b", size = 221302, upload-time = "2025-09-08T23:23:12.42Z" },
|
328
|
+
{ url = "https://files.pythonhosted.org/packages/eb/6d/bf9bda840d5f1dfdbf0feca87fbdb64a918a69bca42cfa0ba7b137c48cb8/cffi-2.0.0-cp313-cp313-win32.whl", hash = "sha256:74a03b9698e198d47562765773b4a8309919089150a0bb17d829ad7b44b60d27", size = 172909, upload-time = "2025-09-08T23:23:14.32Z" },
|
329
|
+
{ url = "https://files.pythonhosted.org/packages/37/18/6519e1ee6f5a1e579e04b9ddb6f1676c17368a7aba48299c3759bbc3c8b3/cffi-2.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:19f705ada2530c1167abacb171925dd886168931e0a7b78f5bffcae5c6b5be75", size = 183402, upload-time = "2025-09-08T23:23:15.535Z" },
|
330
|
+
{ url = "https://files.pythonhosted.org/packages/cb/0e/02ceeec9a7d6ee63bb596121c2c8e9b3a9e150936f4fbef6ca1943e6137c/cffi-2.0.0-cp313-cp313-win_arm64.whl", hash = "sha256:256f80b80ca3853f90c21b23ee78cd008713787b1b1e93eae9f3d6a7134abd91", size = 177780, upload-time = "2025-09-08T23:23:16.761Z" },
|
330
331
|
]
|
331
332
|
|
332
333
|
[[package]]
|
@@ -444,11 +445,11 @@ wheels = [
|
|
444
445
|
|
445
446
|
[[package]]
|
446
447
|
name = "dnspython"
|
447
|
-
version = "2.
|
448
|
+
version = "2.8.0"
|
448
449
|
source = { registry = "https://pypi.org/simple" }
|
449
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
450
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8c/8b/57666417c0f90f08bcafa776861060426765fdb422eb10212086fb811d26/dnspython-2.8.0.tar.gz", hash = "sha256:181d3c6996452cb1189c4046c61599b84a5a86e099562ffde77d26984ff26d0f", size = 368251, upload-time = "2025-09-07T18:58:00.022Z" }
|
450
451
|
wheels = [
|
451
|
-
{ url = "https://files.pythonhosted.org/packages/
|
452
|
+
{ url = "https://files.pythonhosted.org/packages/ba/5a/18ad964b0086c6e62e2e7500f7edc89e3faa45033c71c1893d34eed2b2de/dnspython-2.8.0-py3-none-any.whl", hash = "sha256:01d9bbc4a2d76bf0db7c1f729812ded6d912bd318d3b1cf81d30c0f845dbf3af", size = 331094, upload-time = "2025-09-07T18:57:58.071Z" },
|
452
453
|
]
|
453
454
|
|
454
455
|
[[package]]
|
@@ -596,11 +597,11 @@ wheels = [
|
|
596
597
|
|
597
598
|
[[package]]
|
598
599
|
name = "identify"
|
599
|
-
version = "2.6.
|
600
|
+
version = "2.6.14"
|
600
601
|
source = { registry = "https://pypi.org/simple" }
|
601
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
602
|
+
sdist = { url = "https://files.pythonhosted.org/packages/52/c4/62963f25a678f6a050fb0505a65e9e726996171e6dbe1547f79619eefb15/identify-2.6.14.tar.gz", hash = "sha256:663494103b4f717cb26921c52f8751363dc89db64364cd836a9bf1535f53cd6a", size = 99283, upload-time = "2025-09-06T19:30:52.938Z" }
|
602
603
|
wheels = [
|
603
|
-
{ url = "https://files.pythonhosted.org/packages/
|
604
|
+
{ url = "https://files.pythonhosted.org/packages/e5/ae/2ad30f4652712c82f1c23423d79136fbce338932ad166d70c1efb86a5998/identify-2.6.14-py2.py3-none-any.whl", hash = "sha256:11a073da82212c6646b1f39bb20d4483bfb9543bd5566fec60053c4bb309bf2e", size = 99172, upload-time = "2025-09-06T19:30:51.759Z" },
|
604
605
|
]
|
605
606
|
|
606
607
|
[[package]]
|
@@ -905,35 +906,35 @@ wheels = [
|
|
905
906
|
|
906
907
|
[[package]]
|
907
908
|
name = "pycares"
|
908
|
-
version = "4.
|
909
|
+
version = "4.11.0"
|
909
910
|
source = { registry = "https://pypi.org/simple" }
|
910
911
|
dependencies = [
|
911
912
|
{ name = "cffi" },
|
912
913
|
]
|
913
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
914
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8d/ad/9d1e96486d2eb5a2672c4d9a2dd372d015b8d7a332c6ac2722c4c8e6bbbf/pycares-4.11.0.tar.gz", hash = "sha256:c863d9003ca0ce7df26429007859afd2a621d3276ed9fef154a9123db9252557", size = 654473, upload-time = "2025-09-09T15:18:21.849Z" }
|
914
915
|
wheels = [
|
915
|
-
{ url = "https://files.pythonhosted.org/packages/
|
916
|
-
{ url = "https://files.pythonhosted.org/packages/
|
917
|
-
{ url = "https://files.pythonhosted.org/packages/
|
918
|
-
{ url = "https://files.pythonhosted.org/packages/
|
919
|
-
{ url = "https://files.pythonhosted.org/packages/
|
920
|
-
{ url = "https://files.pythonhosted.org/packages/
|
921
|
-
{ url = "https://files.pythonhosted.org/packages/
|
922
|
-
{ url = "https://files.pythonhosted.org/packages/91/
|
923
|
-
{ url = "https://files.pythonhosted.org/packages/
|
924
|
-
{ url = "https://files.pythonhosted.org/packages/
|
925
|
-
{ url = "https://files.pythonhosted.org/packages/
|
926
|
-
{ url = "https://files.pythonhosted.org/packages/
|
927
|
-
{ url = "https://files.pythonhosted.org/packages/
|
916
|
+
{ url = "https://files.pythonhosted.org/packages/dc/a9/62fea7ad72ac1fed2ac9dd8e9a7379b7eb0288bf2b3ea5731642c3a6f7de/pycares-4.11.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:2c296ab94d1974f8d2f76c499755a9ce31ffd4986e8898ef19b90e32525f7d84", size = 145909, upload-time = "2025-09-09T15:17:10.491Z" },
|
917
|
+
{ url = "https://files.pythonhosted.org/packages/f4/ac/0317d6d0d3bd7599c53b8f1db09ad04260647d2f6842018e322584791fd5/pycares-4.11.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:e0fcd3a8bac57a0987d9b09953ba0f8703eb9dca7c77f7051d8c2ed001185be8", size = 141974, upload-time = "2025-09-09T15:17:11.634Z" },
|
918
|
+
{ url = "https://files.pythonhosted.org/packages/63/11/731b565ae1e81c43dac247a248ee204628186f6df97c9927bd06c62237f8/pycares-4.11.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:bac55842047567ddae177fb8189b89a60633ac956d5d37260f7f71b517fd8b87", size = 637796, upload-time = "2025-09-09T15:17:12.815Z" },
|
919
|
+
{ url = "https://files.pythonhosted.org/packages/f5/30/a2631fe2ffaa85475cdbff7df1d9376bc0b2a6ae77ca55d53233c937a5da/pycares-4.11.0-cp313-cp313-manylinux_2_28_ppc64le.whl", hash = "sha256:4da2e805ed8c789b9444ef4053f6ef8040cd13b0c1ca6d3c4fe6f9369c458cb4", size = 687734, upload-time = "2025-09-09T15:17:14.015Z" },
|
920
|
+
{ url = "https://files.pythonhosted.org/packages/a9/b7/b3a5f99d4ab776662e71d5a56e8f6ea10741230ff988d1f502a8d429236b/pycares-4.11.0-cp313-cp313-manylinux_2_28_s390x.whl", hash = "sha256:ea785d1f232b42b325578f0c8a2fa348192e182cc84a1e862896076a4a2ba2a7", size = 678320, upload-time = "2025-09-09T15:17:15.442Z" },
|
921
|
+
{ url = "https://files.pythonhosted.org/packages/ea/77/a00d962b90432993afbf3bd05da8fe42117e0d9037cd7fd428dc41094d7b/pycares-4.11.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:aa160dc9e785212c49c12bb891e242c949758b99542946cc8e2098ef391f93b0", size = 641012, upload-time = "2025-09-09T15:17:16.728Z" },
|
922
|
+
{ url = "https://files.pythonhosted.org/packages/c6/fb/9266979ba59d37deee1fd74452b2ae32a7395acafe1bee510ac023c6c9a5/pycares-4.11.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:7830709c23bbc43fbaefbb3dde57bdd295dc86732504b9d2e65044df8fd5e9fb", size = 622363, upload-time = "2025-09-09T15:17:17.835Z" },
|
923
|
+
{ url = "https://files.pythonhosted.org/packages/91/c2/16dbc3dc33781a3c79cbdd76dd1cda808d98ba078d9a63a725d6a1fad181/pycares-4.11.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:3ef1ab7abbd238bb2dbbe871c3ea39f5a7fc63547c015820c1e24d0d494a1689", size = 670294, upload-time = "2025-09-09T15:17:19.214Z" },
|
924
|
+
{ url = "https://files.pythonhosted.org/packages/ff/75/f003905e55298a6dd5e0673a2dc11e31518a5141393b925dc05fcaba9fb4/pycares-4.11.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:a4060d8556c908660512d42df1f4a874e4e91b81f79e3a9090afedc7690ea5ba", size = 652973, upload-time = "2025-09-09T15:17:20.388Z" },
|
925
|
+
{ url = "https://files.pythonhosted.org/packages/55/2a/eafb235c371979e11f8998d686cbaa91df6a84a34ffe4d997dfe57c45445/pycares-4.11.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:a98fac4a3d4f780817016b6f00a8a2c2f41df5d25dfa8e5b1aa0d783645a6566", size = 629235, upload-time = "2025-09-09T15:17:21.92Z" },
|
926
|
+
{ url = "https://files.pythonhosted.org/packages/05/99/60f19eb1c8eb898882dd8875ea51ad0aac3aff5780b27247969e637cc26a/pycares-4.11.0-cp313-cp313-win32.whl", hash = "sha256:faa8321bc2a366189dcf87b3823e030edf5ac97a6b9a7fc99f1926c4bf8ef28e", size = 118918, upload-time = "2025-09-09T15:17:23.327Z" },
|
927
|
+
{ url = "https://files.pythonhosted.org/packages/2a/14/bc89ad7225cba73068688397de09d7cad657d67b93641c14e5e18b88e685/pycares-4.11.0-cp313-cp313-win_amd64.whl", hash = "sha256:6f74b1d944a50fa12c5006fd10b45e1a45da0c5d15570919ce48be88e428264c", size = 144556, upload-time = "2025-09-09T15:17:24.341Z" },
|
928
|
+
{ url = "https://files.pythonhosted.org/packages/af/88/4309576bd74b5e6fc1f39b9bc5e4b578df2cadb16bdc026ac0cc15663763/pycares-4.11.0-cp313-cp313-win_arm64.whl", hash = "sha256:4b6f7581793d8bb3014028b8397f6f80b99db8842da58f4409839c29b16397ad", size = 115692, upload-time = "2025-09-09T15:17:25.637Z" },
|
928
929
|
]
|
929
930
|
|
930
931
|
[[package]]
|
931
932
|
name = "pycparser"
|
932
|
-
version = "2.
|
933
|
+
version = "2.23"
|
933
934
|
source = { registry = "https://pypi.org/simple" }
|
934
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
935
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fe/cf/d2d3b9f5699fb1e4615c8e32ff220203e43b248e1dfcc6736ad9057731ca/pycparser-2.23.tar.gz", hash = "sha256:78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2", size = 173734, upload-time = "2025-09-09T13:23:47.91Z" }
|
935
936
|
wheels = [
|
936
|
-
{ url = "https://files.pythonhosted.org/packages/
|
937
|
+
{ url = "https://files.pythonhosted.org/packages/a0/e3/59cd50310fc9b59512193629e1984c1f95e5c8ae6e5d8c69532ccc65a7fe/pycparser-2.23-py3-none-any.whl", hash = "sha256:e5c6e8d3fbad53479cab09ac03729e0a9faf2bee3db8208a550daf5af81a5934", size = 118140, upload-time = "2025-09-09T13:23:46.651Z" },
|
937
938
|
]
|
938
939
|
|
939
940
|
[[package]]
|
@@ -1073,16 +1074,16 @@ wheels = [
|
|
1073
1074
|
|
1074
1075
|
[[package]]
|
1075
1076
|
name = "pytest-cov"
|
1076
|
-
version = "
|
1077
|
+
version = "7.0.0"
|
1077
1078
|
source = { registry = "https://pypi.org/simple" }
|
1078
1079
|
dependencies = [
|
1079
1080
|
{ name = "coverage" },
|
1080
1081
|
{ name = "pluggy" },
|
1081
1082
|
{ name = "pytest" },
|
1082
1083
|
]
|
1083
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1084
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5e/f7/c933acc76f5208b3b00089573cf6a2bc26dc80a8aece8f52bb7d6b1855ca/pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1", size = 54328, upload-time = "2025-09-09T10:57:02.113Z" }
|
1084
1085
|
wheels = [
|
1085
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1086
|
+
{ url = "https://files.pythonhosted.org/packages/ee/49/1377b49de7d0c1ce41292161ea0f721913fa8722c19fb9c1e3aa0367eecb/pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861", size = 22424, upload-time = "2025-09-09T10:57:00.695Z" },
|
1086
1087
|
]
|
1087
1088
|
|
1088
1089
|
[[package]]
|
@@ -1296,28 +1297,28 @@ wheels = [
|
|
1296
1297
|
|
1297
1298
|
[[package]]
|
1298
1299
|
name = "ruff"
|
1299
|
-
version = "0.
|
1300
|
-
source = { registry = "https://pypi.org/simple" }
|
1301
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1302
|
-
wheels = [
|
1303
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1304
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1305
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1306
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1307
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1308
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1309
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1310
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1311
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1312
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1313
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1314
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1315
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1316
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1317
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1318
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1319
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1320
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1300
|
+
version = "0.13.0"
|
1301
|
+
source = { registry = "https://pypi.org/simple" }
|
1302
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6e/1a/1f4b722862840295bcaba8c9e5261572347509548faaa99b2d57ee7bfe6a/ruff-0.13.0.tar.gz", hash = "sha256:5b4b1ee7eb35afae128ab94459b13b2baaed282b1fb0f472a73c82c996c8ae60", size = 5372863, upload-time = "2025-09-10T16:25:37.917Z" }
|
1303
|
+
wheels = [
|
1304
|
+
{ url = "https://files.pythonhosted.org/packages/ac/fe/6f87b419dbe166fd30a991390221f14c5b68946f389ea07913e1719741e0/ruff-0.13.0-py3-none-linux_armv6l.whl", hash = "sha256:137f3d65d58ee828ae136a12d1dc33d992773d8f7644bc6b82714570f31b2004", size = 12187826, upload-time = "2025-09-10T16:24:39.5Z" },
|
1305
|
+
{ url = "https://files.pythonhosted.org/packages/e4/25/c92296b1fc36d2499e12b74a3fdb230f77af7bdf048fad7b0a62e94ed56a/ruff-0.13.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:21ae48151b66e71fd111b7d79f9ad358814ed58c339631450c66a4be33cc28b9", size = 12933428, upload-time = "2025-09-10T16:24:43.866Z" },
|
1306
|
+
{ url = "https://files.pythonhosted.org/packages/44/cf/40bc7221a949470307d9c35b4ef5810c294e6cfa3caafb57d882731a9f42/ruff-0.13.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:64de45f4ca5441209e41742d527944635a05a6e7c05798904f39c85bafa819e3", size = 12095543, upload-time = "2025-09-10T16:24:46.638Z" },
|
1307
|
+
{ url = "https://files.pythonhosted.org/packages/f1/03/8b5ff2a211efb68c63a1d03d157e924997ada87d01bebffbd13a0f3fcdeb/ruff-0.13.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2b2c653ae9b9d46e0ef62fc6fbf5b979bda20a0b1d2b22f8f7eb0cde9f4963b8", size = 12312489, upload-time = "2025-09-10T16:24:49.556Z" },
|
1308
|
+
{ url = "https://files.pythonhosted.org/packages/37/fc/2336ef6d5e9c8d8ea8305c5f91e767d795cd4fc171a6d97ef38a5302dadc/ruff-0.13.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4cec632534332062bc9eb5884a267b689085a1afea9801bf94e3ba7498a2d207", size = 11991631, upload-time = "2025-09-10T16:24:53.439Z" },
|
1309
|
+
{ url = "https://files.pythonhosted.org/packages/39/7f/f6d574d100fca83d32637d7f5541bea2f5e473c40020bbc7fc4a4d5b7294/ruff-0.13.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dcd628101d9f7d122e120ac7c17e0a0f468b19bc925501dbe03c1cb7f5415b24", size = 13720602, upload-time = "2025-09-10T16:24:56.392Z" },
|
1310
|
+
{ url = "https://files.pythonhosted.org/packages/fd/c8/a8a5b81d8729b5d1f663348d11e2a9d65a7a9bd3c399763b1a51c72be1ce/ruff-0.13.0-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:afe37db8e1466acb173bb2a39ca92df00570e0fd7c94c72d87b51b21bb63efea", size = 14697751, upload-time = "2025-09-10T16:24:59.89Z" },
|
1311
|
+
{ url = "https://files.pythonhosted.org/packages/57/f5/183ec292272ce7ec5e882aea74937f7288e88ecb500198b832c24debc6d3/ruff-0.13.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0f96a8d90bb258d7d3358b372905fe7333aaacf6c39e2408b9f8ba181f4b6ef2", size = 14095317, upload-time = "2025-09-10T16:25:03.025Z" },
|
1312
|
+
{ url = "https://files.pythonhosted.org/packages/9f/8d/7f9771c971724701af7926c14dab31754e7b303d127b0d3f01116faef456/ruff-0.13.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:94b5e3d883e4f924c5298e3f2ee0f3085819c14f68d1e5b6715597681433f153", size = 13144418, upload-time = "2025-09-10T16:25:06.272Z" },
|
1313
|
+
{ url = "https://files.pythonhosted.org/packages/a8/a6/7985ad1778e60922d4bef546688cd8a25822c58873e9ff30189cfe5dc4ab/ruff-0.13.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:03447f3d18479df3d24917a92d768a89f873a7181a064858ea90a804a7538991", size = 13370843, upload-time = "2025-09-10T16:25:09.965Z" },
|
1314
|
+
{ url = "https://files.pythonhosted.org/packages/64/1c/bafdd5a7a05a50cc51d9f5711da704942d8dd62df3d8c70c311e98ce9f8a/ruff-0.13.0-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:fbc6b1934eb1c0033da427c805e27d164bb713f8e273a024a7e86176d7f462cf", size = 13321891, upload-time = "2025-09-10T16:25:12.969Z" },
|
1315
|
+
{ url = "https://files.pythonhosted.org/packages/bc/3e/7817f989cb9725ef7e8d2cee74186bf90555279e119de50c750c4b7a72fe/ruff-0.13.0-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:a8ab6a3e03665d39d4a25ee199d207a488724f022db0e1fe4002968abdb8001b", size = 12119119, upload-time = "2025-09-10T16:25:16.621Z" },
|
1316
|
+
{ url = "https://files.pythonhosted.org/packages/58/07/9df080742e8d1080e60c426dce6e96a8faf9a371e2ce22eef662e3839c95/ruff-0.13.0-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:d2a5c62f8ccc6dd2fe259917482de7275cecc86141ee10432727c4816235bc41", size = 11961594, upload-time = "2025-09-10T16:25:19.49Z" },
|
1317
|
+
{ url = "https://files.pythonhosted.org/packages/6a/f4/ae1185349197d26a2316840cb4d6c3fba61d4ac36ed728bf0228b222d71f/ruff-0.13.0-py3-none-musllinux_1_2_i686.whl", hash = "sha256:b7b85ca27aeeb1ab421bc787009831cffe6048faae08ad80867edab9f2760945", size = 12933377, upload-time = "2025-09-10T16:25:22.371Z" },
|
1318
|
+
{ url = "https://files.pythonhosted.org/packages/b6/39/e776c10a3b349fc8209a905bfb327831d7516f6058339a613a8d2aaecacd/ruff-0.13.0-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:79ea0c44a3032af768cabfd9616e44c24303af49d633b43e3a5096e009ebe823", size = 13418555, upload-time = "2025-09-10T16:25:25.681Z" },
|
1319
|
+
{ url = "https://files.pythonhosted.org/packages/46/09/dca8df3d48e8b3f4202bf20b1658898e74b6442ac835bfe2c1816d926697/ruff-0.13.0-py3-none-win32.whl", hash = "sha256:4e473e8f0e6a04e4113f2e1de12a5039579892329ecc49958424e5568ef4f768", size = 12141613, upload-time = "2025-09-10T16:25:28.664Z" },
|
1320
|
+
{ url = "https://files.pythonhosted.org/packages/61/21/0647eb71ed99b888ad50e44d8ec65d7148babc0e242d531a499a0bbcda5f/ruff-0.13.0-py3-none-win_amd64.whl", hash = "sha256:48e5c25c7a3713eea9ce755995767f4dcd1b0b9599b638b12946e892123d1efb", size = 13258250, upload-time = "2025-09-10T16:25:31.773Z" },
|
1321
|
+
{ url = "https://files.pythonhosted.org/packages/e1/a3/03216a6a86c706df54422612981fb0f9041dbb452c3401501d4a22b942c9/ruff-0.13.0-py3-none-win_arm64.whl", hash = "sha256:ab80525317b1e1d38614addec8ac954f1b3e662de9d59114ecbf771d00cf613e", size = 12312357, upload-time = "2025-09-10T16:25:35.595Z" },
|
1321
1322
|
]
|
1322
1323
|
|
1323
1324
|
[[package]]
|
@@ -1400,11 +1401,11 @@ wheels = [
|
|
1400
1401
|
|
1401
1402
|
[[package]]
|
1402
1403
|
name = "types-aiobotocore-s3"
|
1403
|
-
version = "2.24.
|
1404
|
+
version = "2.24.2"
|
1404
1405
|
source = { registry = "https://pypi.org/simple" }
|
1405
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1406
|
+
sdist = { url = "https://files.pythonhosted.org/packages/16/f7/278bd63254f296a8fef102a9e3b6281ad02b1e8a4bb702e21c5e201d9f50/types_aiobotocore_s3-2.24.2.tar.gz", hash = "sha256:7274bcca558385ef5f98037f5474f4583663634141d46d9d978ab7d37ca96324", size = 76388, upload-time = "2025-09-06T01:36:47.406Z" }
|
1406
1407
|
wheels = [
|
1407
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1408
|
+
{ url = "https://files.pythonhosted.org/packages/6d/10/4e09f98ba4d7c422ffd1b7291c8556fa66af0cabba4694e91fb6be077c47/types_aiobotocore_s3-2.24.2-py3-none-any.whl", hash = "sha256:b5541e994f9c5f41d551570be8788d4189fb55759f8f7d15a2893b29eae3114f", size = 83875, upload-time = "2025-09-06T01:36:45.804Z" },
|
1408
1409
|
]
|
1409
1410
|
|
1410
1411
|
[[package]]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/serializers/__init__.py
RENAMED
File without changes
|
File without changes
|
{python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/serializers/msgpack.py
RENAMED
File without changes
|
{python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons/serializers/msgspec.py
RENAMED
File without changes
|
File without changes
|
{python3_commons-0.9.15 → python3_commons-0.9.17}/src/python3_commons.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
{python3_commons-0.9.15 → python3_commons-0.9.17}/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
|