python3-commons 0.22.3__tar.gz → 0.22.4__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.22.3/src/python3_commons.egg-info → python3_commons-0.22.4}/PKG-INFO +2 -2
  2. {python3_commons-0.22.3 → python3_commons-0.22.4}/pyproject.toml +1 -1
  3. {python3_commons-0.22.3 → python3_commons-0.22.4/src/python3_commons.egg-info}/PKG-INFO +2 -2
  4. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons.egg-info/requires.txt +1 -1
  5. {python3_commons-0.22.3 → python3_commons-0.22.4}/uv.lock +10 -10
  6. {python3_commons-0.22.3 → python3_commons-0.22.4}/.coveragerc +0 -0
  7. {python3_commons-0.22.3 → python3_commons-0.22.4}/.devcontainer/Dockerfile +0 -0
  8. {python3_commons-0.22.3 → python3_commons-0.22.4}/.devcontainer/devcontainer.json +0 -0
  9. {python3_commons-0.22.3 → python3_commons-0.22.4}/.devcontainer/docker-compose.yml +0 -0
  10. {python3_commons-0.22.3 → python3_commons-0.22.4}/.env_template +0 -0
  11. {python3_commons-0.22.3 → python3_commons-0.22.4}/.github/workflows/checks.yml +0 -0
  12. {python3_commons-0.22.3 → python3_commons-0.22.4}/.github/workflows/python-publish.yaml +0 -0
  13. {python3_commons-0.22.3 → python3_commons-0.22.4}/.github/workflows/release-on-tag-push.yml +0 -0
  14. {python3_commons-0.22.3 → python3_commons-0.22.4}/.gitignore +0 -0
  15. {python3_commons-0.22.3 → python3_commons-0.22.4}/.pre-commit-config.yaml +0 -0
  16. {python3_commons-0.22.3 → python3_commons-0.22.4}/.python-version +0 -0
  17. {python3_commons-0.22.3 → python3_commons-0.22.4}/AUTHORS.rst +0 -0
  18. {python3_commons-0.22.3 → python3_commons-0.22.4}/CHANGELOG.rst +0 -0
  19. {python3_commons-0.22.3 → python3_commons-0.22.4}/LICENSE +0 -0
  20. {python3_commons-0.22.3 → python3_commons-0.22.4}/README.md +0 -0
  21. {python3_commons-0.22.3 → python3_commons-0.22.4}/README.rst +0 -0
  22. {python3_commons-0.22.3 → python3_commons-0.22.4}/docs/Makefile +0 -0
  23. {python3_commons-0.22.3 → python3_commons-0.22.4}/docs/_static/.gitignore +0 -0
  24. {python3_commons-0.22.3 → python3_commons-0.22.4}/docs/authors.rst +0 -0
  25. {python3_commons-0.22.3 → python3_commons-0.22.4}/docs/changelog.rst +0 -0
  26. {python3_commons-0.22.3 → python3_commons-0.22.4}/docs/conf.py +0 -0
  27. {python3_commons-0.22.3 → python3_commons-0.22.4}/docs/index.rst +0 -0
  28. {python3_commons-0.22.3 → python3_commons-0.22.4}/docs/license.rst +0 -0
  29. {python3_commons-0.22.3 → python3_commons-0.22.4}/setup.cfg +0 -0
  30. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/__init__.py +0 -0
  31. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/api_client.py +0 -0
  32. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/async_functools.py +0 -0
  33. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/audit.py +0 -0
  34. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/auth.py +0 -0
  35. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/cache.py +0 -0
  36. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/conf.py +0 -0
  37. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/db/__init__.py +0 -0
  38. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/db/helpers.py +0 -0
  39. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/db/models/__init__.py +0 -0
  40. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/db/models/auth.py +0 -0
  41. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/db/models/common.py +0 -0
  42. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/db/models/rbac.py +0 -0
  43. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/db/models/users.py +0 -0
  44. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/exceptions.py +0 -0
  45. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/fs.py +0 -0
  46. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/generators.py +0 -0
  47. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/helpers.py +0 -0
  48. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/log/__init__.py +0 -0
  49. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/log/filters.py +0 -0
  50. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/log/formatters.py +0 -0
  51. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/object_storage.py +0 -0
  52. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/permissions.py +0 -0
  53. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/serializers/__init__.py +0 -0
  54. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/serializers/common.py +0 -0
  55. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/serializers/json.py +0 -0
  56. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/serializers/msgpack.py +0 -0
  57. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/serializers/msgspec.py +0 -0
  58. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons/soap_client.py +0 -0
  59. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons.egg-info/SOURCES.txt +0 -0
  60. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons.egg-info/dependency_links.txt +0 -0
  61. {python3_commons-0.22.3 → python3_commons-0.22.4}/src/python3_commons.egg-info/top_level.txt +0 -0
  62. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/__init__.py +0 -0
  63. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/integration/__init__.py +0 -0
  64. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/integration/conftest.py +0 -0
  65. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/integration/test_auth.py +0 -0
  66. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/integration/test_cache.py +0 -0
  67. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/integration/test_osc.py +0 -0
  68. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/unit/__init__.py +0 -0
  69. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/unit/conftest.py +0 -0
  70. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/unit/db/__init__.py +0 -0
  71. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/unit/db/test_async_session_manager.py +0 -0
  72. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/unit/log/__init__.py +0 -0
  73. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/unit/log/test_formatters.py +0 -0
  74. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/unit/test_async_functools.py +0 -0
  75. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/unit/test_audit.py +0 -0
  76. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/unit/test_helpers.py +0 -0
  77. {python3_commons-0.22.3 → python3_commons-0.22.4}/tests/unit/test_msgpack.py +0 -0
  78. {python3_commons-0.22.3 → python3_commons-0.22.4}/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.22.3
