python3-commons 0.15.14__tar.gz → 0.15.16__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 (73) hide show
  1. {python3_commons-0.15.14 → python3_commons-0.15.16}/PKG-INFO +2 -2
  2. {python3_commons-0.15.14 → python3_commons-0.15.16}/pyproject.toml +1 -1
  3. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/auth.py +3 -0
  4. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons.egg-info/PKG-INFO +2 -2
  5. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons.egg-info/requires.txt +1 -1
  6. {python3_commons-0.15.14 → python3_commons-0.15.16}/uv.lock +21 -21
  7. {python3_commons-0.15.14 → python3_commons-0.15.16}/.coveragerc +0 -0
  8. {python3_commons-0.15.14 → python3_commons-0.15.16}/.devcontainer/Dockerfile +0 -0
  9. {python3_commons-0.15.14 → python3_commons-0.15.16}/.devcontainer/devcontainer.json +0 -0
  10. {python3_commons-0.15.14 → python3_commons-0.15.16}/.devcontainer/docker-compose.yml +0 -0
  11. {python3_commons-0.15.14 → python3_commons-0.15.16}/.env_template +0 -0
  12. {python3_commons-0.15.14 → python3_commons-0.15.16}/.github/workflows/checks.yml +0 -0
  13. {python3_commons-0.15.14 → python3_commons-0.15.16}/.github/workflows/python-publish.yaml +0 -0
  14. {python3_commons-0.15.14 → python3_commons-0.15.16}/.github/workflows/release-on-tag-push.yml +0 -0
  15. {python3_commons-0.15.14 → python3_commons-0.15.16}/.gitignore +0 -0
  16. {python3_commons-0.15.14 → python3_commons-0.15.16}/.pre-commit-config.yaml +0 -0
  17. {python3_commons-0.15.14 → python3_commons-0.15.16}/.python-version +0 -0
  18. {python3_commons-0.15.14 → python3_commons-0.15.16}/AUTHORS.rst +0 -0
  19. {python3_commons-0.15.14 → python3_commons-0.15.16}/CHANGELOG.rst +0 -0
  20. {python3_commons-0.15.14 → python3_commons-0.15.16}/LICENSE +0 -0
  21. {python3_commons-0.15.14 → python3_commons-0.15.16}/README.md +0 -0
  22. {python3_commons-0.15.14 → python3_commons-0.15.16}/README.rst +0 -0
  23. {python3_commons-0.15.14 → python3_commons-0.15.16}/docs/Makefile +0 -0
  24. {python3_commons-0.15.14 → python3_commons-0.15.16}/docs/_static/.gitignore +0 -0
  25. {python3_commons-0.15.14 → python3_commons-0.15.16}/docs/authors.rst +0 -0
  26. {python3_commons-0.15.14 → python3_commons-0.15.16}/docs/changelog.rst +0 -0
  27. {python3_commons-0.15.14 → python3_commons-0.15.16}/docs/conf.py +0 -0
  28. {python3_commons-0.15.14 → python3_commons-0.15.16}/docs/index.rst +0 -0
  29. {python3_commons-0.15.14 → python3_commons-0.15.16}/docs/license.rst +0 -0
  30. {python3_commons-0.15.14 → python3_commons-0.15.16}/setup.cfg +0 -0
  31. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/__init__.py +0 -0
  32. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/api_client.py +0 -0
  33. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/async_functools.py +0 -0
  34. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/audit.py +0 -0
  35. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/cache.py +0 -0
  36. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/conf.py +0 -0
  37. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/db/__init__.py +0 -0
  38. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/db/helpers.py +0 -0
  39. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/db/models/__init__.py +0 -0
  40. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/db/models/auth.py +0 -0
  41. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/db/models/common.py +0 -0
  42. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/db/models/rbac.py +0 -0
  43. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/db/models/users.py +0 -0
  44. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/exceptions.py +0 -0
  45. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/fs.py +0 -0
  46. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/generators.py +0 -0
  47. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/helpers.py +0 -0
  48. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/log/__init__.py +0 -0
  49. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/log/filters.py +0 -0
  50. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/log/formatters.py +0 -0
  51. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/object_storage.py +0 -0
  52. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/permissions.py +0 -0
  53. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/serializers/__init__.py +0 -0
  54. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/serializers/common.py +0 -0
  55. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/serializers/json.py +0 -0
  56. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/serializers/msgpack.py +0 -0
  57. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons/serializers/msgspec.py +0 -0
  58. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons.egg-info/SOURCES.txt +0 -0
  59. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons.egg-info/dependency_links.txt +0 -0
  60. {python3_commons-0.15.14 → python3_commons-0.15.16}/src/python3_commons.egg-info/top_level.txt +0 -0
  61. {python3_commons-0.15.14 → python3_commons-0.15.16}/tests/__init__.py +0 -0
  62. {python3_commons-0.15.14 → python3_commons-0.15.16}/tests/integration/__init__.py +0 -0
  63. {python3_commons-0.15.14 → python3_commons-0.15.16}/tests/integration/test_cache.py +0 -0
  64. {python3_commons-0.15.14 → python3_commons-0.15.16}/tests/integration/test_osc.py +0 -0
  65. {python3_commons-0.15.14 → python3_commons-0.15.16}/tests/unit/__init__.py +0 -0
  66. {python3_commons-0.15.14 → python3_commons-0.15.16}/tests/unit/conftest.py +0 -0
  67. {python3_commons-0.15.14 → python3_commons-0.15.16}/tests/unit/log/__init__.py +0 -0
  68. {python3_commons-0.15.14 → python3_commons-0.15.16}/tests/unit/log/test_formatters.py +0 -0
  69. {python3_commons-0.15.14 → python3_commons-0.15.16}/tests/unit/test_async_functools.py +0 -0
  70. {python3_commons-0.15.14 → python3_commons-0.15.16}/tests/unit/test_audit.py +0 -0
  71. {python3_commons-0.15.14 → python3_commons-0.15.16}/tests/unit/test_helpers.py +0 -0
  72. {python3_commons-0.15.14 → python3_commons-0.15.16}/tests/unit/test_msgpack.py +0 -0
  73. {python3_commons-0.15.14 → python3_commons-0.15.16}/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.15.14
