python3-commons 0.20.12__tar.gz → 0.20.14__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 (78) hide show
  1. {python3_commons-0.20.12/src/python3_commons.egg-info → python3_commons-0.20.14}/PKG-INFO +6 -6
  2. {python3_commons-0.20.12 → python3_commons-0.20.14}/pyproject.toml +5 -5
  3. {python3_commons-0.20.12 → python3_commons-0.20.14/src/python3_commons.egg-info}/PKG-INFO +6 -6
  4. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons.egg-info/requires.txt +5 -5
  5. {python3_commons-0.20.12 → python3_commons-0.20.14}/uv.lock +17 -17
  6. {python3_commons-0.20.12 → python3_commons-0.20.14}/.coveragerc +0 -0
  7. {python3_commons-0.20.12 → python3_commons-0.20.14}/.devcontainer/Dockerfile +0 -0
  8. {python3_commons-0.20.12 → python3_commons-0.20.14}/.devcontainer/devcontainer.json +0 -0
  9. {python3_commons-0.20.12 → python3_commons-0.20.14}/.devcontainer/docker-compose.yml +0 -0
  10. {python3_commons-0.20.12 → python3_commons-0.20.14}/.env_template +0 -0
  11. {python3_commons-0.20.12 → python3_commons-0.20.14}/.github/workflows/checks.yml +0 -0
  12. {python3_commons-0.20.12 → python3_commons-0.20.14}/.github/workflows/python-publish.yaml +0 -0
  13. {python3_commons-0.20.12 → python3_commons-0.20.14}/.github/workflows/release-on-tag-push.yml +0 -0
  14. {python3_commons-0.20.12 → python3_commons-0.20.14}/.gitignore +0 -0
  15. {python3_commons-0.20.12 → python3_commons-0.20.14}/.pre-commit-config.yaml +0 -0
  16. {python3_commons-0.20.12 → python3_commons-0.20.14}/.python-version +0 -0
  17. {python3_commons-0.20.12 → python3_commons-0.20.14}/AUTHORS.rst +0 -0
  18. {python3_commons-0.20.12 → python3_commons-0.20.14}/CHANGELOG.rst +0 -0
  19. {python3_commons-0.20.12 → python3_commons-0.20.14}/LICENSE +0 -0
  20. {python3_commons-0.20.12 → python3_commons-0.20.14}/README.md +0 -0
  21. {python3_commons-0.20.12 → python3_commons-0.20.14}/README.rst +0 -0
  22. {python3_commons-0.20.12 → python3_commons-0.20.14}/docs/Makefile +0 -0
  23. {python3_commons-0.20.12 → python3_commons-0.20.14}/docs/_static/.gitignore +0 -0
  24. {python3_commons-0.20.12 → python3_commons-0.20.14}/docs/authors.rst +0 -0
  25. {python3_commons-0.20.12 → python3_commons-0.20.14}/docs/changelog.rst +0 -0
  26. {python3_commons-0.20.12 → python3_commons-0.20.14}/docs/conf.py +0 -0
  27. {python3_commons-0.20.12 → python3_commons-0.20.14}/docs/index.rst +0 -0
  28. {python3_commons-0.20.12 → python3_commons-0.20.14}/docs/license.rst +0 -0
  29. {python3_commons-0.20.12 → python3_commons-0.20.14}/setup.cfg +0 -0
  30. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/__init__.py +0 -0
  31. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/api_client.py +0 -0
  32. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/async_functools.py +0 -0
  33. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/audit.py +0 -0
  34. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/auth.py +0 -0
  35. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/cache.py +0 -0
  36. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/conf.py +0 -0
  37. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/db/__init__.py +0 -0
  38. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/db/helpers.py +0 -0
  39. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/db/models/__init__.py +0 -0
  40. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/db/models/auth.py +0 -0
  41. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/db/models/common.py +0 -0
  42. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/db/models/rbac.py +0 -0
  43. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/db/models/users.py +0 -0
  44. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/exceptions.py +0 -0
  45. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/fs.py +0 -0
  46. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/generators.py +0 -0
  47. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/helpers.py +0 -0
  48. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/log/__init__.py +0 -0
  49. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/log/filters.py +0 -0
  50. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/log/formatters.py +0 -0
  51. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/object_storage.py +0 -0
  52. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/permissions.py +0 -0
  53. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/serializers/__init__.py +0 -0
  54. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/serializers/common.py +0 -0
  55. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/serializers/json.py +0 -0
  56. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/serializers/msgpack.py +0 -0
  57. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/serializers/msgspec.py +0 -0
  58. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons/soap_client.py +0 -0
  59. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons.egg-info/SOURCES.txt +0 -0
  60. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons.egg-info/dependency_links.txt +0 -0
  61. {python3_commons-0.20.12 → python3_commons-0.20.14}/src/python3_commons.egg-info/top_level.txt +0 -0
  62. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/__init__.py +0 -0
  63. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/integration/__init__.py +0 -0
  64. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/integration/conftest.py +0 -0
  65. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/integration/test_auth.py +0 -0
  66. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/integration/test_cache.py +0 -0
  67. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/integration/test_osc.py +0 -0
  68. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/unit/__init__.py +0 -0
  69. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/unit/conftest.py +0 -0
  70. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/unit/db/__init__.py +0 -0
  71. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/unit/db/test_async_session_manager.py +0 -0
  72. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/unit/log/__init__.py +0 -0
  73. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/unit/log/test_formatters.py +0 -0
  74. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/unit/test_async_functools.py +0 -0
  75. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/unit/test_audit.py +0 -0
  76. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/unit/test_helpers.py +0 -0
  77. {python3_commons-0.20.12 → python3_commons-0.20.14}/tests/unit/test_msgpack.py +0 -0
  78. {python3_commons-0.20.12 → python3_commons-0.20.14}/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.20.12