3
+ Version: 0.22.4
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
@@ -39,7 +39,7 @@ 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.35; extra == "object-storage"
42
+ Requires-Dist: object-storage-client~=0.0.37; extra == "object-storage"
43
43
  Provides-Extra: soap-client
44
44
  Requires-Dist: aiohttp[speedups]<3.15.0,>=3.14.1; extra == "soap-client"
45
45
  Requires-Dist: certifi~=2026.5.20; extra == "soap-client"
@@ -55,7 +55,7 @@ database = [
55
55
  ]
56
56
  object-storage = [
57
57
  "aiobotocore~=3.7.0",
58
- "object-storage-client~=0.0.35"
58
+ "object-storage-client~=0.0.37"
59
59
  ]
60
60
  soap-client = [
61
61
  "aiohttp[speedups]>=3.14.1,<3.15.0",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-commons
3
- Version: 0.22.3
3
+ Version: 0.22.4
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
@@ -39,7 +39,7 @@ 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.35; extra == "object-storage"
42
+ Requires-Dist: object-storage-client~=0.0.37; extra == "object-storage"
43
43
  Provides-Extra: soap-client
44
44
  Requires-Dist: aiohttp[speedups]<3.15.0,>=3.14.1; extra == "soap-client"
45
45
  Requires-Dist: certifi~=2026.5.20; extra == "soap-client"
@@ -33,7 +33,7 @@ SQLAlchemy[asyncio]~=2.0.50
33
33
 
34
34
  [object-storage]
35
35
  aiobotocore~=3.7.0
36
- object-storage-client~=0.0.35
36
+ object-storage-client~=0.0.37
37
37
 
38
38
  [soap-client]
39
39
  aiohttp[speedups]<3.15.0,>=3.14.1
@@ -138,14 +138,14 @@ wheels = [
138
138
 
139
139
  [[package]]
140
140
  name = "anyio"
141
- version = "4.13.0"
141
+ version = "4.14.0"
142
142
  source = { registry = "https://pypi.org/simple" }
143
143
  dependencies = [
144
144
  { name = "idna" },
145
145
  ]
146
- sdist = { url = "https://files.pythonhosted.org/packages/19/14/2c5dd9f512b66549ae92767a9c7b330ae88e1932ca57876909410251fe13/anyio-4.13.0.tar.gz", hash = "sha256:334b70e641fd2221c1505b3890c69882fe4a2df910cba14d97019b90b24439dc", size = 231622, upload-time = "2026-03-24T12:59:09.671Z" }
146
+ sdist = { url = "https://files.pythonhosted.org/packages/1c/b5/001890774a9552aff22502b8da382593109ce0c95314abaebbb116567545/anyio-4.14.0.tar.gz", hash = "sha256:b47c1f9ccf73e67021df785332508f99379c68fa7d0684e8e3492cb1d4b23f89", size = 253586, upload-time = "2026-06-15T22:00:49.021Z" }
147
147
  wheels = [
148
- { url = "https://files.pythonhosted.org/packages/da/42/e921fccf5015463e32a3cf6ee7f980a6ed0f395ceeaa45060b61d86486c2/anyio-4.13.0-py3-none-any.whl", hash = "sha256:08b310f9e24a9594186fd75b4f73f4a4152069e3853f1ed8bfbf58369f4ad708", size = 114353, upload-time = "2026-03-24T12:59:08.246Z" },
148
+ { url = "https://files.pythonhosted.org/packages/ba/16/9826f089383c593cdfc4a6e5aca94d9e91ae1692c57af82c3b2aa5e810f7/anyio-4.14.0-py3-none-any.whl", hash = "sha256:dd9b7a2a9799ed6552fde617b2c5df02b7fdd7d88392fc48101e51bae46164d9", size = 123506, upload-time = "2026-06-15T22:00:47.595Z" },
149
149
  ]
150
150
 
151
151
  [[package]]
@@ -728,14 +728,14 @@ wheels = [
728
728
 
729
729
  [[package]]
730
730
  name = "object-storage-client"
731
- version = "0.0.35"
731
+ version = "0.0.37"
732
732
  source = { registry = "https://pypi.org/simple" }
733
- sdist = { url = "https://files.pythonhosted.org/packages/56/c0/6a0df08fba3262523e6f33b4ff26ec1d28c5da4086b0b4a6bbf867b4cfdc/object_storage_client-0.0.35.tar.gz", hash = "sha256:310a6aaeac574a54dd8c0505edde121188027190dd2123a1ce7d864604a992e3", size = 68254, upload-time = "2026-06-09T14:43:33.964Z" }
733
+ sdist = { url = "https://files.pythonhosted.org/packages/85/0c/454ee97e24a53f6e3ce95286ae63efdbf84bbe05a8d29c11509397347d21/object_storage_client-0.0.37.tar.gz", hash = "sha256:50ccaa1aa2a2f36dbeea1c919125df306b1871ed5b257f69818981c0fd114449", size = 69385, upload-time = "2026-06-16T10:54:57.08Z" }
734
734
  wheels = [
735
- { url = "https://files.pythonhosted.org/packages/3c/ed/b0981b77871c1749028630a7148c807f05f7601f0934427d7084992823d5/object_storage_client-0.0.35-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:32c6da5456cf64328f2826ea3ee66ae17caa5470742d698ad08db2a27e0c0e25", size = 3333174, upload-time = "2026-06-09T14:43:39.684Z" },
736
- { url = "https://files.pythonhosted.org/packages/f2/85/b02714a0c328845fdef44d449e7018269ea28edef71e92bdb9abe4c1cf9e/object_storage_client-0.0.35-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ac4214d4dcc0a4a06b031cd4928cdaba07dde84fa16b954d8fc74cdb7caa6d25", size = 3769024, upload-time = "2026-06-09T14:43:32.755Z" },
737
- { url = "https://files.pythonhosted.org/packages/47/45/0969f5e6dda7d3c28ef7fc12c780bfda0ebc2049501d0847387751999be6/object_storage_client-0.0.35-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:cf1103d4cb477112018e37d69100f4a708243aab6bf7f83887a56fb212a1543e", size = 3504105, upload-time = "2026-06-09T14:43:29.565Z" },
738
- { url = "https://files.pythonhosted.org/packages/fa/47/d0c6a34ec5fab7c63a10f0427242769ed21169042e3d8baa3a6de9491062/object_storage_client-0.0.35-cp314-cp314-win_amd64.whl", hash = "sha256:5b313a2d2f4e1f044ae367124646435c565785d5e47c93e96aded9bbf26bbdab", size = 3270586, upload-time = "2026-06-09T14:43:35.432Z" },
735
+ { url = "https://files.pythonhosted.org/packages/76/09/45e8087b408a3a30cf774f5beb596068003892b500353f120fd53369edbf/object_storage_client-0.0.37-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:64b18d759d92e2c819234c56b41abfcf1403a6658bc5aa0a6abc84a7e47ed463", size = 3327631, upload-time = "2026-06-16T10:54:51.745Z" },
736
+ { url = "https://files.pythonhosted.org/packages/95/7a/9fea9cb06f395966c7dec001496a9ef3d436c3ac3e644d42773bb72dbbd1/object_storage_client-0.0.37-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ac5cc375983756d5f4b11898693bef68de4021053c95d5e64e689454250b0885", size = 3767425, upload-time = "2026-06-16T10:54:54.463Z" },
737
+ { url = "https://files.pythonhosted.org/packages/89/e4/a97eb2034edb78c4ce6bf9172715abb8023357cb69e9db919e22d728bbac/object_storage_client-0.0.37-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:52ff75cf30d54b9055b12a6301eb2ea492fb3b2b2ef955810d17d9632e861864", size = 3502673, upload-time = "2026-06-16T10:54:50.464Z" },
738
+ { url = "https://files.pythonhosted.org/packages/2c/c3/f06a401edae247b9f251f06ae933d7cbc18f0b671536897874538ee4473b/object_storage_client-0.0.37-cp314-cp314-win_amd64.whl", hash = "sha256:a8cadf75c47fc3bf5b496cb29777da6a3ce2a9231d72527259962dedbd47cd6a", size = 3257348, upload-time = "2026-06-16T10:54:55.948Z" },
739
739
  ]
740
740
 
741
741
  [[package]]
@@ -1173,7 +1173,7 @@ requires-dist = [
1173
1173
  { name = "lxml", marker = "extra == 'soap-client'", specifier = "~=6.1.1" },
1174
1174
  { name = "msgpack", specifier = "~=1.2.0" },
1175
1175
  { name = "msgspec", specifier = "~=0.21.1" },
1176
- { name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "~=0.0.35" },
1176
+ { name = "object-storage-client", marker = "extra == 'object-storage'", specifier = "~=0.0.37" },
1177
1177
  { name = "pydantic-settings", specifier = "~=2.14.1" },
1178
1178
  { name = "python3-commons", extras = ["api-client"], marker = "extra == 'authn'" },
1179
1179
  { name = "python3-commons", extras = ["api-client"], marker = "extra == 'authz'" },