python3-commons 0.12.2__tar.gz → 0.12.3__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.

Potentially problematic release.


This version of python3-commons might be problematic. Click here for more details.

Files changed (59) hide show
  1. {python3_commons-0.12.2/src/python3_commons.egg-info → python3_commons-0.12.3}/PKG-INFO +3 -3
  2. {python3_commons-0.12.2 → python3_commons-0.12.3}/pyproject.toml +2 -2
  3. {python3_commons-0.12.2 → python3_commons-0.12.3/src/python3_commons.egg-info}/PKG-INFO +3 -3
  4. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons.egg-info/requires.txt +2 -2
  5. {python3_commons-0.12.2 → python3_commons-0.12.3}/uv.lock +29 -29
  6. {python3_commons-0.12.2 → python3_commons-0.12.3}/.coveragerc +0 -0
  7. {python3_commons-0.12.2 → python3_commons-0.12.3}/.github/workflows/checks.yml +0 -0
  8. {python3_commons-0.12.2 → python3_commons-0.12.3}/.github/workflows/python-publish.yaml +0 -0
  9. {python3_commons-0.12.2 → python3_commons-0.12.3}/.github/workflows/release-on-tag-push.yml +0 -0
  10. {python3_commons-0.12.2 → python3_commons-0.12.3}/.gitignore +0 -0
  11. {python3_commons-0.12.2 → python3_commons-0.12.3}/.pre-commit-config.yaml +0 -0
  12. {python3_commons-0.12.2 → python3_commons-0.12.3}/.python-version +0 -0
  13. {python3_commons-0.12.2 → python3_commons-0.12.3}/AUTHORS.rst +0 -0
  14. {python3_commons-0.12.2 → python3_commons-0.12.3}/CHANGELOG.rst +0 -0
  15. {python3_commons-0.12.2 → python3_commons-0.12.3}/LICENSE +0 -0
  16. {python3_commons-0.12.2 → python3_commons-0.12.3}/README.md +0 -0
  17. {python3_commons-0.12.2 → python3_commons-0.12.3}/README.rst +0 -0
  18. {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/Makefile +0 -0
  19. {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/_static/.gitignore +0 -0
  20. {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/authors.rst +0 -0
  21. {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/changelog.rst +0 -0
  22. {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/conf.py +0 -0
  23. {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/index.rst +0 -0
  24. {python3_commons-0.12.2 → python3_commons-0.12.3}/docs/license.rst +0 -0
  25. {python3_commons-0.12.2 → python3_commons-0.12.3}/setup.cfg +0 -0
  26. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/__init__.py +0 -0
  27. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/api_client.py +0 -0
  28. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/audit.py +0 -0
  29. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/auth.py +0 -0
  30. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/cache.py +0 -0
  31. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/conf.py +0 -0
  32. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/db/__init__.py +0 -0
  33. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/db/helpers.py +0 -0
  34. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/db/models/__init__.py +0 -0
  35. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/db/models/auth.py +0 -0
  36. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/db/models/common.py +0 -0
  37. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/db/models/rbac.py +0 -0
  38. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/fs.py +0 -0
  39. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/helpers.py +0 -0
  40. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/log/__init__.py +0 -0
  41. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/log/filters.py +0 -0
  42. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/log/formatters.py +0 -0
  43. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/object_storage.py +0 -0
  44. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/permissions.py +0 -0
  45. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/__init__.py +0 -0
  46. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/common.py +0 -0
  47. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/json.py +0 -0
  48. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/msgpack.py +0 -0
  49. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons/serializers/msgspec.py +0 -0
  50. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons.egg-info/SOURCES.txt +0 -0
  51. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons.egg-info/dependency_links.txt +0 -0
  52. {python3_commons-0.12.2 → python3_commons-0.12.3}/src/python3_commons.egg-info/top_level.txt +0 -0
  53. {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/__init__.py +0 -0
  54. {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/conftest.py +0 -0
  55. {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/test_audit.py +0 -0
  56. {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/test_cache.py +0 -0
  57. {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/test_helpers.py +0 -0
  58. {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/test_msgpack.py +0 -0
  59. {python3_commons-0.12.2 → python3_commons-0.12.3}/tests/test_msgspec.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-commons
3
- Version: 0.12.2
3
+ Version: 0.12.3
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
@@ -12,7 +12,7 @@ Requires-Python: <3.15.0,>=3.13.8
12
12
  Description-Content-Type: text/x-rst
13
13
  License-File: LICENSE
14
14
  License-File: AUTHORS.rst
15
- Requires-Dist: aiobotocore~=2.24.3
15
+ Requires-Dist: aiobotocore~=2.25.0
16
16
  Requires-Dist: aiohttp[speedups]<3.15.0,>=3.12.0
17
17
  Requires-Dist: asyncpg~=0.30.0
18
18
  Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
@@ -23,7 +23,7 @@ Requires-Dist: msgspec~=0.19.0
23
23
  Requires-Dist: pydantic[email]~=2.12.0
24
24
  Requires-Dist: pydantic-settings~=2.11.0
25
25
  Requires-Dist: python-jose==3.5.0
26
- Requires-Dist: SQLAlchemy[asyncio]~=2.0.43
26
+ Requires-Dist: SQLAlchemy[asyncio]~=2.0.44
27
27
  Requires-Dist: valkey[libvalkey]~=6.1.1
28
28
  Requires-Dist: zeep~=4.3.2
29
29
  Dynamic: license-file
@@ -18,7 +18,7 @@ classifiers = [
18
18
  keywords = []
19
19
  requires-python = ">=3.13.8,<3.15.0"
20
20
  dependencies = [
21
- "aiobotocore~=2.24.3",
21
+ "aiobotocore~=2.25.0",
22
22
  "aiohttp[speedups]>=3.12.0,<3.15.0",
23
23
  "asyncpg~=0.30.0",
24
24
  "fastapi-users-db-sqlalchemy~=7.0.0",
@@ -29,7 +29,7 @@ dependencies = [
29
29
  "pydantic[email]~=2.12.0",
30
30
  "pydantic-settings~=2.11.0",
31
31
  "python-jose==3.5.0",
32
- "SQLAlchemy[asyncio]~=2.0.43",
32
+ "SQLAlchemy[asyncio]~=2.0.44",
33
33
  "valkey[libvalkey]~=6.1.1",
34
34
  "zeep~=4.3.2"
35
35
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-commons
3
- Version: 0.12.2
3
+ Version: 0.12.3
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
@@ -12,7 +12,7 @@ Requires-Python: <3.15.0,>=3.13.8
12
12
  Description-Content-Type: text/x-rst
13
13
  License-File: LICENSE
14
14
  License-File: AUTHORS.rst
15
- Requires-Dist: aiobotocore~=2.24.3
15
+ Requires-Dist: aiobotocore~=2.25.0
16
16
  Requires-Dist: aiohttp[speedups]<3.15.0,>=3.12.0
17
17
  Requires-Dist: asyncpg~=0.30.0
18
18
  Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
@@ -23,7 +23,7 @@ Requires-Dist: msgspec~=0.19.0
23
23
  Requires-Dist: pydantic[email]~=2.12.0
24
24
  Requires-Dist: pydantic-settings~=2.11.0
25
25
  Requires-Dist: python-jose==3.5.0
26
- Requires-Dist: SQLAlchemy[asyncio]~=2.0.43
26
+ Requires-Dist: SQLAlchemy[asyncio]~=2.0.44
27
27
  Requires-Dist: valkey[libvalkey]~=6.1.1
28
28
  Requires-Dist: zeep~=4.3.2
29
29
  Dynamic: license-file
@@ -1,4 +1,4 @@
1
- aiobotocore~=2.24.3
1
+ aiobotocore~=2.25.0
2
2
  aiohttp[speedups]<3.15.0,>=3.12.0
3
3
  asyncpg~=0.30.0
4
4
  fastapi-users-db-sqlalchemy~=7.0.0
@@ -9,6 +9,6 @@ msgspec~=0.19.0
9
9
  pydantic[email]~=2.12.0
10
10
  pydantic-settings~=2.11.0
11
11
  python-jose==3.5.0
12
- SQLAlchemy[asyncio]~=2.0.43
12
+ SQLAlchemy[asyncio]~=2.0.44
13
13
  valkey[libvalkey]~=6.1.1
14
14
  zeep~=4.3.2
@@ -8,7 +8,7 @@ resolution-markers = [
8
8
 
9
9
  [[package]]
10
10
  name = "aiobotocore"
11
- version = "2.24.3"
11
+ version = "2.25.0"
12
12
  source = { registry = "https://pypi.org/simple" }
13
13
  dependencies = [
14
14
  { name = "aiohttp" },
@@ -19,9 +19,9 @@ dependencies = [
19
19
  { name = "python-dateutil" },
20
20
  { name = "wrapt" },
21
21
  ]
22
- sdist = { url = "https://files.pythonhosted.org/packages/58/a1/a2c99595bf6e7d87e116f8f632ddbd522628e85545d719b6e869bc7fc379/aiobotocore-2.24.3.tar.gz", hash = "sha256:c524a1400f9bf32d6d9fe6fb513f1428426dedab2d336417d72a295f772aa3da", size = 120076, upload-time = "2025-10-07T17:06:08.388Z" }
22
+ sdist = { url = "https://files.pythonhosted.org/packages/29/89/b1ae494cfd12520c5d3b19704a14ffa19153634be47d48052e45223eee86/aiobotocore-2.25.0.tar.gz", hash = "sha256:169d07de312fd51292292f2c8faf8f67d0f466f525cea03855fe065ddc85f79d", size = 120514, upload-time = "2025-10-10T17:39:12.291Z" }
23
23
  wheels = [
24
- { url = "https://files.pythonhosted.org/packages/81/d0/0f5ac0a03360c5055a89721de26b8a56afc4a78bf75d45c92e143d195dd6/aiobotocore-2.24.3-py3-none-any.whl", hash = "sha256:2f1d02425fb35fe42a8206e8840777282af4931eef5e3dd732811c517a4e9ad8", size = 85814, upload-time = "2025-10-07T17:06:06.721Z" },
24
+ { url = "https://files.pythonhosted.org/packages/a8/4e/3592d88436bbd60984a08440793c0ba245f538f9f6287b59c1e2c0aead8c/aiobotocore-2.25.0-py3-none-any.whl", hash = "sha256:0524fd36f6d522ddc9d013df2c19fb56369ffdfbffd129895918fbfe95216dad", size = 86028, upload-time = "2025-10-10T17:39:10.423Z" },
25
25
  ]
26
26
 
27
27
  [[package]]
@@ -284,16 +284,16 @@ wheels = [
284
284
 
285
285
  [[package]]
286
286
  name = "botocore"
287
- version = "1.40.45"
287
+ version = "1.40.49"
288
288
  source = { registry = "https://pypi.org/simple" }
289
289
  dependencies = [
290
290
  { name = "jmespath" },
291
291
  { name = "python-dateutil" },
292
292
  { name = "urllib3" },
293
293
  ]
294
- sdist = { url = "https://files.pythonhosted.org/packages/0e/19/6c85d5523dd05e060d182cd0e7ce82df60ab738d18b1c8ee2202e4ca02b9/botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df", size = 14395172, upload-time = "2025-10-03T19:32:03.052Z" }
294
+ sdist = { url = "https://files.pythonhosted.org/packages/01/6a/eb7503536552bbd3388b2607bc7a64e59d4f988336406b51a69d29f17ed2/botocore-1.40.49.tar.gz", hash = "sha256:fe8d4cbcc22de84c20190ae728c46b931bafeb40fce247010fb071c31b6532b5", size = 14415240, upload-time = "2025-10-09T19:21:37.133Z" }
295
295
  wheels = [
296
- { url = "https://files.pythonhosted.org/packages/af/06/df47e2ecb74bd184c9d056666afd3db011a649eaca663337835a6dd5aee6/botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240", size = 14063670, upload-time = "2025-10-03T19:31:58.999Z" },
296
+ { url = "https://files.pythonhosted.org/packages/fc/7b/dce396a3f7078e0432d40a9778602cbf0785ca91e7bcb64e05f19dfb5662/botocore-1.40.49-py3-none-any.whl", hash = "sha256:bf1089d0e77e4fc2e195d81c519b194ab62a4d4dd3e7113ee4e2bf903b0b75ab", size = 14085172, upload-time = "2025-10-09T19:21:32.721Z" },
297
297
  ]
298
298
 
299
299
  [[package]]
@@ -612,16 +612,16 @@ wheels = [
612
612
 
613
613
  [[package]]
614
614
  name = "fastapi"
615
- version = "0.118.2"
615
+ version = "0.119.0"
616
616
  source = { registry = "https://pypi.org/simple" }
617
617
  dependencies = [
618
618
  { name = "pydantic" },
619
619
  { name = "starlette" },
620
620
  { name = "typing-extensions" },
621
621
  ]
622
- sdist = { url = "https://files.pythonhosted.org/packages/2e/ad/31a59efecca3b584440cafac6f69634f4661295c858912c2b2905280a089/fastapi-0.118.2.tar.gz", hash = "sha256:d5388dbe76d97cb6ccd2c93b4dd981608062ebf6335280edfa9a11af82443e18", size = 311963, upload-time = "2025-10-08T14:52:17.796Z" }
622
+ sdist = { url = "https://files.pythonhosted.org/packages/0a/f9/5c5bcce82a7997cc0eb8c47b7800f862f6b56adc40486ed246e5010d443b/fastapi-0.119.0.tar.gz", hash = "sha256:451082403a2c1f0b99c6bd57c09110ed5463856804c8078d38e5a1f1035dbbb7", size = 336756, upload-time = "2025-10-11T17:13:40.53Z" }
623
623
  wheels = [
624
- { url = "https://files.pythonhosted.org/packages/45/7c/97d033faf771c9fe960c7b51eb78ab266bfa64cbc917601978963f0c3c7b/fastapi-0.118.2-py3-none-any.whl", hash = "sha256:d1f842612e6a305f95abe784b7f8d3215477742e7c67a16fccd20bd79db68150", size = 97954, upload-time = "2025-10-08T14:52:16.166Z" },
624
+ { url = "https://files.pythonhosted.org/packages/ce/70/584c4d7cad80f5e833715c0a29962d7c93b4d18eed522a02981a6d1b6ee5/fastapi-0.119.0-py3-none-any.whl", hash = "sha256:90a2e49ed19515320abb864df570dd766be0662c5d577688f1600170f7f73cf2", size = 107095, upload-time = "2025-10-11T17:13:39.048Z" },
625
625
  ]
626
626
 
627
627
  [[package]]
@@ -1513,7 +1513,7 @@ testing = [
1513
1513
 
1514
1514
  [package.metadata]
1515
1515
  requires-dist = [
1516
- { name = "aiobotocore", specifier = "~=2.24.3" },
1516
+ { name = "aiobotocore", specifier = "~=2.25.0" },
1517
1517
  { name = "aiohttp", extras = ["speedups"], specifier = ">=3.12.0,<3.15.0" },
1518
1518
  { name = "asyncpg", specifier = "~=0.30.0" },
1519
1519
  { name = "fastapi-users", extras = ["sqlalchemy"], specifier = "~=14.0.1" },
@@ -1524,7 +1524,7 @@ requires-dist = [
1524
1524
  { name = "pydantic", extras = ["email"], specifier = "~=2.12.0" },
1525
1525
  { name = "pydantic-settings", specifier = "~=2.11.0" },
1526
1526
  { name = "python-jose", specifier = "==3.5.0" },
1527
- { name = "sqlalchemy", extras = ["asyncio"], specifier = "~=2.0.43" },
1527
+ { name = "sqlalchemy", extras = ["asyncio"], specifier = "~=2.0.44" },
1528
1528
  { name = "valkey", extras = ["libvalkey"], specifier = "~=6.1.1" },
1529
1529
  { name = "zeep", specifier = "~=4.3.2" },
1530
1530
  ]
@@ -1712,23 +1712,23 @@ wheels = [
1712
1712
 
1713
1713
  [[package]]
1714
1714
  name = "sqlalchemy"
1715
- version = "2.0.43"
1715
+ version = "2.0.44"
1716
1716
  source = { registry = "https://pypi.org/simple" }
1717
1717
  dependencies = [
1718
- { name = "greenlet", marker = "(python_full_version < '3.14' and platform_machine == 'AMD64') or (python_full_version < '3.14' and platform_machine == 'WIN32') or (python_full_version < '3.14' and platform_machine == 'aarch64') or (python_full_version < '3.14' and platform_machine == 'amd64') or (python_full_version < '3.14' and platform_machine == 'ppc64le') or (python_full_version < '3.14' and platform_machine == 'win32') or (python_full_version < '3.14' and platform_machine == 'x86_64')" },
1718
+ { name = "greenlet", marker = "platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64'" },
1719
1719
  { name = "typing-extensions" },
1720
1720
  ]
1721
- sdist = { url = "https://files.pythonhosted.org/packages/d7/bc/d59b5d97d27229b0e009bd9098cd81af71c2fa5549c580a0a67b9bed0496/sqlalchemy-2.0.43.tar.gz", hash = "sha256:788bfcef6787a7764169cfe9859fe425bf44559619e1d9f56f5bddf2ebf6f417", size = 9762949, upload-time = "2025-08-11T14:24:58.438Z" }
1721
+ sdist = { url = "https://files.pythonhosted.org/packages/f0/f2/840d7b9496825333f532d2e3976b8eadbf52034178aac53630d09fe6e1ef/sqlalchemy-2.0.44.tar.gz", hash = "sha256:0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22", size = 9819830, upload-time = "2025-10-10T14:39:12.935Z" }
1722
1722
  wheels = [
1723
- { url = "https://files.pythonhosted.org/packages/41/1c/a7260bd47a6fae7e03768bf66451437b36451143f36b285522b865987ced/sqlalchemy-2.0.43-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e7c08f57f75a2bb62d7ee80a89686a5e5669f199235c6d1dac75cd59374091c3", size = 2130598, upload-time = "2025-08-11T15:51:15.903Z" },
1724
- { url = "https://files.pythonhosted.org/packages/8e/84/8a337454e82388283830b3586ad7847aa9c76fdd4f1df09cdd1f94591873/sqlalchemy-2.0.43-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:14111d22c29efad445cd5021a70a8b42f7d9152d8ba7f73304c4d82460946aaa", size = 2118415, upload-time = "2025-08-11T15:51:17.256Z" },
1725
- { url = "https://files.pythonhosted.org/packages/cf/ff/22ab2328148492c4d71899d62a0e65370ea66c877aea017a244a35733685/sqlalchemy-2.0.43-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:21b27b56eb2f82653168cefe6cb8e970cdaf4f3a6cb2c5e3c3c1cf3158968ff9", size = 3248707, upload-time = "2025-08-11T15:52:38.444Z" },
1726
- { url = "https://files.pythonhosted.org/packages/dc/29/11ae2c2b981de60187f7cbc84277d9d21f101093d1b2e945c63774477aba/sqlalchemy-2.0.43-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c5a9da957c56e43d72126a3f5845603da00e0293720b03bde0aacffcf2dc04f", size = 3253602, upload-time = "2025-08-11T15:56:37.348Z" },
1727
- { url = "https://files.pythonhosted.org/packages/b8/61/987b6c23b12c56d2be451bc70900f67dd7d989d52b1ee64f239cf19aec69/sqlalchemy-2.0.43-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:5d79f9fdc9584ec83d1b3c75e9f4595c49017f5594fee1a2217117647225d738", size = 3183248, upload-time = "2025-08-11T15:52:39.865Z" },
1728
- { url = "https://files.pythonhosted.org/packages/86/85/29d216002d4593c2ce1c0ec2cec46dda77bfbcd221e24caa6e85eff53d89/sqlalchemy-2.0.43-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9df7126fd9db49e3a5a3999442cc67e9ee8971f3cb9644250107d7296cb2a164", size = 3219363, upload-time = "2025-08-11T15:56:39.11Z" },
1729
- { url = "https://files.pythonhosted.org/packages/b6/e4/bd78b01919c524f190b4905d47e7630bf4130b9f48fd971ae1c6225b6f6a/sqlalchemy-2.0.43-cp313-cp313-win32.whl", hash = "sha256:7f1ac7828857fcedb0361b48b9ac4821469f7694089d15550bbcf9ab22564a1d", size = 2096718, upload-time = "2025-08-11T15:55:05.349Z" },
1730
- { url = "https://files.pythonhosted.org/packages/ac/a5/ca2f07a2a201f9497de1928f787926613db6307992fe5cda97624eb07c2f/sqlalchemy-2.0.43-cp313-cp313-win_amd64.whl", hash = "sha256:971ba928fcde01869361f504fcff3b7143b47d30de188b11c6357c0505824197", size = 2123200, upload-time = "2025-08-11T15:55:07.932Z" },
1731
- { url = "https://files.pythonhosted.org/packages/b8/d9/13bdde6521f322861fab67473cec4b1cc8999f3871953531cf61945fad92/sqlalchemy-2.0.43-py3-none-any.whl", hash = "sha256:1681c21dd2ccee222c2fe0bef671d1aef7c504087c9c4e800371cfcc8ac966fc", size = 1924759, upload-time = "2025-08-11T15:39:53.024Z" },
1723
+ { url = "https://files.pythonhosted.org/packages/45/d3/c67077a2249fdb455246e6853166360054c331db4613cda3e31ab1cadbef/sqlalchemy-2.0.44-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ff486e183d151e51b1d694c7aa1695747599bb00b9f5f604092b54b74c64a8e1", size = 2135479, upload-time = "2025-10-10T16:03:37.671Z" },
1724
+ { url = "https://files.pythonhosted.org/packages/2b/91/eabd0688330d6fd114f5f12c4f89b0d02929f525e6bf7ff80aa17ca802af/sqlalchemy-2.0.44-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0b1af8392eb27b372ddb783b317dea0f650241cea5bd29199b22235299ca2e45", size = 2123212, upload-time = "2025-10-10T16:03:41.755Z" },
1725
+ { url = "https://files.pythonhosted.org/packages/b0/bb/43e246cfe0e81c018076a16036d9b548c4cc649de241fa27d8d9ca6f85ab/sqlalchemy-2.0.44-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2b61188657e3a2b9ac4e8f04d6cf8e51046e28175f79464c67f2fd35bceb0976", size = 3255353, upload-time = "2025-10-10T15:35:31.221Z" },
1726
+ { url = "https://files.pythonhosted.org/packages/b9/96/c6105ed9a880abe346b64d3b6ddef269ddfcab04f7f3d90a0bf3c5a88e82/sqlalchemy-2.0.44-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b87e7b91a5d5973dda5f00cd61ef72ad75a1db73a386b62877d4875a8840959c", size = 3260222, upload-time = "2025-10-10T15:43:50.124Z" },
1727
+ { url = "https://files.pythonhosted.org/packages/44/16/1857e35a47155b5ad927272fee81ae49d398959cb749edca6eaa399b582f/sqlalchemy-2.0.44-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:15f3326f7f0b2bfe406ee562e17f43f36e16167af99c4c0df61db668de20002d", size = 3189614, upload-time = "2025-10-10T15:35:32.578Z" },
1728
+ { url = "https://files.pythonhosted.org/packages/88/ee/4afb39a8ee4fc786e2d716c20ab87b5b1fb33d4ac4129a1aaa574ae8a585/sqlalchemy-2.0.44-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:1e77faf6ff919aa8cd63f1c4e561cac1d9a454a191bb864d5dd5e545935e5a40", size = 3226248, upload-time = "2025-10-10T15:43:51.862Z" },
1729
+ { url = "https://files.pythonhosted.org/packages/32/d5/0e66097fc64fa266f29a7963296b40a80d6a997b7ac13806183700676f86/sqlalchemy-2.0.44-cp313-cp313-win32.whl", hash = "sha256:ee51625c2d51f8baadf2829fae817ad0b66b140573939dd69284d2ba3553ae73", size = 2101275, upload-time = "2025-10-10T15:03:26.096Z" },
1730
+ { url = "https://files.pythonhosted.org/packages/03/51/665617fe4f8c6450f42a6d8d69243f9420f5677395572c2fe9d21b493b7b/sqlalchemy-2.0.44-cp313-cp313-win_amd64.whl", hash = "sha256:c1c80faaee1a6c3428cecf40d16a2365bcf56c424c92c2b6f0f9ad204b899e9e", size = 2127901, upload-time = "2025-10-10T15:03:27.548Z" },
1731
+ { url = "https://files.pythonhosted.org/packages/9c/5e/6a29fa884d9fb7ddadf6b69490a9d45fded3b38541713010dad16b77d015/sqlalchemy-2.0.44-py3-none-any.whl", hash = "sha256:19de7ca1246fbef9f9d1bff8f1ab25641569df226364a0e40457dc5457c54b05", size = 1928718, upload-time = "2025-10-10T15:29:45.32Z" },
1732
1732
  ]
1733
1733
 
1734
1734
  [package.optional-dependencies]
@@ -1750,11 +1750,11 @@ wheels = [
1750
1750
 
1751
1751
  [[package]]
1752
1752
  name = "types-aiobotocore-s3"
1753
- version = "2.24.3"
1753
+ version = "2.25.0"
1754
1754
  source = { registry = "https://pypi.org/simple" }
1755
- sdist = { url = "https://files.pythonhosted.org/packages/c3/ca/84023d5468d9152c8dc8dc2bc01b4bf725fe2e2a23316b147b190b403399/types_aiobotocore_s3-2.24.3.tar.gz", hash = "sha256:77c6ebdb8829f1f93e2efbd486a92e88d92d61477e6e657aeac4df3be8113d58", size = 76356, upload-time = "2025-10-08T01:35:33.677Z" }
1755
+ sdist = { url = "https://files.pythonhosted.org/packages/17/c7/d69fd0aa19b61ae67357b4d4aa546be7a6e0b38cde5d0c0704208e00791a/types_aiobotocore_s3-2.25.0.tar.gz", hash = "sha256:3885d2d975b02490c4a59ab0d9c607dec2b7d650189f19a2b6a5e0f81a07e56d", size = 76334, upload-time = "2025-10-11T01:32:43.509Z" }
1756
1756
  wheels = [
1757
- { url = "https://files.pythonhosted.org/packages/a0/d8/a40dc4c6ec06f52279b254434a3b1258f43484220f2eb79ffca0e79b3c8c/types_aiobotocore_s3-2.24.3-py3-none-any.whl", hash = "sha256:0a00a26e6805fdbe55db5aa8ba273127b740d2106f00abdf6477990527daebe6", size = 83851, upload-time = "2025-10-08T01:35:32.604Z" },
1757
+ { url = "https://files.pythonhosted.org/packages/43/42/0606f39a94b828f53db6741a5803626766379fc653c43fa98d1a3da28fb8/types_aiobotocore_s3-2.25.0-py3-none-any.whl", hash = "sha256:637b8b3eabd71a8083e835adb696e08b8bab75fb2e3f1ef3020334659abdf698", size = 83849, upload-time = "2025-10-11T01:32:42.437Z" },
1758
1758
  ]
1759
1759
 
1760
1760
  [[package]]
@@ -1803,16 +1803,16 @@ libvalkey = [
1803
1803
 
1804
1804
  [[package]]
1805
1805
  name = "virtualenv"
1806
- version = "20.34.0"
1806
+ version = "20.35.3"
1807
1807
  source = { registry = "https://pypi.org/simple" }
1808
1808
  dependencies = [
1809
1809
  { name = "distlib" },
1810
1810
  { name = "filelock" },
1811
1811
  { name = "platformdirs" },
1812
1812
  ]
1813
- sdist = { url = "https://files.pythonhosted.org/packages/1c/14/37fcdba2808a6c615681cd216fecae00413c9dab44fb2e57805ecf3eaee3/virtualenv-20.34.0.tar.gz", hash = "sha256:44815b2c9dee7ed86e387b842a84f20b93f7f417f95886ca1996a72a4138eb1a", size = 6003808, upload-time = "2025-08-13T14:24:07.464Z" }
1813
+ sdist = { url = "https://files.pythonhosted.org/packages/a4/d5/b0ccd381d55c8f45d46f77df6ae59fbc23d19e901e2d523395598e5f4c93/virtualenv-20.35.3.tar.gz", hash = "sha256:4f1a845d131133bdff10590489610c98c168ff99dc75d6c96853801f7f67af44", size = 6002907, upload-time = "2025-10-10T21:23:33.178Z" }
1814
1814
  wheels = [
1815
- { url = "https://files.pythonhosted.org/packages/76/06/04c8e804f813cf972e3262f3f8584c232de64f0cde9f703b46cf53a45090/virtualenv-20.34.0-py3-none-any.whl", hash = "sha256:341f5afa7eee943e4984a9207c025feedd768baff6753cd660c857ceb3e36026", size = 5983279, upload-time = "2025-08-13T14:24:05.111Z" },
1815
+ { url = "https://files.pythonhosted.org/packages/27/73/d9a94da0e9d470a543c1b9d3ccbceb0f59455983088e727b8a1824ed90fb/virtualenv-20.35.3-py3-none-any.whl", hash = "sha256:63d106565078d8c8d0b206d48080f938a8b25361e19432d2c9db40d2899c810a", size = 5981061, upload-time = "2025-10-10T21:23:30.433Z" },
1816
1816
  ]
1817
1817
 
1818
1818
  [[package]]