3
+ Version: 0.20.14
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
@@ -13,13 +13,13 @@ Description-Content-Type: text/x-rst
13
13
  License-File: LICENSE
14
14
  License-File: AUTHORS.rst
15
15
  Requires-Dist: msgpack~=1.1.2
16
- Requires-Dist: msgspec==0.21.1
16
+ Requires-Dist: msgspec~=0.21.1
17
17
  Requires-Dist: pydantic-settings~=2.14.1
18
18
  Provides-Extra: all
19
19
  Requires-Dist: python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-client]; extra == "all"
20
20
  Provides-Extra: api-client
21
21
  Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "api-client"
22
- Requires-Dist: certifi==2026.5.20; extra == "api-client"
22
+ Requires-Dist: certifi~=2026.5.20; extra == "api-client"
23
23
  Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
24
24
  Provides-Extra: audit
25
25
  Requires-Dist: lxml~=6.1.1; extra == "audit"
@@ -27,7 +27,7 @@ Requires-Dist: zeep[async]~=4.3.2; extra == "audit"
27
27
  Requires-Dist: python3_commons[object-storage]; extra == "audit"
28
28
  Provides-Extra: authn
29
29
  Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "authn"
30
- Requires-Dist: certifi==2026.5.20; extra == "authn"
30
+ Requires-Dist: certifi~=2026.5.20; extra == "authn"
31
31
  Requires-Dist: python3_commons[api-client]; extra == "authn"
32
32
  Provides-Extra: authz
33
33
  Requires-Dist: python3_commons[database]; extra == "authz"
@@ -39,10 +39,10 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
39
39
  Requires-Dist: SQLAlchemy[asyncio]~=2.0.50; 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.31; extra == "object-storage"
42
+ Requires-Dist: object-storage-client~=0.0.34; 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
- Requires-Dist: certifi==2026.5.20; extra == "soap-client"
45
+ Requires-Dist: certifi~=2026.5.20; extra == "soap-client"
46
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"
@@ -19,7 +19,7 @@ keywords = []
19
19
  requires-python = ">=3.14.0,<3.15.0"
20
20
  dependencies = [
21
21
  "msgpack~=1.1.2",
22
- "msgspec==0.21.1",
22
+ "msgspec~=0.21.1",
23
23
  "pydantic-settings~=2.14.1"
24
24
  ]
