python3-commons 0.18.16__tar.gz → 0.18.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.
Files changed (74) hide show
  1. {python3_commons-0.18.16 → python3_commons-0.18.17}/.pre-commit-config.yaml +1 -1
  2. {python3_commons-0.18.16/src/python3_commons.egg-info → python3_commons-0.18.17}/PKG-INFO +4 -4
  3. {python3_commons-0.18.16 → python3_commons-0.18.17}/pyproject.toml +3 -3
  4. {python3_commons-0.18.16 → python3_commons-0.18.17/src/python3_commons.egg-info}/PKG-INFO +4 -4
  5. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons.egg-info/requires.txt +3 -3
  6. {python3_commons-0.18.16 → python3_commons-0.18.17}/uv.lock +47 -49
  7. {python3_commons-0.18.16 → python3_commons-0.18.17}/.coveragerc +0 -0
  8. {python3_commons-0.18.16 → python3_commons-0.18.17}/.devcontainer/Dockerfile +0 -0
  9. {python3_commons-0.18.16 → python3_commons-0.18.17}/.devcontainer/devcontainer.json +0 -0
  10. {python3_commons-0.18.16 → python3_commons-0.18.17}/.devcontainer/docker-compose.yml +0 -0
  11. {python3_commons-0.18.16 → python3_commons-0.18.17}/.env_template +0 -0
  12. {python3_commons-0.18.16 → python3_commons-0.18.17}/.github/workflows/checks.yml +0 -0
  13. {python3_commons-0.18.16 → python3_commons-0.18.17}/.github/workflows/python-publish.yaml +0 -0
  14. {python3_commons-0.18.16 → python3_commons-0.18.17}/.github/workflows/release-on-tag-push.yml +0 -0
  15. {python3_commons-0.18.16 → python3_commons-0.18.17}/.gitignore +0 -0
  16. {python3_commons-0.18.16 → python3_commons-0.18.17}/.python-version +0 -0
  17. {python3_commons-0.18.16 → python3_commons-0.18.17}/AUTHORS.rst +0 -0
  18. {python3_commons-0.18.16 → python3_commons-0.18.17}/CHANGELOG.rst +0 -0
  19. {python3_commons-0.18.16 → python3_commons-0.18.17}/LICENSE +0 -0
  20. {python3_commons-0.18.16 → python3_commons-0.18.17}/README.md +0 -0
  21. {python3_commons-0.18.16 → python3_commons-0.18.17}/README.rst +0 -0
  22. {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/Makefile +0 -0
  23. {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/_static/.gitignore +0 -0
  24. {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/authors.rst +0 -0
  25. {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/changelog.rst +0 -0
  26. {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/conf.py +0 -0
  27. {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/index.rst +0 -0
  28. {python3_commons-0.18.16 → python3_commons-0.18.17}/docs/license.rst +0 -0
  29. {python3_commons-0.18.16 → python3_commons-0.18.17}/setup.cfg +0 -0
  30. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/__init__.py +0 -0
  31. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/api_client.py +0 -0
  32. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/async_functools.py +0 -0
  33. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/audit.py +0 -0
  34. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/auth.py +0 -0
  35. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/cache.py +0 -0
  36. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/conf.py +0 -0
  37. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/__init__.py +0 -0
  38. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/helpers.py +0 -0
  39. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/models/__init__.py +0 -0
  40. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/models/auth.py +0 -0
  41. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/models/common.py +0 -0
  42. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/models/rbac.py +0 -0
  43. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/db/models/users.py +0 -0
  44. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/exceptions.py +0 -0
  45. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/fs.py +0 -0
  46. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/generators.py +0 -0
  47. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/helpers.py +0 -0
  48. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/log/__init__.py +0 -0
  49. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/log/filters.py +0 -0
  50. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/log/formatters.py +0 -0
  51. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/object_storage.py +0 -0
  52. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/permissions.py +0 -0
  53. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/__init__.py +0 -0
  54. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/common.py +0 -0
  55. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/json.py +0 -0
  56. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/msgpack.py +0 -0
  57. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/serializers/msgspec.py +0 -0
  58. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons/soap_client.py +0 -0
  59. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons.egg-info/SOURCES.txt +0 -0
  60. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons.egg-info/dependency_links.txt +0 -0
  61. {python3_commons-0.18.16 → python3_commons-0.18.17}/src/python3_commons.egg-info/top_level.txt +0 -0
  62. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/__init__.py +0 -0
  63. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/integration/__init__.py +0 -0
  64. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/integration/test_cache.py +0 -0
  65. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/integration/test_osc.py +0 -0
  66. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/__init__.py +0 -0
  67. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/conftest.py +0 -0
  68. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/log/__init__.py +0 -0
  69. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/log/test_formatters.py +0 -0
  70. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/test_async_functools.py +0 -0
  71. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/test_audit.py +0 -0
  72. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/test_helpers.py +0 -0
  73. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/test_msgpack.py +0 -0
  74. {python3_commons-0.18.16 → python3_commons-0.18.17}/tests/unit/test_msgspec.py +0 -0
@@ -1,6 +1,6 @@
1
1
  repos:
2
2
  - repo: https://github.com/astral-sh/uv-pre-commit
3
- rev: 0.11.14
3
+ rev: 0.11.15
4
4
  hooks:
5
5
  - id: uv-lock
6
6
  # - id: uv-export
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-commons
3
- Version: 0.18.16
3
+ Version: 0.18.17
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
@@ -22,7 +22,7 @@ Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "api-client"
22
22
  Requires-Dist: certifi==2026.4.22; extra == "api-client"
23
23
  Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
24
24
  Provides-Extra: audit
25
- Requires-Dist: lxml~=6.1.0; extra == "audit"
25
+ Requires-Dist: lxml~=6.1.1; extra == "audit"
26
26
  Requires-Dist: zeep[async]~=4.3.2; extra == "audit"
27
27
  Requires-Dist: python3_commons[object-storage]; extra == "audit"
28
28
  Provides-Extra: authn
@@ -39,11 +39,11 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
39
39
  Requires-Dist: SQLAlchemy[asyncio]~=2.0.49; extra == "database"
40
40
  Provides-Extra: object-storage
41
41
  Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
42
- Requires-Dist: object-storage-client==0.0.29; extra == "object-storage"
42
+ Requires-Dist: object-storage-client==0.0.30; extra == "object-storage"
43
43
  Provides-Extra: soap-client
44
44
  Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "soap-client"
45
45
  Requires-Dist: certifi==2026.4.22; extra == "soap-client"
46
- Requires-Dist: lxml~=6.1.0; extra == "soap-client"
46
+ Requires-Dist: lxml~=6.1.1; extra == "soap-client"
47
47
  Requires-Dist: requests~=2.34.2; extra == "soap-client"
48
48
  Requires-Dist: zeep[async]~=4.3.2; extra == "soap-client"
49
49
  Dynamic: license-file
@@ -33,7 +33,7 @@ api-client = [
33
33
  "python3_commons[audit,object-storage]"
34
34
  ]
35
35
  audit = [
36
- "lxml~=6.1.0",
36
+ "lxml~=6.1.1",
37
37
  "zeep[async]~=4.3.2",
38
38
  "python3_commons[object-storage]"
39
39
  ]
@@ -55,12 +55,12 @@ database = [
55
55
  ]
56
56
  object-storage = [
57
57
  "aiobotocore~=3.7.0",
58
- "object-storage-client==0.0.29"
58
+ "object-storage-client==0.0.30"
59
59
  ]
60
60
  soap-client = [
61
61
  "aiohttp[speedups]>=3.13.5,<3.15.0",
62
62
  "certifi==2026.4.22",
63
- "lxml~=6.1.0",
63
+ "lxml~=6.1.1",
64
64
  "requests~=2.34.2",
65
65
  "zeep[async]~=4.3.2",
66
66
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-commons
3
- Version: 0.18.16
3
+ Version: 0.18.17
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
@@ -22,7 +22,7 @@ Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "api-client"
22
22
  Requires-Dist: certifi==2026.4.22; extra == "api-client"
23
23
  Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
24
24
  Provides-Extra: audit
25
- Requires-Dist: lxml~=6.1.0; extra == "audit"
25
+ Requires-Dist: lxml~=6.1.1; extra == "audit"
26
26
  Requires-Dist: zeep[async]~=4.3.2; extra == "audit"
27
27
  Requires-Dist: python3_commons[object-storage]; extra == "audit"
28
28
  Provides-Extra: authn
@@ -39,11 +39,11 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
39
39
  Requires-Dist: SQLAlchemy[asyncio]~=2.0.49; extra == "database"
40
40
  Provides-Extra: object-storage
41
41
  Requires-Dist: aiobotocore~=3.7.0; extra == "object-storage"
42
- Requires-Dist: object-storage-client==0.0.29; extra == "object-storage"
42
+ Requires-Dist: object-storage-client==0.0.30; extra == "object-storage"
43
43
  Provides-Extra: soap-client
44
44
  Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "soap-client"
45
45
  Requires-Dist: certifi==2026.4.22; extra == "soap-client"
46
- Requires-Dist: lxml~=6.1.0; extra == "soap-client"
46
+ Requires-Dist: lxml~=6.1.1; extra == "soap-client"
47
47
  Requires-Dist: requests~=2.34.2; extra == "soap-client"
48
48
  Requires-Dist: zeep[async]~=4.3.2; extra == "soap-client"
49
49
  Dynamic: license-file
@@ -11,7 +11,7 @@ certifi==2026.4.22
11
11
  python3_commons[audit,object-storage]
12
12
 
13
13
  [audit]
14
- lxml~=6.1.0
14
+ lxml~=6.1.1
15
15
  zeep[async]~=4.3.2
16
16
  python3_commons[object-storage]
17
17
 
@@ -33,11 +33,11 @@ SQLAlchemy[asyncio]~=2.0.49
33
33
 
34
34
  [object-storage]
35
35
  aiobotocore~=3.7.0
36
- object-storage-client==0.0.29
36
+ object-storage-client==0.0.30
37
37
 
38
38
  [soap-client]
39
39
  aiohttp[speedups]<3.15.0,>=3.13.5
40
40
  certifi==2026.4.22
41
- lxml~=6.1.0
41
+ lxml~=6.1.1
42
42
  requests~=2.34.2
43
43
  zeep[async]~=4.3.2
@@ -569,46 +569,44 @@ sdist = { url = "https://files.pythonhosted.org/packages/38/49/57857ba9d02ba4df3
569
569
 
570
570
  [[package]]
571
571
  name = "lxml"
572
- version = "6.1.0"
573
- source = { registry = "https://pypi.org/simple" }
574
- sdist = { url = "https://files.pythonhosted.org/packages/28/30/9abc9e34c657c33834eaf6cd02124c61bdf5944d802aa48e69be8da3585d/lxml-6.1.0.tar.gz", hash = "sha256:bfd57d8008c4965709a919c3e9a98f76c2c7cb319086b3d26858250620023b13", size = 4197006, upload-time = "2026-04-18T04:32:51.613Z" }
575
- wheels = [
576
- { url = "https://files.pythonhosted.org/packages/eb/45/cee4cf203ef0bab5c52afc118da61d6b460c928f2893d40023cfa27e0b80/lxml-6.1.0-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:ab863fd37458fed6456525f297d21239d987800c46e67da5ef04fc6b3dd93ac8", size = 8576713, upload-time = "2026-04-18T04:32:06.831Z" },
577
- { url = "https://files.pythonhosted.org/packages/8a/a7/eda05babeb7e046839204eaf254cd4d7c9130ce2bbf0d9e90ea41af5654d/lxml-6.1.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:6fd8b1df8254ff4fd93fd31da1fc15770bde23ac045be9bb1f87425702f61cc9", size = 4623874, upload-time = "2026-04-18T04:32:10.755Z" },
578
- { url = "https://files.pythonhosted.org/packages/e7/e9/db5846de9b436b91890a62f29d80cd849ea17948a49bf532d5278ee69a9e/lxml-6.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:47024feaae386a92a146af0d2aeed65229bf6fff738e6a11dda6b0015fb8fd03", size = 4949535, upload-time = "2026-04-18T04:34:06.657Z" },
579
- { url = "https://files.pythonhosted.org/packages/5a/ba/0d3593373dcae1d68f40dc3c41a5a92f2544e68115eb2f62319a4c2a6500/lxml-6.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:3f00972f84450204cd5d93a5395965e348956aaceaadec693a22ec743f8ae3eb", size = 5086881, upload-time = "2026-04-18T04:34:09.556Z" },
580
- { url = "https://files.pythonhosted.org/packages/43/76/759a7484539ad1af0d125a9afe9c3fb5f82a8779fd1f5f56319d9e4ea2fd/lxml-6.1.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:97faa0860e13b05b15a51fb4986421ef7a30f0b3334061c416e0981e9450ca4c", size = 5031305, upload-time = "2026-04-18T04:34:12.336Z" },
581
- { url = "https://files.pythonhosted.org/packages/dc/b9/c1f0daf981a11e47636126901fd4ab82429e18c57aeb0fc3ad2940b42d8b/lxml-6.1.0-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:972a6451204798675407beaad97b868d0c733d9a74dafefc63120b81b8c2de28", size = 5647522, upload-time = "2026-04-18T04:34:14.89Z" },
582
- { url = "https://files.pythonhosted.org/packages/31/e6/1f533dcd205275363d9ba3511bcec52fa2df86abf8abe6a5f2c599f0dc31/lxml-6.1.0-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fe022f20bc4569ec66b63b3fb275a3d628d9d32da6326b2982584104db6d3086", size = 5239310, upload-time = "2026-04-18T04:34:17.652Z" },
583
- { url = "https://files.pythonhosted.org/packages/c3/8c/4175fb709c78a6e315ed814ed33be3defd8b8721067e70419a6cf6f971da/lxml-6.1.0-cp314-cp314-manylinux_2_28_i686.whl", hash = "sha256:75c4c7c619a744f972f4451bf5adf6d0fb00992a1ffc9fd78e13b0bc817cc99f", size = 5350799, upload-time = "2026-04-18T04:34:20.529Z" },
584
- { url = "https://files.pythonhosted.org/packages/fd/77/6ffdebc5994975f0dde4acb59761902bd9d9bb84422b9a0bd239a7da9ca8/lxml-6.1.0-cp314-cp314-manylinux_2_31_armv7l.whl", hash = "sha256:3648f20d25102a22b6061c688beb3a805099ea4beb0a01ce62975d926944d292", size = 4697693, upload-time = "2026-04-18T04:34:23.541Z" },
585
- { url = "https://files.pythonhosted.org/packages/f8/f1/565f36bd5c73294602d48e04d23f81ff4c8736be6ba5e1d1ec670ac9be80/lxml-6.1.0-cp314-cp314-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:77b9f99b17cbf14026d1e618035077060fc7195dd940d025149f3e2e830fbfcb", size = 5250708, upload-time = "2026-04-18T04:34:26.001Z" },
586
- { url = "https://files.pythonhosted.org/packages/5a/11/a68ab9dd18c5c499404deb4005f4bc4e0e88e5b72cd755ad96efec81d18d/lxml-6.1.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:32662519149fd7a9db354175aa5e417d83485a8039b8aaa62f873ceee7ea4cad", size = 5084737, upload-time = "2026-04-18T04:34:28.32Z" },
587
- { url = "https://files.pythonhosted.org/packages/ab/78/e8f41e2c74f4af564e6a0348aea69fb6daaefa64bc071ef469823d22cc18/lxml-6.1.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:73d658216fc173cf2c939e90e07b941c5e12736b0bf6a99e7af95459cfe8eabb", size = 4737817, upload-time = "2026-04-18T04:34:30.784Z" },
588
- { url = "https://files.pythonhosted.org/packages/06/2d/aa4e117aa2ce2f3b35d9ff246be74a2f8e853baba5d2a92c64744474603a/lxml-6.1.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:ac4db068889f8772a4a698c5980ec302771bb545e10c4b095d4c8be26749616f", size = 5670753, upload-time = "2026-04-18T04:34:33.675Z" },
589
- { url = "https://files.pythonhosted.org/packages/08/f5/dd745d50c0409031dbfcc4881740542a01e54d6f0110bd420fa7782110b8/lxml-6.1.0-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:45e9dfbd1b661eb64ba0d4dbe762bd210c42d86dd1e5bd2bdf89d634231beb43", size = 5238071, upload-time = "2026-04-18T04:34:36.12Z" },
590
- { url = "https://files.pythonhosted.org/packages/3e/74/ad424f36d0340a904665867dab310a3f1f4c96ff4039698de83b77f44c1f/lxml-6.1.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:89e8d73d09ac696a5ba42ec69787913d53284f12092f651506779314f10ba585", size = 5264319, upload-time = "2026-04-18T04:34:39.035Z" },
591
- { url = "https://files.pythonhosted.org/packages/53/36/a15d8b3514ec889bfd6aa3609107fcb6c9189f8dc347f1c0b81eded8d87c/lxml-6.1.0-cp314-cp314-win32.whl", hash = "sha256:ebe33f4ec1b2de38ceb225a1749a2965855bffeef435ba93cd2d5d540783bf2f", size = 3657139, upload-time = "2026-04-18T04:32:20.006Z" },
592
- { url = "https://files.pythonhosted.org/packages/1a/a4/263ebb0710851a3c6c937180a9a86df1206fdfe53cc43005aa2237fd7736/lxml-6.1.0-cp314-cp314-win_amd64.whl", hash = "sha256:398443df51c538bd578529aa7e5f7afc6c292644174b47961f3bf87fe5741120", size = 4064195, upload-time = "2026-04-18T04:32:23.876Z" },
593
- { url = "https://files.pythonhosted.org/packages/80/68/2000f29d323b6c286de077ad20b429fc52272e44eae6d295467043e56012/lxml-6.1.0-cp314-cp314-win_arm64.whl", hash = "sha256:8c8984e1d8c4b3949e419158fda14d921ff703a9ed8a47236c6eb7a2b6cb4946", size = 3741870, upload-time = "2026-04-18T04:32:27.922Z" },
594
- { url = "https://files.pythonhosted.org/packages/30/e9/21383c7c8d43799f0da90224c0d7c921870d476ec9b3e01e1b2c0b8237c5/lxml-6.1.0-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:1081dd10bc6fa437db2500e13993abf7cc30716d0a2f40e65abb935f02ec559c", size = 8827548, upload-time = "2026-04-18T04:32:15.094Z" },
595
- { url = "https://files.pythonhosted.org/packages/a5/01/c6bc11cd587030dd4f719f65c5657960649fe3e19196c844c75bf32cd0d6/lxml-6.1.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:dabecc48db5f42ba348d1f5d5afdc54c6c4cc758e676926c7cd327045749517d", size = 4735866, upload-time = "2026-04-18T04:32:18.924Z" },
596
- { url = "https://files.pythonhosted.org/packages/f3/01/757132fff5f4acf25463b5298f1a46099f3a94480b806547b29ce5e385de/lxml-6.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:e3dd5fe19c9e0ac818a9c7f132a5e43c1339ec1cbbfecb1a938bd3a47875b7c9", size = 4969476, upload-time = "2026-04-18T04:34:41.889Z" },
597
- { url = "https://files.pythonhosted.org/packages/fd/fb/1bc8b9d27ed64be7c8903db6c89e74dc8c2cd9ec630a7462e4654316dc5b/lxml-6.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:9e7b0a4ca6dcc007a4cef00a761bba2dea959de4bd2df98f926b33c92ca5dfb9", size = 5103719, upload-time = "2026-04-18T04:34:44.797Z" },
598
- { url = "https://files.pythonhosted.org/packages/d5/e7/5bf82fa28133536a54601aae633b14988e89ed61d4c1eb6b899b023233aa/lxml-6.1.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5d27bbe326c6b539c64b42638b18bc6003a8d88f76213a97ac9ed4f885efeab7", size = 5027890, upload-time = "2026-04-18T04:34:47.634Z" },
599
- { url = "https://files.pythonhosted.org/packages/2d/20/e048db5d4b4ea0366648aa595f26bb764b2670903fc585b87436d0a5032c/lxml-6.1.0-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c4e425db0c5445ef0ad56b0eec54f89b88b2d884656e536a90b2f52aecb4ca86", size = 5596008, upload-time = "2026-04-18T04:34:51.503Z" },
600
- { url = "https://files.pythonhosted.org/packages/9a/c2/d10807bc8da4824b39e5bd01b5d05c077b6fd01bd91584167edf6b269d22/lxml-6.1.0-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4b89b098105b8599dc57adac95d1813409ac476d3c948a498775d3d0c6124bfb", size = 5224451, upload-time = "2026-04-18T04:34:54.263Z" },
601
- { url = "https://files.pythonhosted.org/packages/3c/15/2ebea45bea427e7f0057e9ce7b2d62c5aba20c6b001cca89ed0aadb3ad41/lxml-6.1.0-cp314-cp314t-manylinux_2_28_i686.whl", hash = "sha256:c4a699432846df86cc3de502ee85f445ebad748a1c6021d445f3e514d2cd4b1c", size = 5312135, upload-time = "2026-04-18T04:34:56.818Z" },
602
- { url = "https://files.pythonhosted.org/packages/31/e2/87eeae151b0be2a308d49a7ec444ff3eb192b14251e62addb29d0bf3778f/lxml-6.1.0-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:30e7b2ed63b6c8e97cca8af048589a788ab5c9c905f36d9cf1c2bb549f450d2f", size = 4639126, upload-time = "2026-04-18T04:34:59.704Z" },
603
- { url = "https://files.pythonhosted.org/packages/a3/51/8a3f6a20902ad604dd746ec7b4000311b240d389dac5e9d95adefd349e0c/lxml-6.1.0-cp314-cp314t-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:022981127642fe19866d2907d76241bb07ed21749601f727d5d5dd1ce5d1b773", size = 5232579, upload-time = "2026-04-18T04:35:02.658Z" },
604
- { url = "https://files.pythonhosted.org/packages/6d/d2/650d619bdbe048d2c3f2c31edb00e35670a5e2d65b4fe3b61bce37b19121/lxml-6.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:23cad0cc86046d4222f7f418910e46b89971c5a45d3c8abfad0f64b7b05e4a9b", size = 5084206, upload-time = "2026-04-18T04:35:05.175Z" },
605
- { url = "https://files.pythonhosted.org/packages/dd/8a/672ca1a3cbeabd1f511ca275a916c0514b747f4b85bdaae103b8fa92f307/lxml-6.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:21c3302068f50d1e8728c67c87ba92aa87043abee517aa2576cca1855326b405", size = 4758906, upload-time = "2026-04-18T04:35:08.098Z" },
606
- { url = "https://files.pythonhosted.org/packages/be/f1/ef4b691da85c916cb2feb1eec7414f678162798ac85e042fa164419ac05c/lxml-6.1.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:be10838781cb3be19251e276910cd508fe127e27c3242e50521521a0f3781690", size = 5620553, upload-time = "2026-04-18T04:35:11.23Z" },
607
- { url = "https://files.pythonhosted.org/packages/59/17/94e81def74107809755ac2782fdad4404420f1c92ca83433d117a6d5acf0/lxml-6.1.0-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:2173a7bffe97667bbf0767f8a99e587740a8c56fdf3befac4b09cb29a80276fd", size = 5229458, upload-time = "2026-04-18T04:35:14.254Z" },
608
- { url = "https://files.pythonhosted.org/packages/21/55/c4be91b0f830a871fc1b0d730943d56013b683d4671d5198260e2eae722b/lxml-6.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:c6854e9cf99c84beb004eecd7d3a3868ef1109bf2b1df92d7bc11e96a36c2180", size = 5247861, upload-time = "2026-04-18T04:35:17.006Z" },
609
- { url = "https://files.pythonhosted.org/packages/c2/ca/77123e4d77df3cb1e968ade7b1f808f5d3a5c1c96b18a33895397de292c1/lxml-6.1.0-cp314-cp314t-win32.whl", hash = "sha256:00750d63ef0031a05331b9223463b1c7c02b9004cef2346a5b2877f0f9494dd2", size = 3897377, upload-time = "2026-04-18T04:32:07.656Z" },
610
- { url = "https://files.pythonhosted.org/packages/64/ce/3554833989d074267c063209bae8b09815e5656456a2d332b947806b05ff/lxml-6.1.0-cp314-cp314t-win_amd64.whl", hash = "sha256:80410c3a7e3c617af04de17caa9f9f20adaa817093293d69eae7d7d0522836f5", size = 4392701, upload-time = "2026-04-18T04:32:12.113Z" },
611
- { url = "https://files.pythonhosted.org/packages/2b/a0/9b916c68c0e57752c07f8f64b30138d9d4059dbeb27b90274dedbea128ff/lxml-6.1.0-cp314-cp314t-win_arm64.whl", hash = "sha256:26dd9f57ee3bd41e7d35b4c98a2ffd89ed11591649f421f0ec19f67d50ec67ac", size = 3817120, upload-time = "2026-04-18T04:32:15.803Z" },
572
+ version = "6.1.1"
573
+ source = { registry = "https://pypi.org/simple" }
574
+ sdist = { url = "https://files.pythonhosted.org/packages/05/3b/aab6728cae887456f409b4d75e8a01856e4f04bd510de38052a47768b680/lxml-6.1.1.tar.gz", hash = "sha256:ba96ae44888e0185281e937633a743ea90d5a196c6000f82565ebb0580012d40", size = 4197430, upload-time = "2026-05-18T19:19:06.424Z" }
575
+ wheels = [
576
+ { url = "https://files.pythonhosted.org/packages/13/e2/2e325795566de01d0d7c3bb57d3c370616b2d07b01214e84eec5d3b10963/lxml-6.1.1-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:19b7ab10b210b0b3ad7985d9ac4eb66ab09a90b20fe6e2f7ba55d01a234345d0", size = 8577146, upload-time = "2026-05-18T19:18:17.765Z" },
577
+ { url = "https://files.pythonhosted.org/packages/93/cf/5630b5e4be7d2e6bee8efe83865c925221103cf0221303b104ce134b01e2/lxml-6.1.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:c08e5c694306507275f2290073350c4f32e383db15213b2c69e7ff39c1193840", size = 4623866, upload-time = "2026-05-18T19:18:30.669Z" },
578
+ { url = "https://files.pythonhosted.org/packages/d2/51/3904907c063451cf8d4a5c9fe0cad95fa1f4ec57f4e3884fa0731bd7a305/lxml-6.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:74a9717fd0d82effef5c2854f0d917231d5324b5a3eb7275c43ac9fa32f97a14", size = 4950022, upload-time = "2026-05-18T19:19:31.958Z" },
579
+ { url = "https://files.pythonhosted.org/packages/94/cd/9c7611a51c37a2830928405817cc5d56a97f64fab83cc3f628748b135749/lxml-6.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:efe0374196335f93b53269acd811b944f2e6bdc88e8894f214bd636455484909", size = 5086695, upload-time = "2026-05-18T19:19:34.764Z" },
580
+ { url = "https://files.pythonhosted.org/packages/da/d6/24e3b5906abb0b674ff2ae195bc3ce59708df2bcd17cf17703b2d7dd643a/lxml-6.1.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ac931cdc9442c1763b8a8f6cd62c0c938737eafc5be75eff88df55fc73bc0d00", size = 5031642, upload-time = "2026-05-18T19:19:37.771Z" },
581
+ { url = "https://files.pythonhosted.org/packages/2d/db/6ec54f99019838bff54785c51da07f189eb4676861c5f2730962b0d8d665/lxml-6.1.1-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:aee395f5d0927f947758b4ec119fd5fc8ec71f07a1c5c52077b30b04c0fa6955", size = 5647338, upload-time = "2026-05-18T19:19:40.553Z" },
582
+ { url = "https://files.pythonhosted.org/packages/42/3d/ef4dcfffd22d27a61805d8ed9f7fb888495bc6aa88648fa07c1eaa5586b6/lxml-6.1.1-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9395002973c827b3ed67db77e6ec09f092919a587022174554096a269378fb13", size = 5239528, upload-time = "2026-05-18T19:19:43.657Z" },
583
+ { url = "https://files.pythonhosted.org/packages/62/bb/37fb3f0dff146bdcfa78eec47879273820b2a0bf350ec236ce14bd0b1c26/lxml-6.1.1-cp314-cp314-manylinux_2_28_i686.whl", hash = "sha256:73bc2086f141224ebddb7fc5c6a36ca58b31b94b561e1dfe8e073e3270fad1e7", size = 5350730, upload-time = "2026-05-18T19:19:46.307Z" },
584
+ { url = "https://files.pythonhosted.org/packages/90/42/43253f168388df4fae1f38c01df36ddb9bee39e2048167b54cdcbae85ea3/lxml-6.1.1-cp314-cp314-manylinux_2_31_armv7l.whl", hash = "sha256:3779def59032b81e44a5f70096ef6bf2082f8d901937dca354474ba09782e245", size = 4697530, upload-time = "2026-05-18T19:19:49.889Z" },
585
+ { url = "https://files.pythonhosted.org/packages/eb/a8/c5a8504f81bbdfc8e7094c2c850cdb4ed6777fc4d5ddd9e5ab819f3b0d54/lxml-6.1.1-cp314-cp314-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:86c89b9d55ebf820ad7c90bc533410f0d098054f293351f10603c0c46ff598f5", size = 5250670, upload-time = "2026-05-18T19:19:53.199Z" },
586
+ { url = "https://files.pythonhosted.org/packages/77/b7/c7e76ab18744d75e21f320ebf9ff9d1ceae2b54dd431ea5a64caf26c9672/lxml-6.1.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:19607c6bbff2a44cf3fe8250abccd20942d3462473e0a721d01d379ed017e462", size = 5084485, upload-time = "2026-05-18T19:19:08.422Z" },
587
+ { url = "https://files.pythonhosted.org/packages/31/31/b35c53f8ef7b7c31cacd23d3638652fff7bcd1deb6eedb709ab43b685908/lxml-6.1.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:c6ed5141a5c7507cf3ee76bd363b0d6f801e3321adc35b5d825a23115faa5465", size = 4737635, upload-time = "2026-05-18T19:19:12.321Z" },
588
+ { url = "https://files.pythonhosted.org/packages/d9/06/31f23c813a7fe8e0cb1b175e915b08c9bf4e86d225b210feadbdbe519667/lxml-6.1.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:62aeb7e85b5d60320b9d77eef2e773994e2c0ce10121b277e0a19804e1654a5a", size = 5670681, upload-time = "2026-05-18T19:19:15.001Z" },
589
+ { url = "https://files.pythonhosted.org/packages/1a/bc/ce619bccc89b1fd9ad8a8e1330ee3f3beff9f2ff95b712d7bbcdd6e22fc3/lxml-6.1.1-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:b1b963fd8f5caa68e99dfae060d54de1fe9cba899b8718b44a00cdca53c3e590", size = 5238229, upload-time = "2026-05-18T19:19:18.131Z" },
590
+ { url = "https://files.pythonhosted.org/packages/2f/5d/b329acbbedc0b619ebc2be6cf7ee9ed07e80892c88d4dfd612c33805789a/lxml-6.1.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:63876be28efefa04a1df615b46770e82042cce445cfdce55160522f57b231ccb", size = 5264191, upload-time = "2026-05-18T19:19:21.118Z" },
591
+ { url = "https://files.pythonhosted.org/packages/d6/85/be36fb1425b30db3c3f9df75fe86343ebffb79e6320bd7f588e25bfeac39/lxml-6.1.1-cp314-cp314-win32.whl", hash = "sha256:7f7a92e8583f06b1fd49d01158143b8461cfcd135dcb10ec807270a3051bd603", size = 3657202, upload-time = "2026-05-18T19:17:39.509Z" },
592
+ { url = "https://files.pythonhosted.org/packages/b8/ce/3cf9a827342269f54d405a6202397de63f07c69cbd6ce7d183a3f0cba1e9/lxml-6.1.1-cp314-cp314-win_amd64.whl", hash = "sha256:b2d444f2e66624d68e9c6b211e28a76e22fff5fcabcfff4deac18b529b7d4137", size = 4064497, upload-time = "2026-05-18T19:18:14.662Z" },
593
+ { url = "https://files.pythonhosted.org/packages/78/b2/00ed55b3a2efa4658fb795c38d1090ec9b3e8a6c3683d4441fa517f09c3b/lxml-6.1.1-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:787b2496d0dbe8cd180984e8d29e3a6f76e7ea34db781cb3bd55e4ba1ef8b4ee", size = 8827545, upload-time = "2026-05-18T19:18:41.193Z" },
594
+ { url = "https://files.pythonhosted.org/packages/c0/73/74573db19baa618d5f266f2407898b087ff6927115b00b71e5fc1b700847/lxml-6.1.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:2c8daa471358dc2d6fcf02165e80ec68f77871a286df95bc5cc3816153b0fd2c", size = 4735736, upload-time = "2026-05-18T19:18:46.761Z" },
595
+ { url = "https://files.pythonhosted.org/packages/16/02/6f7061f4f95f51e545d48e87647c54791d204a4e881be4156e7a26ba5338/lxml-6.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:acd7d70b64c0aae0c7922cca83d288a16f5f6da523637697872253415269baef", size = 4970291, upload-time = "2026-05-18T19:19:56.215Z" },
596
+ { url = "https://files.pythonhosted.org/packages/b0/02/55fc057d8283427dea7d6edb102e7a840239c77a64a983d92f62a304c0e9/lxml-6.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:4f0dd2f01f9f8a89f565d000e03abcf0a13d692a346c8d22f628d49af098777a", size = 5102822, upload-time = "2026-05-18T19:19:59.223Z" },
597
+ { url = "https://files.pythonhosted.org/packages/e4/48/8e1cf78d89d66850121d9255a2a24414c98f775da93b90cf976956c24b14/lxml-6.1.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0b7e8a14c8634bf6f7a568634cb395305a6d964aeb5b7ee32248094bed3a7e2c", size = 5027923, upload-time = "2026-05-18T19:20:01.549Z" },
598
+ { url = "https://files.pythonhosted.org/packages/ed/00/0632a0647612c8af24d26997b3b961397daa9d5b2581444805933629a4cb/lxml-6.1.1-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:86281fbdd6a8162756f8d603f37e3435bfa38043adb79c6dc6a2dfee065e7525", size = 5595843, upload-time = "2026-05-18T19:20:03.93Z" },
599
+ { url = "https://files.pythonhosted.org/packages/bc/86/ab008a7dc360711b66858d61c80a5979a70a09f2aa2b05d9698df80b803d/lxml-6.1.1-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c5d7152ec39ca7c402d8fb9bad86140a15b9503bd0c54484e3f1bbe3dd37ceca", size = 5224515, upload-time = "2026-05-18T19:20:06.381Z" },
600
+ { url = "https://files.pythonhosted.org/packages/75/c6/2702ff375e728e34f56d9a45339a9cf7e4427e917f542225242d63a05afa/lxml-6.1.1-cp314-cp314t-manylinux_2_28_i686.whl", hash = "sha256:88d8cb75b9d82858497a5393e3c63cfbf03035225e4b35a49ed7ccb151e4dc0e", size = 5312511, upload-time = "2026-05-18T19:20:09.308Z" },
601
+ { url = "https://files.pythonhosted.org/packages/b7/57/a5807c98f87a86f10ef9ffab35516df7c0f0c4b6d5d33e9f608ab9c04a31/lxml-6.1.1-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:f64ec5397ea6a41fc1b4af0380d79b44a755b5531dcaccd9940fb260dca93038", size = 4639206, upload-time = "2026-05-18T19:20:11.704Z" },
602
+ { url = "https://files.pythonhosted.org/packages/1f/e1/8a0a2c35734812395f4da4eaf33748a7e5705bfb2a58b128da764339d5ec/lxml-6.1.1-cp314-cp314t-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:d34bbf07dbc7ca5970671b1512e928991fb5e9d95365636c9b2d8b4f53af405e", size = 5232404, upload-time = "2026-05-18T19:20:14.064Z" },
603
+ { url = "https://files.pythonhosted.org/packages/c2/e2/0e6a4dd5ad84d01d99aa7bae7cfefd4a760a0e0f8176818241de17d9b6c0/lxml-6.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:17e0e18d4ad8adbd0399291bc44845b69d9dd68439a3cdebdf35ff902ec05072", size = 5083769, upload-time = "2026-05-18T19:19:23.758Z" },
604
+ { url = "https://files.pythonhosted.org/packages/a0/7e/161f33d463f6ffc1c7679104b65086dea120080d49dde4d238f015aaee2f/lxml-6.1.1-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:3ab541146f1f6968c462d6c2ac495148e8cdba2f8347700b2141b6ec5a75bf52", size = 4758936, upload-time = "2026-05-18T19:19:27.256Z" },
605
+ { url = "https://files.pythonhosted.org/packages/f1/fb/2369825e3f6ca99305bf9f7b7085fda91c8b0922a89e54d900974aa3ef85/lxml-6.1.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:2a0217714657e023ef4293500f65aa20fce6164c8fd6b08fa5bd4a859fb14b9b", size = 5620296, upload-time = "2026-05-18T19:19:29.993Z" },
606
+ { url = "https://files.pythonhosted.org/packages/30/90/d61e383146f74c5ab683947ea14dc7b82778838ab9b95ea73a23b60d0191/lxml-6.1.1-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:05a82eb6e1530a64f26225b55cbd178113bd0b5af1c2b625f25e5296742c26d2", size = 5228598, upload-time = "2026-05-18T19:19:33.523Z" },
607
+ { url = "https://files.pythonhosted.org/packages/76/2d/2dafd8149e94b05bb070690efd5bb2680720681e03ff03fc57d2b70a1105/lxml-6.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:9e36f163528fc50cbef305f02a5fd66d404edf7049cdaff211dbc2cba5a7013e", size = 5247845, upload-time = "2026-05-18T19:19:36.649Z" },
608
+ { url = "https://files.pythonhosted.org/packages/ce/68/b30e913340c380ddac9580c6e6230991fc37240ec4f64704833e4f3e2769/lxml-6.1.1-cp314-cp314t-win32.whl", hash = "sha256:649dda677cf3bd6ac9ae14007ba0c824ded8ce5808b53fc7431d9140399118c1", size = 3897345, upload-time = "2026-05-18T19:17:33.562Z" },
609
+ { url = "https://files.pythonhosted.org/packages/3c/4e/9eb2af5335545f9fbcd7af57bcf87c6025d31eaa31b14ec184a6c8675328/lxml-6.1.1-cp314-cp314t-win_amd64.whl", hash = "sha256:793033d6c5cdf33a573f910d9bea14ef8f5771820411d118da8e1182edb53d5e", size = 4393350, upload-time = "2026-05-18T19:18:10.076Z" },
612
610
  ]
613
611
 
614
612
  [[package]]
@@ -717,14 +715,14 @@ wheels = [
717
715
 
718
716
  [[package]]
719
717
  name = "object-storage-client"
720
- version = "0.0.29"
718
+ version = "0.0.30"
721
719
  source = { registry = "https://pypi.org/simple" }
722
- sdist = { url = "https://files.pythonhosted.org/packages/89/28/cba1bd9df42eb16900d000dfd581dcf2e3d2505e5cd814ad90de91006b25/object_storage_client-0.0.29.tar.gz", hash = "sha256:1bc6ad85d0dd1fe6ccd654a8eccb7780db3e3a0767e6068d844986182dbda0cf", size = 42274, upload-time = "2026-05-06T14:06:19.741Z" }
720
+ sdist = { url = "https://files.pythonhosted.org/packages/4d/de/2a1604fd29b4d5c5934c0f12acb6fadb644c44d3bb91ee89021fc73627de/object_storage_client-0.0.30.tar.gz", hash = "sha256:48bb4afb4f5f4871167d2593ac77147deae09849b138c29b51fb1ab32e0c6e4c", size = 42287, upload-time = "2026-05-19T15:00:13.826Z" }
723
721
  wheels = [
724
- { url = "https://files.pythonhosted.org/packages/84/04/6c423dafd66b7ef07a50f866d7b7541f6297d86ea0bec85812458d382027/object_storage_client-0.0.29-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:5abdf9259831f803eb38c25d2caba882ad7a5286e809a53f512c47941eac1a87", size = 1945274, upload-time = "2026-05-06T14:06:23.736Z" },
725
- { url = "https://files.pythonhosted.org/packages/c4/98/22bd8627e28a3fb7d1b783ded42d880ae1d2ac477b9efc9bf30bd5f73162/object_storage_client-0.0.29-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fcfc44c039f2456da67f19d4fb5ad233aacf6c8823f524988b97c7da0432d2de", size = 2133172, upload-time = "2026-05-06T14:06:31.616Z" },
726
- { url = "https://files.pythonhosted.org/packages/b6/68/8536a0b4308bb9dba95ed77d7a5978ccce8afa803056e1776ca81e3d1fb1/object_storage_client-0.0.29-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:6b18fa4eb9b5356d2e1ff562f5e6addf32286549cbd1564a47192750b848b0ec", size = 2132853, upload-time = "2026-05-06T14:06:28.474Z" },
727
- { url = "https://files.pythonhosted.org/packages/96/bf/0d0354cfe6a160d39d85b1afbe459aeb0b82538352c6594c3fdc5e141f20/object_storage_client-0.0.29-cp314-cp314-win_amd64.whl", hash = "sha256:d126149f728aa7937bd0e7b47d1929bacfa60317fdda6eca2204f1b599cb4b5c", size = 2131379, upload-time = "2026-05-06T14:06:26.474Z" },
722
+ { url = "https://files.pythonhosted.org/packages/39/9c/e1d01b382e1f7bcceb5b4dce1246349f4777a420c07ef8249e3da1d085d0/object_storage_client-0.0.30-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:9ea41b5953aa2d9ce1f8947b55a1bf19fef194738ec90e97ccd802b4e18ec27c", size = 1945635, upload-time = "2026-05-19T15:00:12.34Z" },
723
+ { url = "https://files.pythonhosted.org/packages/30/bc/67a991c7544d13356804047225c1822546c58199544c9f2dee66f2073023/object_storage_client-0.0.30-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d6308f860bf6495f9bfcf57e66343042e84160dfb067b0a1cb8fb5a268de806", size = 2137471, upload-time = "2026-05-19T15:00:08.739Z" },
724
+ { url = "https://files.pythonhosted.org/packages/55/b0/46cc1b484ba3850480b9c7142b69b909eacb6df2ae1ae3e93416fa6108db/object_storage_client-0.0.30-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:ce2ae89142c997b69a5aff954d0a3e810d10586fad67c69e6f6083dae25b839e", size = 2131313, upload-time = "2026-05-19T15:00:14.988Z" },
725
+ { url = "https://files.pythonhosted.org/packages/80/01/0909fd906c4c63c791394831a4ef49e007bf3256173941f9acf7bf4d623a/object_storage_client-0.0.30-cp314-cp314-win_amd64.whl", hash = "sha256:7a5cb07aa7928a5495b41c46901f9de11ead197f5e0c7b23d1e02688c7e35456", size = 2130202, upload-time = "2026-05-19T15:00:10.624Z" },
728
726
  ]
729
727
 
730
728
  [[package]]
@@ -1158,11 +1156,11 @@ requires-dist = [
1158
1156
  { name = "certifi", marker = "extra == 'api-client'", specifier = "==2026.4.22" },
1159
1157
  { name = "certifi", marker = "extra == 'authn'", specifier = "==2026.4.22" },
1160
1158
  { name = "certifi", marker = "extra == 'soap-client'", specifier = "==2026.4.22" },
1161
- { name = "lxml", marker = "extra == 'audit'", specifier = "~=6.1.0" },
1162
- { name = "lxml", marker = "extra == 'soap-client'", specifier = "~=6.1.0" },
1159
+ { name = "lxml", marker = "extra == 'audit'", specifier = "~=6.1.1" },
1160
+ { name = "lxml", marker = "extra == 'soap-client'", specifier = "~=6.1.1" },
1163
1161
  { name = "msgpack", specifier = "~=1.1.2" },
1164
1162
  { name = "msgspec", specifier = "==0.21.1" },
1165
- { name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "==0.0.29" },
1163
+ { name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "==0.0.30" },
1166
1164
  { name = "pydantic-settings", specifier = "~=2.14.1" },
1167
1165
  { name = "python3-commons", extras = ["api-client"], marker = "extra == 'authn'" },
1168
1166
  { name = "python3-commons", extras = ["api-client"], marker = "extra == 'authz'" },