3
+ Version: 0.15.16
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
@@ -18,7 +18,7 @@ Requires-Dist: asyncpg~=0.31.0
18
18
  Requires-Dist: lxml~=6.0.2
19
19
  Requires-Dist: msgpack~=1.1.2
20
20
  Requires-Dist: msgspec==0.20.0
21
- Requires-Dist: object-storage-client==0.0.19
21
+ Requires-Dist: object-storage-client==0.0.20
22
22
  Requires-Dist: pydantic-settings~=2.13.1
23
23
  Requires-Dist: SQLAlchemy[asyncio]~=2.0.48
24
24
  Requires-Dist: valkey[libvalkey]~=6.1.1
@@ -24,7 +24,7 @@ dependencies = [
24
24
  "lxml~=6.0.2",
25
25
  "msgpack~=1.1.2",
26
26
  "msgspec==0.20.0",
27
- "object-storage-client==0.0.19",
27
+ "object-storage-client==0.0.20",
28
28
  "pydantic-settings~=2.13.1",
29
29
  "SQLAlchemy[asyncio]~=2.0.48",
30
30
  "valkey[libvalkey]~=6.1.1",
@@ -62,6 +62,9 @@ async def fetch_jwks(jwks_uri: str) -> dict:
62
62
  """
63
63
  Fetch the JSON Web Key Set (JWKS) for validating the token's signature.
64
64
  """
65
+ if oidc_settings.authority_internal_url:
66
+ jwks_uri = jwks_uri.replace(oidc_settings.authority_url, str(oidc_settings.authority_internal_url))
67
+
65
68
  async with aiohttp.ClientSession() as session, session.get(jwks_uri) as response:
66
69
  if response.status != HTTPStatus.OK:
67
70
  msg = 'Failed to fetch JWKS'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-commons
3
- Version: 0.15.14
3
+ Version: 0.15.16
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
@@ -18,7 +18,7 @@ Requires-Dist: asyncpg~=0.31.0
18
18
  Requires-Dist: lxml~=6.0.2
19
19
  Requires-Dist: msgpack~=1.1.2
20
20
  Requires-Dist: msgspec==0.20.0
21
- Requires-Dist: object-storage-client==0.0.19
21
+ Requires-Dist: object-storage-client==0.0.20
22
22
  Requires-Dist: pydantic-settings~=2.13.1
23
23
  Requires-Dist: SQLAlchemy[asyncio]~=2.0.48
24
24
  Requires-Dist: valkey[libvalkey]~=6.1.1
@@ -4,7 +4,7 @@ asyncpg~=0.31.0
4
4
  lxml~=6.0.2
5
5
  msgpack~=1.1.2
6
6
  msgspec==0.20.0
7
- object-storage-client==0.0.19
7
+ object-storage-client==0.0.20
8
8
  pydantic-settings~=2.13.1
9
9
  SQLAlchemy[asyncio]~=2.0.48
10
10
  valkey[libvalkey]~=6.1.1
@@ -155,11 +155,11 @@ wheels = [
155
155
 
156
156
  [[package]]
157
157
  name = "attrs"
158
- version = "25.4.0"
158
+ version = "26.1.0"
159
159
  source = { registry = "https://pypi.org/simple" }
160
- sdist = { url = "https://files.pythonhosted.org/packages/6b/5c/685e6633917e101e5dcb62b9dd76946cbb57c26e133bae9e0cd36033c0a9/attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11", size = 934251, upload-time = "2025-10-06T13:54:44.725Z" }
160
+ sdist = { url = "https://files.pythonhosted.org/packages/9a/8e/82a0fe20a541c03148528be8cac2408564a6c9a0cc7e9171802bc1d26985/attrs-26.1.0.tar.gz", hash = "sha256:d03ceb89cb322a8fd706d4fb91940737b6642aa36998fe130a9bc96c985eff32", size = 952055, upload-time = "2026-03-19T14:22:25.026Z" }
161
161
  wheels = [
162
- { url = "https://files.pythonhosted.org/packages/3a/2a/7cc015f5b9f5db42b7d48157e23356022889fc354a2813c15934b7cb5c0e/attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373", size = 67615, upload-time = "2025-10-06T13:54:43.17Z" },
162
+ { url = "https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl", hash = "sha256:c647aa4a12dfbad9333ca4e71fe62ddc36f4e63b2d260a37a8b83d2f043ac309", size = 67548, upload-time = "2026-03-19T14:22:23.645Z" },
163
163
  ]
164
164
 
165
165
  [[package]]
@@ -666,13 +666,13 @@ wheels = [
666
666
 
667
667
  [[package]]
668
668
  name = "object-storage-client"
669
- version = "0.0.19"
669
+ version = "0.0.20"
670
670
  source = { registry = "https://pypi.org/simple" }
671
- sdist = { url = "https://files.pythonhosted.org/packages/f2/65/800546c01213e5a7781790e4191738c88b43b95fb83b613d0e20b2a541d9/object_storage_client-0.0.19.tar.gz", hash = "sha256:222ca4e6a01bd0a8890b5ba92e8dce45bb482906528059c87f262be8461af053", size = 39065, upload-time = "2026-03-09T23:07:16.004Z" }
671
+ sdist = { url = "https://files.pythonhosted.org/packages/af/b3/c2a0c4067d829f49d6e777a9c11f28b899226e117492c6f6ed230890b327/object_storage_client-0.0.20.tar.gz", hash = "sha256:ca4bf4ce6c7061081caeb8d11e05f34ec597829a8178e94f62b17dc7e9b12498", size = 39116, upload-time = "2026-03-20T17:27:56.377Z" }
672
672
  wheels = [
673
- { url = "https://files.pythonhosted.org/packages/d9/40/545c1ff4b6833201730f663c4ad3caa3ae677992999f62a2290eb697693f/object_storage_client-0.0.19-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:19e53194c0bf4aa377c54c5787c49db4f740e21b318ef7fc322692fcaf9448ee", size = 1920528, upload-time = "2026-03-09T23:07:14.425Z" },
674
- { url = "https://files.pythonhosted.org/packages/1c/e3/7079a9d1ff66eeada95b7831e48608c0f4fea846d6c3ba7bb132e0b092a3/object_storage_client-0.0.19-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:02fa2499d8d53f59b2d12e0d97836305d1cea236aa1c20c46530b75c087165c8", size = 2101981, upload-time = "2026-03-09T23:07:07.387Z" },
675
- { url = "https://files.pythonhosted.org/packages/32/45/d13ebf65d35711425a0b6d0b7e0eefef989cc74dc280fd3594bd2589ef92/object_storage_client-0.0.19-cp314-cp314-win_amd64.whl", hash = "sha256:26878e1aee99b6b5e5b8218982ca9d3dad6b4297a17aedad1804882b0299b0d1", size = 2090163, upload-time = "2026-03-09T23:07:17.078Z" },
673
+ { url = "https://files.pythonhosted.org/packages/30/56/5c32ba20a482dd861f6faa18372410fb4abaaca74f419d60ef925ba64d9e/object_storage_client-0.0.20-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:7fe6781539b4f29aef6836411e100a946f22ac409926ab0b0ec9362a198451fd", size = 1914810, upload-time = "2026-03-20T17:27:51.906Z" },
674
+ { url = "https://files.pythonhosted.org/packages/41/2d/2e5b7b195a0e4478e4ae08efb249746c7b0df8aa25f58aa913540882617e/object_storage_client-0.0.20-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa0037016589a153f7c7d6e9c2b84cdd046d280420c8a4120cebe6cb1e7665a6", size = 2102642, upload-time = "2026-03-20T17:27:55.24Z" },
675
+ { url = "https://files.pythonhosted.org/packages/68/84/256c571a540017429009c289b2cccf174fc0cf731bae5697a214f57e26c8/object_storage_client-0.0.20-cp314-cp314-win_amd64.whl", hash = "sha256:49003b38f22af4cdb60f62fed7b55890c93fba0e837f1c6a216f9566b4167629", size = 2095189, upload-time = "2026-03-20T17:28:00.145Z" },
676
676
  ]
677
677
 
678
678
  [[package]]
@@ -926,16 +926,16 @@ wheels = [
926
926
 
927
927
  [[package]]
928
928
  name = "pytest-cov"
929
- version = "7.0.0"
929
+ version = "7.1.0"
930
930
  source = { registry = "https://pypi.org/simple" }
931
931
  dependencies = [
932
932
  { name = "coverage" },
933
933
  { name = "pluggy" },
934
934
  { name = "pytest" },
935
935
  ]
936
- 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" }
936
+ sdist = { url = "https://files.pythonhosted.org/packages/b1/51/a849f96e117386044471c8ec2bd6cfebacda285da9525c9106aeb28da671/pytest_cov-7.1.0.tar.gz", hash = "sha256:30674f2b5f6351aa09702a9c8c364f6a01c27aae0c1366ae8016160d1efc56b2", size = 55592, upload-time = "2026-03-21T20:11:16.284Z" }
937
937
  wheels = [
938
- { 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" },
938
+ { url = "https://files.pythonhosted.org/packages/9d/7a/d968e294073affff457b041c2be9868a40c1c71f4a35fcc1e45e5493067b/pytest_cov-7.1.0-py3-none-any.whl", hash = "sha256:a0461110b7865f9a271aa1b51e516c9a95de9d696734a2f71e3e78f46e1d4678", size = 22876, upload-time = "2026-03-21T20:11:14.438Z" },
939
939
  ]
940
940
 
941
941
  [[package]]
@@ -964,15 +964,15 @@ wheels = [
964
964
 
965
965
  [[package]]
966
966
  name = "python-discovery"
967
- version = "1.1.3"
967
+ version = "1.2.0"
968
968
  source = { registry = "https://pypi.org/simple" }
969
969
  dependencies = [
970
970
  { name = "filelock" },
971
971
  { name = "platformdirs" },
972
972
  ]
973
- sdist = { url = "https://files.pythonhosted.org/packages/d7/7e/9f3b0dd3a074a6c3e1e79f35e465b1f2ee4b262d619de00cfce523cc9b24/python_discovery-1.1.3.tar.gz", hash = "sha256:7acca36e818cd88e9b2ba03e045ad7e93e1713e29c6bbfba5d90202310b7baa5", size = 56945, upload-time = "2026-03-10T15:08:15.038Z" }
973
+ sdist = { url = "https://files.pythonhosted.org/packages/9c/90/bcce6b46823c9bec1757c964dc37ed332579be512e17a30e9698095dcae4/python_discovery-1.2.0.tar.gz", hash = "sha256:7d33e350704818b09e3da2bd419d37e21e7c30db6e0977bb438916e06b41b5b1", size = 58055, upload-time = "2026-03-19T01:43:08.248Z" }
974
974
  wheels = [
975
- { url = "https://files.pythonhosted.org/packages/e7/80/73211fc5bfbfc562369b4aa61dc1e4bf07dc7b34df7b317e4539316b809c/python_discovery-1.1.3-py3-none-any.whl", hash = "sha256:90e795f0121bc84572e737c9aa9966311b9fde44ffb88a5953b3ec9b31c6945e", size = 31485, upload-time = "2026-03-10T15:08:13.06Z" },
975
+ { url = "https://files.pythonhosted.org/packages/c2/3c/2005227cb951df502412de2fa781f800663cccbef8d90ec6f1b371ac2c0d/python_discovery-1.2.0-py3-none-any.whl", hash = "sha256:1e108f1bbe2ed0ef089823d28805d5ad32be8e734b86a5f212bf89b71c266e4a", size = 31524, upload-time = "2026-03-19T01:43:07.045Z" },
976
976
  ]
977
977
 
978
978
  [[package]]
@@ -1026,7 +1026,7 @@ requires-dist = [
1026
1026
  { name = "lxml", specifier = "~=6.0.2" },
1027
1027
  { name = "msgpack", specifier = "~=1.1.2" },
1028
1028
  { name = "msgspec", specifier = "==0.20.0" },
1029
- { name = "object-storage-client", specifier = "==0.0.19" },
1029
+ { name = "object-storage-client", specifier = "==0.0.20" },
1030
1030
  { name = "pydantic-settings", specifier = "~=2.13.1" },
1031
1031
  { name = "sqlalchemy", extras = ["asyncio"], specifier = "~=2.0.48" },
1032
1032
  { name = "valkey", extras = ["libvalkey"], specifier = "~=6.1.1" },
@@ -1188,14 +1188,14 @@ asyncio = [
1188
1188
 
1189
1189
  [[package]]
1190
1190
  name = "types-aiobotocore"
1191
- version = "3.2.1"
1191
+ version = "3.3.0"
1192
1192
  source = { registry = "https://pypi.org/simple" }
1193
1193
  dependencies = [
1194
1194
  { name = "botocore-stubs" },
1195
1195
  ]
1196
- sdist = { url = "https://files.pythonhosted.org/packages/24/bc/a176a1a7f81e386c980925615a5bafdbb4296687d1cf14da8507db2eb17f/types_aiobotocore-3.2.1.tar.gz", hash = "sha256:8c6ed545cf8a1ced33bde2912975b606ad0ca23b1960ddb6bcfc9e4bf7dde627", size = 86572, upload-time = "2026-03-06T02:19:04.178Z" }
1196
+ sdist = { url = "https://files.pythonhosted.org/packages/e7/93/e22753dc6b941093f19f0bfe87af5424e00310eaf52dd7d0d8306a6fe094/types_aiobotocore-3.3.0.tar.gz", hash = "sha256:c754c2888631d56c370cab4d2108da2bfd3afe80049303fb7132004ead3b21d6", size = 86908, upload-time = "2026-03-19T02:35:49.176Z" }
1197
1197
  wheels = [
1198
- { url = "https://files.pythonhosted.org/packages/8b/d4/5ecb92d17d0e0329330b0dda840078039adf938ade64ebe619f986cc3e75/types_aiobotocore-3.2.1-py3-none-any.whl", hash = "sha256:0e590a151d2a31a68f71123f8c5c152e4d32f818478403d67ce315e12c8d528a", size = 54243, upload-time = "2026-03-06T02:19:00.688Z" },
1198
+ { url = "https://files.pythonhosted.org/packages/97/c7/53a786a82bde6307fd79059357c1d2f510667019d78dd71d8787c49bec7f/types_aiobotocore-3.3.0-py3-none-any.whl", hash = "sha256:017e9666d5cba2c26134256ad5e4efb320a68352358b9f3257b4e2aae3fb4c18", size = 54364, upload-time = "2026-03-19T02:35:45.567Z" },
1199
1199
  ]
1200
1200
 
1201
1201
  [package.optional-dependencies]
@@ -1205,11 +1205,11 @@ s3 = [
1205
1205
 
1206
1206
  [[package]]
1207
1207
  name = "types-aiobotocore-s3"
1208
- version = "3.2.1"
1208
+ version = "3.3.0"
1209
1209
  source = { registry = "https://pypi.org/simple" }
1210
- sdist = { url = "https://files.pythonhosted.org/packages/0c/1d/1ea502ff9ba6d98f76a61bfc672937bd0499deb1da9206176c0f0183c1e9/types_aiobotocore_s3-3.2.1.tar.gz", hash = "sha256:764f08d352f2cc4f8b84877ce9a4d1014b45b2325c70f1093ed09c0ce41f1abd", size = 76918, upload-time = "2026-03-05T02:29:12.96Z" }
1210
+ sdist = { url = "https://files.pythonhosted.org/packages/3d/52/ea3c13b8141ae93985891d7876455ea5a7816da2666e6a38b7d90dd022ad/types_aiobotocore_s3-3.3.0.tar.gz", hash = "sha256:67a4aa2c3ab63d4c1df30b3d24516be822b5709d2c8413f35162b1a148211b68", size = 77002, upload-time = "2026-03-19T02:33:49.98Z" }
1211
1211
  wheels = [
1212
- { url = "https://files.pythonhosted.org/packages/30/39/c36725889934e5453f89d817823d940405c7dbd71ac57dd0214fa55e795f/types_aiobotocore_s3-3.2.1-py3-none-any.whl", hash = "sha256:3f5b05c5e718c6a0265296f4f00770d30bdd74d2cc3ecb1edd6862855f997d6b", size = 84628, upload-time = "2026-03-05T02:29:11.41Z" },
1212
+ { url = "https://files.pythonhosted.org/packages/71/3f/e2c0157349024625d38d72ca5901f89f71e1dd0081a2593394bcac483b8d/types_aiobotocore_s3-3.3.0-py3-none-any.whl", hash = "sha256:eed12db234d6dc8a4faeb298c25c0b9d8e642b8741b1853d45d3249a93ca2cea", size = 84733, upload-time = "2026-03-19T02:33:48.184Z" },
1213
1213
  ]
1214
1214
 
1215
1215
  [[package]]