25
25
 
@@ -29,7 +29,7 @@ all = [
29
29
  ]
30
30
  api-client = [
31
31
  "aiohttp[speedups]>=3.13.5,<3.15.0",
32
- "certifi==2026.5.20",
32
+ "certifi~=2026.5.20",
33
33
  "python3_commons[audit,object-storage]"
34
34
  ]
35
35
  audit = [
@@ -39,7 +39,7 @@ audit = [
39
39
  ]
40
40
  authn = [
41
41
  "aiohttp[speedups]>=3.13.5,<3.15.0",
42
- "certifi==2026.5.20",
42
+ "certifi~=2026.5.20",
43
43
  "python3_commons[api-client]"
44
44
  ]
45
45
  authz = [
@@ -55,11 +55,11 @@ database = [
55
55
  ]
56
56
  object-storage = [
57
57
  "aiobotocore~=3.7.0",
58
- "object-storage-client==0.0.31"
58
+ "object-storage-client~=0.0.34"
59
59
  ]
60
60
  soap-client = [
61
61
  "aiohttp[speedups]>=3.13.5,<3.15.0",
62
- "certifi==2026.5.20",
62
+ "certifi~=2026.5.20",
63
63
  "lxml~=6.1.1",
64
64
  "requests~=2.34.2",
65
65
  "zeep[async]~=4.3.2",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-commons
3
- Version: 0.20.12
3
+ Version: 0.20.14
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
@@ -13,13 +13,13 @@ Description-Content-Type: text/x-rst
13
13
  License-File: LICENSE
14
14
  License-File: AUTHORS.rst
15
15
  Requires-Dist: msgpack~=1.1.2
16
- Requires-Dist: msgspec==0.21.1
16
+ Requires-Dist: msgspec~=0.21.1
17
17
  Requires-Dist: pydantic-settings~=2.14.1
18
18
  Provides-Extra: all
19
19
  Requires-Dist: python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-client]; extra == "all"
20
20
  Provides-Extra: api-client
21
21
  Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "api-client"
22
- Requires-Dist: certifi==2026.5.20; extra == "api-client"
22
+ Requires-Dist: certifi~=2026.5.20; extra == "api-client"
23
23
  Requires-Dist: python3_commons[audit,object-storage]; extra == "api-client"
24
24
  Provides-Extra: audit
25
25
  Requires-Dist: lxml~=6.1.1; extra == "audit"
@@ -27,7 +27,7 @@ Requires-Dist: zeep[async]~=4.3.2; extra == "audit"
27
27
  Requires-Dist: python3_commons[object-storage]; extra == "audit"
28
28
  Provides-Extra: authn
29
29
  Requires-Dist: aiohttp[speedups]<3.15.0,>=3.13.5; extra == "authn"
30
- Requires-Dist: certifi==2026.5.20; extra == "authn"
30
+ Requires-Dist: certifi~=2026.5.20; extra == "authn"
31
31
  Requires-Dist: python3_commons[api-client]; extra == "authn"
32
32
  Provides-Extra: authz
33
33
  Requires-Dist: python3_commons[database]; extra == "authz"
@@ -39,10 +39,10 @@ Requires-Dist: asyncpg~=0.31.0; extra == "database"
39
39
  Requires-Dist: SQLAlchemy[asyncio]~=2.0.50; 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.31; extra == "object-storage"
42
+ Requires-Dist: object-storage-client~=0.0.34; 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
- Requires-Dist: certifi==2026.5.20; extra == "soap-client"
45
+ Requires-Dist: certifi~=2026.5.20; extra == "soap-client"
46
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"
@@ -1,5 +1,5 @@
1
1
  msgpack~=1.1.2
2
- msgspec==0.21.1
2
+ msgspec~=0.21.1
3
3
  pydantic-settings~=2.14.1
4
4
 
5
5
  [all]
@@ -7,7 +7,7 @@ python3_commons[api-client,audit,authn,authz,cache,database,object-storage,soap-
7
7
 
8
8
  [api-client]
9
9
  aiohttp[speedups]<3.15.0,>=3.13.5
10
- certifi==2026.5.20
10
+ certifi~=2026.5.20
11
11
  python3_commons[audit,object-storage]
12
12
 
13
13
  [audit]
@@ -17,7 +17,7 @@ python3_commons[object-storage]
17
17
 
18
18
  [authn]
19
19
  aiohttp[speedups]<3.15.0,>=3.13.5
20
- certifi==2026.5.20
20
+ certifi~=2026.5.20
21
21
  python3_commons[api-client]
22
22
 
23
23
  [authz]
@@ -33,11 +33,11 @@ SQLAlchemy[asyncio]~=2.0.50
33
33
 
34
34
  [object-storage]
35
35
  aiobotocore~=3.7.0
36
- object-storage-client==0.0.31
36
+ object-storage-client~=0.0.34
37
37
 
38
38
  [soap-client]
39
39
  aiohttp[speedups]<3.15.0,>=3.13.5
40
- certifi==2026.5.20
40
+ certifi~=2026.5.20
41
41
  lxml~=6.1.1
42
42
  requests~=2.34.2
43
43
  zeep[async]~=4.3.2
@@ -717,14 +717,14 @@ wheels = [
717
717
 
718
718
  [[package]]
719
719
  name = "object-storage-client"
720
- version = "0.0.31"
720
+ version = "0.0.34"
721
721
  source = { registry = "https://pypi.org/simple" }
722
- sdist = { url = "https://files.pythonhosted.org/packages/13/e8/3ea39e457c397d0dc5a21b940ac31184c5ae89fb3fd1b895c3d9bf768ef7/object_storage_client-0.0.31.tar.gz", hash = "sha256:43da7644984450c0a29bcd3f80484fbba7bafec5b1d87e28f2352d7c305de24c", size = 46920, upload-time = "2026-05-29T10:57:45.949Z" }
722
+ sdist = { url = "https://files.pythonhosted.org/packages/3f/9f/50fa05da1b42d9514fd19c979ef7bf0491a64ceed8d1baf76e89c3eca781/object_storage_client-0.0.34.tar.gz", hash = "sha256:76ec633e3b7fabf977a984f2287aa5e064598ebe0e61f8f91ba8e683a20c7e42", size = 66560, upload-time = "2026-05-31T17:41:34.446Z" }
723
723
  wheels = [
724
- { url = "https://files.pythonhosted.org/packages/ec/89/f4ead6775d5bee50b50b0068d27ca30701e40ea48c9716302aa55abc8d59/object_storage_client-0.0.31-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:eb407e415015827ddd627492a6bf202ae0fe969b6cbf3ca46bb67094449f936c", size = 2120428, upload-time = "2026-05-29T10:57:41.553Z" },
725
- { url = "https://files.pythonhosted.org/packages/75/50/e4f8be42f6c8b752ba9b39b20aca47cb4c1fc1798551009858ba9c1b8ea5/object_storage_client-0.0.31-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9750ff38eb067661b03bf53de77ffab899e56233e1bbb93e443bad0f35653629", size = 2476783, upload-time = "2026-05-29T10:57:43.061Z" },
726
- { url = "https://files.pythonhosted.org/packages/af/bc/2d676fd569d0b34a312119cea52ba7d87689a2d11748e0e1f1ca8a39edc6/object_storage_client-0.0.31-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:942edf00a6588a77fd4c41cb5ab7e7f0a173a0a72c2e258f3ec5f9a22125b1bd", size = 2366022, upload-time = "2026-05-29T10:57:44.58Z" },
727
- { url = "https://files.pythonhosted.org/packages/61/14/dcdcee8ca514bb35f6ff58cdca99c19fceb5265e7c105b532161cac23bb6/object_storage_client-0.0.31-cp314-cp314-win_amd64.whl", hash = "sha256:5472ca49679ff4e96a4bede8cbca0b0c3bf9e7ad807105a6052abfd63d386956", size = 2279157, upload-time = "2026-05-29T10:57:34.43Z" },
724
+ { url = "https://files.pythonhosted.org/packages/ea/92/88da433009c2800f48ceb21265356b7e24bfbdc874cd3af4a8d7efb043b1/object_storage_client-0.0.34-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:cc0444e2116111c23760a95a56951a43e2cf1d7a197d6e908561dde3b87aac5f", size = 3331698, upload-time = "2026-05-31T17:41:39.616Z" },
725
+ { url = "https://files.pythonhosted.org/packages/13/30/4d1ef080b226e7114a034bd9a6b291a07fa6e04589a52f4062b0836e06e2/object_storage_client-0.0.34-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bcb5b6a4fd15231b149b5105f431455d547ac95444d12d376abe9344fd77143a", size = 3764377, upload-time = "2026-05-31T17:41:41.26Z" },
726
+ { url = "https://files.pythonhosted.org/packages/f4/6e/610107a3f2ecf9bbc40bd5d15d0d2ddcf88f8b6dd964eebf0a6268e90a1d/object_storage_client-0.0.34-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:4a1006aa3b2e6cfe17c2988f41db4daea28dcf7ccd6e90175aebe6f9ff0dc9e0", size = 3502800, upload-time = "2026-05-31T17:41:38.217Z" },
727
+ { url = "https://files.pythonhosted.org/packages/41/eb/48e9b3a81ece1a16db900200aa3c6362e387a3090b4a9ac4d8e16a832740/object_storage_client-0.0.34-cp314-cp314-win_amd64.whl", hash = "sha256:17be983131db9f2dee1c68ac16f1155754b5ab46ba960344ae4d91378fd63907", size = 3266922, upload-time = "2026-05-31T17:41:43.913Z" },
728
728
  ]
729
729
 
730
730
  [[package]]
@@ -738,11 +738,11 @@ wheels = [
738
738
 
739
739
  [[package]]
740
740
  name = "pip"
741
- version = "26.1.1"
741
+ version = "26.1.2"
742
742
  source = { registry = "https://pypi.org/simple" }
743
- sdist = { url = "https://files.pythonhosted.org/packages/b6/48/cb9b7a682f6fe01a4221e1728941dd4ac3cd9090a17db3779d6ff490b602/pip-26.1.1.tar.gz", hash = "sha256:d36762751d156a4ee895de8af39aa0abeeeb577f93a2eca6ab62467bbf0f8a78", size = 1840400, upload-time = "2026-05-04T19:02:21.248Z" }
743
+ sdist = { url = "https://files.pythonhosted.org/packages/01/91/47e7d486260f618783899587af63ccf7980fb60245c3e63dd4571c6b57ad/pip-26.1.2.tar.gz", hash = "sha256:f49cd134c61cf2fd75e0ce2676db03e4054504a5a4986d00f8299ae632dc4605", size = 1840799, upload-time = "2026-05-31T17:33:58.56Z" }
744
744
  wheels = [
745
- { url = "https://files.pythonhosted.org/packages/3a/eb/fea4d1d51c49832120f7f285d07306db3960f423a2612c6057caf3e8196f/pip-26.1.1-py3-none-any.whl", hash = "sha256:99cb1c2899893b075ff56e4ed0af55669a955b49ad7fb8d8603ecdaf4ed653fb", size = 1812777, upload-time = "2026-05-04T19:02:18.9Z" },
745
+ { url = "https://files.pythonhosted.org/packages/5d/95/6b5cb3461ea5673ba0995989746db58eb18b91b54dbf331e72f569540946/pip-26.1.2-py3-none-any.whl", hash = "sha256:382ff9f685ee3bc25864f820aa50505825f10f5458ffff07e30a6d96e5715cab", size = 1813144, upload-time = "2026-05-31T17:33:56.772Z" },
746
746
  ]
747
747
 
748
748
  [[package]]
@@ -1155,14 +1155,14 @@ requires-dist = [
1155
1155
  { name = "aiohttp", extras = ["speedups"], marker = "extra == 'authn'", specifier = ">=3.13.5,<3.15.0" },
1156
1156
  { name = "aiohttp", extras = ["speedups"], marker = "extra == 'soap-client'", specifier = ">=3.13.5,<3.15.0" },
1157
1157
  { name = "asyncpg", marker = "extra == 'database'", specifier = "~=0.31.0" },
1158
- { name = "certifi", marker = "extra == 'api-client'", specifier = "==2026.5.20" },
1159
- { name = "certifi", marker = "extra == 'authn'", specifier = "==2026.5.20" },
1160
- { name = "certifi", marker = "extra == 'soap-client'", specifier = "==2026.5.20" },
1158
+ { name = "certifi", marker = "extra == 'api-client'", specifier = "~=2026.5.20" },
1159
+ { name = "certifi", marker = "extra == 'authn'", specifier = "~=2026.5.20" },
1160
+ { name = "certifi", marker = "extra == 'soap-client'", specifier = "~=2026.5.20" },
1161
1161
  { name = "lxml", marker = "extra == 'audit'", specifier = "~=6.1.1" },
1162
1162
  { name = "lxml", marker = "extra == 'soap-client'", specifier = "~=6.1.1" },
1163
1163
  { name = "msgpack", specifier = "~=1.1.2" },
1164
- { name = "msgspec", specifier = "==0.21.1" },
1165
- { name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "==0.0.31" },
1164
+ { name = "msgspec", specifier = "~=0.21.1" },
1165
+ { name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "~=0.0.34" },
1166
1166
  { name = "pydantic-settings", specifier = "~=2.14.1" },
1167
1167
  { name = "python3-commons", extras = ["api-client"], marker = "extra == 'authn'" },
1168
1168
  { name = "python3-commons", extras = ["api-client"], marker = "extra == 'authz'" },
@@ -1479,7 +1479,7 @@ wheels = [
1479
1479
 
1480
1480
  [[package]]
1481
1481
  name = "virtualenv"
1482
- version = "21.4.1"
1482
+ version = "21.4.2"
1483
1483
  source = { registry = "https://pypi.org/simple" }
1484
1484
  dependencies = [
1485
1485
  { name = "distlib" },
@@ -1487,9 +1487,9 @@ dependencies = [
1487
1487
  { name = "platformdirs" },
1488
1488
  { name = "python-discovery" },
1489
1489
  ]
1490
- sdist = { url = "https://files.pythonhosted.org/packages/95/f0/b47ecf438211a25a97f8f0e4b23c22bc2496ebfea18dd6ec16210f09cc36/virtualenv-21.4.1.tar.gz", hash = "sha256:2ca543c713b72840ceffd94e9bdedfbd09a661defa1f7f69e5429ad4059442e2", size = 7613344, upload-time = "2026-05-28T04:12:49.905Z" }
1490
+ sdist = { url = "https://files.pythonhosted.org/packages/e1/0d/4e93c8e6d1001a75763f87d8f5ecda8ebc7f4aa2153dddfaf4ae8892821a/virtualenv-21.4.2.tar.gz", hash = "sha256:38e6ee0a555615c0ea9da2ac7e9998fe8dc3b911dd33ad8eaad2020957653b0c", size = 7613326, upload-time = "2026-05-31T17:01:22.827Z" }
1491
1491
  wheels = [
1492
- { url = "https://files.pythonhosted.org/packages/ff/dc/ac4f3a987a87e1a18556896f257c4e15c95ed157b7975347ec6b313b75ce/virtualenv-21.4.1-py3-none-any.whl", hash = "sha256:caf4ff72d1b4039057f41d8e8466e859513d67c0400d9c6b62c02c9d1ebc3e12", size = 7594078, upload-time = "2026-05-28T04:12:47.686Z" },
1492
+ { url = "https://files.pythonhosted.org/packages/bf/c4/557dc082be035381b85fdb2b74e21d3d21b57750b74f2b47a32f3a639ff9/virtualenv-21.4.2-py3-none-any.whl", hash = "sha256:854210ca524a1a4d0d744734f4acbc721c3ffe163b85bbf5d56d14d5ae2f0fae", size = 7594079, upload-time = "2026-05-31T17:01:20.735Z" },
1493
1493
  ]
1494
1494
 
1495
1495
  [[package]]