python3-commons 0.9.5__tar.gz → 0.9.7__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.
- python3_commons-0.9.7/.github/workflows/release-on-tag-push.yml +23 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/.pre-commit-config.yaml +1 -1
- {python3_commons-0.9.5/src/python3_commons.egg-info → python3_commons-0.9.7}/PKG-INFO +3 -3
- {python3_commons-0.9.5 → python3_commons-0.9.7}/pyproject.toml +3 -3
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/api_client.py +2 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7/src/python3_commons.egg-info}/PKG-INFO +3 -3
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons.egg-info/requires.txt +2 -2
- {python3_commons-0.9.5 → python3_commons-0.9.7}/uv.lock +68 -68
- python3_commons-0.9.5/.github/workflows/release-on-tag-push.yml +0 -20
- {python3_commons-0.9.5 → python3_commons-0.9.7}/.coveragerc +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/.gitignore +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/.python-version +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/AUTHORS.rst +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/CHANGELOG.rst +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/LICENSE +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/README.md +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/README.rst +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/docs/Makefile +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/docs/_static/.gitignore +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/docs/authors.rst +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/docs/changelog.rst +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/docs/conf.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/docs/index.rst +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/docs/license.rst +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/setup.cfg +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/tests/conftest.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/tests/test_audit.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/tests/test_cache.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/tests/test_helpers.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/tests/test_msgpack.py +0 -0
- {python3_commons-0.9.5 → python3_commons-0.9.7}/tests/test_msgspec.py +0 -0
@@ -0,0 +1,23 @@
|
|
1
|
+
name: Create Release on Tag
|
2
|
+
permissions:
|
3
|
+
contents: write
|
4
|
+
|
5
|
+
on:
|
6
|
+
push:
|
7
|
+
tags:
|
8
|
+
- 'v*'
|
9
|
+
|
10
|
+
jobs:
|
11
|
+
create-release:
|
12
|
+
runs-on: ubuntu-latest
|
13
|
+
if: ${{ startsWith(github.ref, 'refs/tags') }}
|
14
|
+
steps:
|
15
|
+
- name: Create GitHub Release
|
16
|
+
env:
|
17
|
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
18
|
+
tag: ${{ github.ref_name }}
|
19
|
+
run: |
|
20
|
+
gh release create "$tag" \
|
21
|
+
--repo="$GITHUB_REPOSITORY" \
|
22
|
+
--title="v${tag#v}" \
|
23
|
+
--generate-notes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: python3-commons
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.7
|
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,7 +13,7 @@ Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
14
14
|
License-File: AUTHORS.rst
|
15
15
|
Requires-Dist: aiobotocore~=2.23.2
|
16
|
-
Requires-Dist: aiohttp[speedups]~=3.12.
|
16
|
+
Requires-Dist: aiohttp[speedups]~=3.12.15
|
17
17
|
Requires-Dist: asyncpg~=0.30.0
|
18
18
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
19
19
|
Requires-Dist: fastapi-users[sqlalchemy]~=14.0.1
|
@@ -23,7 +23,7 @@ Requires-Dist: msgspec~=0.19.0
|
|
23
23
|
Requires-Dist: pydantic[email]~=2.11.7
|
24
24
|
Requires-Dist: pydantic-settings~=2.10.1
|
25
25
|
Requires-Dist: python-jose==3.5.0
|
26
|
-
Requires-Dist: SQLAlchemy[asyncio]~=2.0.
|
26
|
+
Requires-Dist: SQLAlchemy[asyncio]~=2.0.42
|
27
27
|
Requires-Dist: valkey[libvalkey]~=6.1.0
|
28
28
|
Requires-Dist: zeep~=4.3.1
|
29
29
|
Dynamic: license-file
|
@@ -20,7 +20,7 @@ requires-python = "==3.13.*"
|
|
20
20
|
|
21
21
|
dependencies = [
|
22
22
|
"aiobotocore~=2.23.2",
|
23
|
-
"aiohttp[speedups]~=3.12.
|
23
|
+
"aiohttp[speedups]~=3.12.15",
|
24
24
|
"asyncpg~=0.30.0",
|
25
25
|
"fastapi-users-db-sqlalchemy~=7.0.0",
|
26
26
|
"fastapi-users[sqlalchemy]~=14.0.1",
|
@@ -30,7 +30,7 @@ dependencies = [
|
|
30
30
|
"pydantic[email]~=2.11.7",
|
31
31
|
"pydantic-settings~=2.10.1",
|
32
32
|
"python-jose==3.5.0",
|
33
|
-
"SQLAlchemy[asyncio]~=2.0.
|
33
|
+
"SQLAlchemy[asyncio]~=2.0.42",
|
34
34
|
"valkey[libvalkey]~=6.1.0",
|
35
35
|
"zeep~=4.3.1"
|
36
36
|
]
|
@@ -41,7 +41,7 @@ dev = [
|
|
41
41
|
"pip==25.1.1",
|
42
42
|
"pre-commit==4.2.0",
|
43
43
|
"pyright==1.1.403",
|
44
|
-
"ruff==0.12.
|
44
|
+
"ruff==0.12.7",
|
45
45
|
"setuptools==80.9.0",
|
46
46
|
"setuptools_scm==8.3.1",
|
47
47
|
"types-aiobotocore-s3",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: python3-commons
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.7
|
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,7 +13,7 @@ Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE
|
14
14
|
License-File: AUTHORS.rst
|
15
15
|
Requires-Dist: aiobotocore~=2.23.2
|
16
|
-
Requires-Dist: aiohttp[speedups]~=3.12.
|
16
|
+
Requires-Dist: aiohttp[speedups]~=3.12.15
|
17
17
|
Requires-Dist: asyncpg~=0.30.0
|
18
18
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
19
19
|
Requires-Dist: fastapi-users[sqlalchemy]~=14.0.1
|
@@ -23,7 +23,7 @@ Requires-Dist: msgspec~=0.19.0
|
|
23
23
|
Requires-Dist: pydantic[email]~=2.11.7
|
24
24
|
Requires-Dist: pydantic-settings~=2.10.1
|
25
25
|
Requires-Dist: python-jose==3.5.0
|
26
|
-
Requires-Dist: SQLAlchemy[asyncio]~=2.0.
|
26
|
+
Requires-Dist: SQLAlchemy[asyncio]~=2.0.42
|
27
27
|
Requires-Dist: valkey[libvalkey]~=6.1.0
|
28
28
|
Requires-Dist: zeep~=4.3.1
|
29
29
|
Dynamic: license-file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
aiobotocore~=2.23.2
|
2
|
-
aiohttp[speedups]~=3.12.
|
2
|
+
aiohttp[speedups]~=3.12.15
|
3
3
|
asyncpg~=0.30.0
|
4
4
|
fastapi-users-db-sqlalchemy~=7.0.0
|
5
5
|
fastapi-users[sqlalchemy]~=14.0.1
|
@@ -9,6 +9,6 @@ msgspec~=0.19.0
|
|
9
9
|
pydantic[email]~=2.11.7
|
10
10
|
pydantic-settings~=2.10.1
|
11
11
|
python-jose==3.5.0
|
12
|
-
SQLAlchemy[asyncio]~=2.0.
|
12
|
+
SQLAlchemy[asyncio]~=2.0.42
|
13
13
|
valkey[libvalkey]~=6.1.0
|
14
14
|
zeep~=4.3.1
|
@@ -43,7 +43,7 @@ wheels = [
|
|
43
43
|
|
44
44
|
[[package]]
|
45
45
|
name = "aiohttp"
|
46
|
-
version = "3.12.
|
46
|
+
version = "3.12.15"
|
47
47
|
source = { registry = "https://pypi.org/simple" }
|
48
48
|
dependencies = [
|
49
49
|
{ name = "aiohappyeyeballs" },
|
@@ -54,25 +54,25 @@ dependencies = [
|
|
54
54
|
{ name = "propcache" },
|
55
55
|
{ name = "yarl" },
|
56
56
|
]
|
57
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
58
|
-
wheels = [
|
59
|
-
{ url = "https://files.pythonhosted.org/packages/
|
60
|
-
{ url = "https://files.pythonhosted.org/packages/
|
61
|
-
{ url = "https://files.pythonhosted.org/packages/
|
62
|
-
{ url = "https://files.pythonhosted.org/packages/
|
63
|
-
{ url = "https://files.pythonhosted.org/packages/
|
64
|
-
{ url = "https://files.pythonhosted.org/packages/
|
65
|
-
{ url = "https://files.pythonhosted.org/packages/
|
66
|
-
{ url = "https://files.pythonhosted.org/packages/
|
67
|
-
{ url = "https://files.pythonhosted.org/packages/
|
68
|
-
{ url = "https://files.pythonhosted.org/packages/
|
69
|
-
{ url = "https://files.pythonhosted.org/packages/
|
70
|
-
{ url = "https://files.pythonhosted.org/packages/
|
71
|
-
{ url = "https://files.pythonhosted.org/packages/
|
72
|
-
{ url = "https://files.pythonhosted.org/packages/
|
73
|
-
{ url = "https://files.pythonhosted.org/packages/
|
74
|
-
{ url = "https://files.pythonhosted.org/packages/
|
75
|
-
{ url = "https://files.pythonhosted.org/packages/
|
57
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9b/e7/d92a237d8802ca88483906c388f7c201bbe96cd80a165ffd0ac2f6a8d59f/aiohttp-3.12.15.tar.gz", hash = "sha256:4fc61385e9c98d72fcdf47e6dd81833f47b2f77c114c29cd64a361be57a763a2", size = 7823716, upload-time = "2025-07-29T05:52:32.215Z" }
|
58
|
+
wheels = [
|
59
|
+
{ url = "https://files.pythonhosted.org/packages/f2/33/918091abcf102e39d15aba2476ad9e7bd35ddb190dcdd43a854000d3da0d/aiohttp-3.12.15-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:9f922ffd05034d439dde1c77a20461cf4a1b0831e6caa26151fe7aa8aaebc315", size = 696741, upload-time = "2025-07-29T05:51:19.021Z" },
|
60
|
+
{ url = "https://files.pythonhosted.org/packages/b5/2a/7495a81e39a998e400f3ecdd44a62107254803d1681d9189be5c2e4530cd/aiohttp-3.12.15-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:2ee8a8ac39ce45f3e55663891d4b1d15598c157b4d494a4613e704c8b43112cd", size = 474407, upload-time = "2025-07-29T05:51:21.165Z" },
|
61
|
+
{ url = "https://files.pythonhosted.org/packages/49/fc/a9576ab4be2dcbd0f73ee8675d16c707cfc12d5ee80ccf4015ba543480c9/aiohttp-3.12.15-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:3eae49032c29d356b94eee45a3f39fdf4b0814b397638c2f718e96cfadf4c4e4", size = 466703, upload-time = "2025-07-29T05:51:22.948Z" },
|
62
|
+
{ url = "https://files.pythonhosted.org/packages/09/2f/d4bcc8448cf536b2b54eed48f19682031ad182faa3a3fee54ebe5b156387/aiohttp-3.12.15-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b97752ff12cc12f46a9b20327104448042fce5c33a624f88c18f66f9368091c7", size = 1705532, upload-time = "2025-07-29T05:51:25.211Z" },
|
63
|
+
{ url = "https://files.pythonhosted.org/packages/f1/f3/59406396083f8b489261e3c011aa8aee9df360a96ac8fa5c2e7e1b8f0466/aiohttp-3.12.15-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:894261472691d6fe76ebb7fcf2e5870a2ac284c7406ddc95823c8598a1390f0d", size = 1686794, upload-time = "2025-07-29T05:51:27.145Z" },
|
64
|
+
{ url = "https://files.pythonhosted.org/packages/dc/71/164d194993a8d114ee5656c3b7ae9c12ceee7040d076bf7b32fb98a8c5c6/aiohttp-3.12.15-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5fa5d9eb82ce98959fc1031c28198b431b4d9396894f385cb63f1e2f3f20ca6b", size = 1738865, upload-time = "2025-07-29T05:51:29.366Z" },
|
65
|
+
{ url = "https://files.pythonhosted.org/packages/1c/00/d198461b699188a93ead39cb458554d9f0f69879b95078dce416d3209b54/aiohttp-3.12.15-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f0fa751efb11a541f57db59c1dd821bec09031e01452b2b6217319b3a1f34f3d", size = 1788238, upload-time = "2025-07-29T05:51:31.285Z" },
|
66
|
+
{ url = "https://files.pythonhosted.org/packages/85/b8/9e7175e1fa0ac8e56baa83bf3c214823ce250d0028955dfb23f43d5e61fd/aiohttp-3.12.15-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5346b93e62ab51ee2a9d68e8f73c7cf96ffb73568a23e683f931e52450e4148d", size = 1710566, upload-time = "2025-07-29T05:51:33.219Z" },
|
67
|
+
{ url = "https://files.pythonhosted.org/packages/59/e4/16a8eac9df39b48ae102ec030fa9f726d3570732e46ba0c592aeeb507b93/aiohttp-3.12.15-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:049ec0360f939cd164ecbfd2873eaa432613d5e77d6b04535e3d1fbae5a9e645", size = 1624270, upload-time = "2025-07-29T05:51:35.195Z" },
|
68
|
+
{ url = "https://files.pythonhosted.org/packages/1f/f8/cd84dee7b6ace0740908fd0af170f9fab50c2a41ccbc3806aabcb1050141/aiohttp-3.12.15-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:b52dcf013b57464b6d1e51b627adfd69a8053e84b7103a7cd49c030f9ca44461", size = 1677294, upload-time = "2025-07-29T05:51:37.215Z" },
|
69
|
+
{ url = "https://files.pythonhosted.org/packages/ce/42/d0f1f85e50d401eccd12bf85c46ba84f947a84839c8a1c2c5f6e8ab1eb50/aiohttp-3.12.15-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:9b2af240143dd2765e0fb661fd0361a1b469cab235039ea57663cda087250ea9", size = 1708958, upload-time = "2025-07-29T05:51:39.328Z" },
|
70
|
+
{ url = "https://files.pythonhosted.org/packages/d5/6b/f6fa6c5790fb602538483aa5a1b86fcbad66244997e5230d88f9412ef24c/aiohttp-3.12.15-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:ac77f709a2cde2cc71257ab2d8c74dd157c67a0558a0d2799d5d571b4c63d44d", size = 1651553, upload-time = "2025-07-29T05:51:41.356Z" },
|
71
|
+
{ url = "https://files.pythonhosted.org/packages/04/36/a6d36ad545fa12e61d11d1932eef273928b0495e6a576eb2af04297fdd3c/aiohttp-3.12.15-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:47f6b962246f0a774fbd3b6b7be25d59b06fdb2f164cf2513097998fc6a29693", size = 1727688, upload-time = "2025-07-29T05:51:43.452Z" },
|
72
|
+
{ url = "https://files.pythonhosted.org/packages/aa/c8/f195e5e06608a97a4e52c5d41c7927301bf757a8e8bb5bbf8cef6c314961/aiohttp-3.12.15-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:760fb7db442f284996e39cf9915a94492e1896baac44f06ae551974907922b64", size = 1761157, upload-time = "2025-07-29T05:51:45.643Z" },
|
73
|
+
{ url = "https://files.pythonhosted.org/packages/05/6a/ea199e61b67f25ba688d3ce93f63b49b0a4e3b3d380f03971b4646412fc6/aiohttp-3.12.15-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:ad702e57dc385cae679c39d318def49aef754455f237499d5b99bea4ef582e51", size = 1710050, upload-time = "2025-07-29T05:51:48.203Z" },
|
74
|
+
{ url = "https://files.pythonhosted.org/packages/b4/2e/ffeb7f6256b33635c29dbed29a22a723ff2dd7401fff42ea60cf2060abfb/aiohttp-3.12.15-cp313-cp313-win32.whl", hash = "sha256:f813c3e9032331024de2eb2e32a88d86afb69291fbc37a3a3ae81cc9917fb3d0", size = 422647, upload-time = "2025-07-29T05:51:50.718Z" },
|
75
|
+
{ url = "https://files.pythonhosted.org/packages/1b/8e/78ee35774201f38d5e1ba079c9958f7629b1fd079459aea9467441dbfbf5/aiohttp-3.12.15-cp313-cp313-win_amd64.whl", hash = "sha256:1a649001580bdb37c6fdb1bebbd7e3bc688e8ec2b5c6f52edbb664662b17dc84", size = 449067, upload-time = "2025-07-29T05:51:52.549Z" },
|
76
76
|
]
|
77
77
|
|
78
78
|
[package.optional-dependencies]
|
@@ -139,23 +139,23 @@ wheels = [
|
|
139
139
|
|
140
140
|
[[package]]
|
141
141
|
name = "argon2-cffi-bindings"
|
142
|
-
version = "
|
142
|
+
version = "25.1.0"
|
143
143
|
source = { registry = "https://pypi.org/simple" }
|
144
144
|
dependencies = [
|
145
145
|
{ name = "cffi" },
|
146
146
|
]
|
147
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
147
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5c/2d/db8af0df73c1cf454f71b2bbe5e356b8c1f8041c979f505b3d3186e520a9/argon2_cffi_bindings-25.1.0.tar.gz", hash = "sha256:b957f3e6ea4d55d820e40ff76f450952807013d361a65d7f28acc0acbf29229d", size = 1783441, upload-time = "2025-07-30T10:02:05.147Z" }
|
148
148
|
wheels = [
|
149
|
-
{ url = "https://files.pythonhosted.org/packages/
|
150
|
-
{ url = "https://files.pythonhosted.org/packages/
|
151
|
-
{ url = "https://files.pythonhosted.org/packages/
|
152
|
-
{ url = "https://files.pythonhosted.org/packages/
|
153
|
-
{ url = "https://files.pythonhosted.org/packages/
|
154
|
-
{ url = "https://files.pythonhosted.org/packages/
|
155
|
-
{ url = "https://files.pythonhosted.org/packages/
|
156
|
-
{ url = "https://files.pythonhosted.org/packages/
|
157
|
-
{ url = "https://files.pythonhosted.org/packages/
|
158
|
-
{ url = "https://files.pythonhosted.org/packages/
|
149
|
+
{ url = "https://files.pythonhosted.org/packages/1d/57/96b8b9f93166147826da5f90376e784a10582dd39a393c99bb62cfcf52f0/argon2_cffi_bindings-25.1.0-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:aecba1723ae35330a008418a91ea6cfcedf6d31e5fbaa056a166462ff066d500", size = 54121, upload-time = "2025-07-30T10:01:50.815Z" },
|
150
|
+
{ url = "https://files.pythonhosted.org/packages/0a/08/a9bebdb2e0e602dde230bdde8021b29f71f7841bd54801bcfd514acb5dcf/argon2_cffi_bindings-25.1.0-cp39-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2630b6240b495dfab90aebe159ff784d08ea999aa4b0d17efa734055a07d2f44", size = 29177, upload-time = "2025-07-30T10:01:51.681Z" },
|
151
|
+
{ url = "https://files.pythonhosted.org/packages/b6/02/d297943bcacf05e4f2a94ab6f462831dc20158614e5d067c35d4e63b9acb/argon2_cffi_bindings-25.1.0-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:7aef0c91e2c0fbca6fc68e7555aa60ef7008a739cbe045541e438373bc54d2b0", size = 31090, upload-time = "2025-07-30T10:01:53.184Z" },
|
152
|
+
{ url = "https://files.pythonhosted.org/packages/c1/93/44365f3d75053e53893ec6d733e4a5e3147502663554b4d864587c7828a7/argon2_cffi_bindings-25.1.0-cp39-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1e021e87faa76ae0d413b619fe2b65ab9a037f24c60a1e6cc43457ae20de6dc6", size = 81246, upload-time = "2025-07-30T10:01:54.145Z" },
|
153
|
+
{ url = "https://files.pythonhosted.org/packages/09/52/94108adfdd6e2ddf58be64f959a0b9c7d4ef2fa71086c38356d22dc501ea/argon2_cffi_bindings-25.1.0-cp39-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d3e924cfc503018a714f94a49a149fdc0b644eaead5d1f089330399134fa028a", size = 87126, upload-time = "2025-07-30T10:01:55.074Z" },
|
154
|
+
{ url = "https://files.pythonhosted.org/packages/72/70/7a2993a12b0ffa2a9271259b79cc616e2389ed1a4d93842fac5a1f923ffd/argon2_cffi_bindings-25.1.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:c87b72589133f0346a1cb8d5ecca4b933e3c9b64656c9d175270a000e73b288d", size = 80343, upload-time = "2025-07-30T10:01:56.007Z" },
|
155
|
+
{ url = "https://files.pythonhosted.org/packages/78/9a/4e5157d893ffc712b74dbd868c7f62365618266982b64accab26bab01edc/argon2_cffi_bindings-25.1.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:1db89609c06afa1a214a69a462ea741cf735b29a57530478c06eb81dd403de99", size = 86777, upload-time = "2025-07-30T10:01:56.943Z" },
|
156
|
+
{ url = "https://files.pythonhosted.org/packages/74/cd/15777dfde1c29d96de7f18edf4cc94c385646852e7c7b0320aa91ccca583/argon2_cffi_bindings-25.1.0-cp39-abi3-win32.whl", hash = "sha256:473bcb5f82924b1becbb637b63303ec8d10e84c8d241119419897a26116515d2", size = 27180, upload-time = "2025-07-30T10:01:57.759Z" },
|
157
|
+
{ url = "https://files.pythonhosted.org/packages/e2/c6/a759ece8f1829d1f162261226fbfd2c6832b3ff7657384045286d2afa384/argon2_cffi_bindings-25.1.0-cp39-abi3-win_amd64.whl", hash = "sha256:a98cd7d17e9f7ce244c0803cad3c23a7d379c301ba618a5fa76a67d116618b98", size = 31715, upload-time = "2025-07-30T10:01:58.56Z" },
|
158
|
+
{ url = "https://files.pythonhosted.org/packages/42/b9/f8d6fa329ab25128b7e98fd83a3cb34d9db5b059a9847eddb840a0af45dd/argon2_cffi_bindings-25.1.0-cp39-abi3-win_arm64.whl", hash = "sha256:b0fdbcf513833809c882823f98dc2f931cf659d9a1429616ac3adebb49f5db94", size = 27149, upload-time = "2025-07-30T10:01:59.329Z" },
|
159
159
|
]
|
160
160
|
|
161
161
|
[[package]]
|
@@ -1185,7 +1185,7 @@ testing = [
|
|
1185
1185
|
[package.metadata]
|
1186
1186
|
requires-dist = [
|
1187
1187
|
{ name = "aiobotocore", specifier = "~=2.23.2" },
|
1188
|
-
{ name = "aiohttp", extras = ["speedups"], specifier = "~=3.12.
|
1188
|
+
{ name = "aiohttp", extras = ["speedups"], specifier = "~=3.12.15" },
|
1189
1189
|
{ name = "asyncpg", specifier = "~=0.30.0" },
|
1190
1190
|
{ name = "fastapi-users", extras = ["sqlalchemy"], specifier = "~=14.0.1" },
|
1191
1191
|
{ name = "fastapi-users-db-sqlalchemy", specifier = "~=7.0.0" },
|
@@ -1195,7 +1195,7 @@ requires-dist = [
|
|
1195
1195
|
{ name = "pydantic", extras = ["email"], specifier = "~=2.11.7" },
|
1196
1196
|
{ name = "pydantic-settings", specifier = "~=2.10.1" },
|
1197
1197
|
{ name = "python-jose", specifier = "==3.5.0" },
|
1198
|
-
{ name = "sqlalchemy", extras = ["asyncio"], specifier = "~=2.0.
|
1198
|
+
{ name = "sqlalchemy", extras = ["asyncio"], specifier = "~=2.0.42" },
|
1199
1199
|
{ name = "valkey", extras = ["libvalkey"], specifier = "~=6.1.0" },
|
1200
1200
|
{ name = "zeep", specifier = "~=4.3.1" },
|
1201
1201
|
]
|
@@ -1206,7 +1206,7 @@ dev = [
|
|
1206
1206
|
{ name = "pip", specifier = "==25.1.1" },
|
1207
1207
|
{ name = "pre-commit", specifier = "==4.2.0" },
|
1208
1208
|
{ name = "pyright", specifier = "==1.1.403" },
|
1209
|
-
{ name = "ruff", specifier = "==0.12.
|
1209
|
+
{ name = "ruff", specifier = "==0.12.7" },
|
1210
1210
|
{ name = "setuptools", specifier = "==80.9.0" },
|
1211
1211
|
{ name = "setuptools-scm", specifier = "==8.3.1" },
|
1212
1212
|
{ name = "types-aiobotocore-s3" },
|
@@ -1298,27 +1298,27 @@ wheels = [
|
|
1298
1298
|
|
1299
1299
|
[[package]]
|
1300
1300
|
name = "ruff"
|
1301
|
-
version = "0.12.
|
1302
|
-
source = { registry = "https://pypi.org/simple" }
|
1303
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1304
|
-
wheels = [
|
1305
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1306
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1307
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1308
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1309
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1310
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1311
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1312
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1313
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1314
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1315
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1316
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1317
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1318
|
-
{ url = "https://files.pythonhosted.org/packages/34/
|
1319
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1320
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1321
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1301
|
+
version = "0.12.7"
|
1302
|
+
source = { registry = "https://pypi.org/simple" }
|
1303
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a1/81/0bd3594fa0f690466e41bd033bdcdf86cba8288345ac77ad4afbe5ec743a/ruff-0.12.7.tar.gz", hash = "sha256:1fc3193f238bc2d7968772c82831a4ff69252f673be371fb49663f0068b7ec71", size = 5197814, upload-time = "2025-07-29T22:32:35.877Z" }
|
1304
|
+
wheels = [
|
1305
|
+
{ url = "https://files.pythonhosted.org/packages/e1/d2/6cb35e9c85e7a91e8d22ab32ae07ac39cc34a71f1009a6f9e4a2a019e602/ruff-0.12.7-py3-none-linux_armv6l.whl", hash = "sha256:76e4f31529899b8c434c3c1dede98c4483b89590e15fb49f2d46183801565303", size = 11852189, upload-time = "2025-07-29T22:31:41.281Z" },
|
1306
|
+
{ url = "https://files.pythonhosted.org/packages/63/5b/a4136b9921aa84638f1a6be7fb086f8cad0fde538ba76bda3682f2599a2f/ruff-0.12.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:789b7a03e72507c54fb3ba6209e4bb36517b90f1a3569ea17084e3fd295500fb", size = 12519389, upload-time = "2025-07-29T22:31:54.265Z" },
|
1307
|
+
{ url = "https://files.pythonhosted.org/packages/a8/c9/3e24a8472484269b6b1821794141f879c54645a111ded4b6f58f9ab0705f/ruff-0.12.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:2e1c2a3b8626339bb6369116e7030a4cf194ea48f49b64bb505732a7fce4f4e3", size = 11743384, upload-time = "2025-07-29T22:31:59.575Z" },
|
1308
|
+
{ url = "https://files.pythonhosted.org/packages/26/7c/458dd25deeb3452c43eaee853c0b17a1e84169f8021a26d500ead77964fd/ruff-0.12.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:32dec41817623d388e645612ec70d5757a6d9c035f3744a52c7b195a57e03860", size = 11943759, upload-time = "2025-07-29T22:32:01.95Z" },
|
1309
|
+
{ url = "https://files.pythonhosted.org/packages/7f/8b/658798472ef260ca050e400ab96ef7e85c366c39cf3dfbef4d0a46a528b6/ruff-0.12.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:47ef751f722053a5df5fa48d412dbb54d41ab9b17875c6840a58ec63ff0c247c", size = 11654028, upload-time = "2025-07-29T22:32:04.367Z" },
|
1310
|
+
{ url = "https://files.pythonhosted.org/packages/a8/86/9c2336f13b2a3326d06d39178fd3448dcc7025f82514d1b15816fe42bfe8/ruff-0.12.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a828a5fc25a3efd3e1ff7b241fd392686c9386f20e5ac90aa9234a5faa12c423", size = 13225209, upload-time = "2025-07-29T22:32:06.952Z" },
|
1311
|
+
{ url = "https://files.pythonhosted.org/packages/76/69/df73f65f53d6c463b19b6b312fd2391dc36425d926ec237a7ed028a90fc1/ruff-0.12.7-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:5726f59b171111fa6a69d82aef48f00b56598b03a22f0f4170664ff4d8298efb", size = 14182353, upload-time = "2025-07-29T22:32:10.053Z" },
|
1312
|
+
{ url = "https://files.pythonhosted.org/packages/58/1e/de6cda406d99fea84b66811c189b5ea139814b98125b052424b55d28a41c/ruff-0.12.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:74e6f5c04c4dd4aba223f4fe6e7104f79e0eebf7d307e4f9b18c18362124bccd", size = 13631555, upload-time = "2025-07-29T22:32:12.644Z" },
|
1313
|
+
{ url = "https://files.pythonhosted.org/packages/6f/ae/625d46d5164a6cc9261945a5e89df24457dc8262539ace3ac36c40f0b51e/ruff-0.12.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5d0bfe4e77fba61bf2ccadf8cf005d6133e3ce08793bbe870dd1c734f2699a3e", size = 12667556, upload-time = "2025-07-29T22:32:15.312Z" },
|
1314
|
+
{ url = "https://files.pythonhosted.org/packages/55/bf/9cb1ea5e3066779e42ade8d0cd3d3b0582a5720a814ae1586f85014656b6/ruff-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:06bfb01e1623bf7f59ea749a841da56f8f653d641bfd046edee32ede7ff6c606", size = 12939784, upload-time = "2025-07-29T22:32:17.69Z" },
|
1315
|
+
{ url = "https://files.pythonhosted.org/packages/55/7f/7ead2663be5627c04be83754c4f3096603bf5e99ed856c7cd29618c691bd/ruff-0.12.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:e41df94a957d50083fd09b916d6e89e497246698c3f3d5c681c8b3e7b9bb4ac8", size = 11771356, upload-time = "2025-07-29T22:32:20.134Z" },
|
1316
|
+
{ url = "https://files.pythonhosted.org/packages/17/40/a95352ea16edf78cd3a938085dccc55df692a4d8ba1b3af7accbe2c806b0/ruff-0.12.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:4000623300563c709458d0ce170c3d0d788c23a058912f28bbadc6f905d67afa", size = 11612124, upload-time = "2025-07-29T22:32:22.645Z" },
|
1317
|
+
{ url = "https://files.pythonhosted.org/packages/4d/74/633b04871c669e23b8917877e812376827c06df866e1677f15abfadc95cb/ruff-0.12.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:69ffe0e5f9b2cf2b8e289a3f8945b402a1b19eff24ec389f45f23c42a3dd6fb5", size = 12479945, upload-time = "2025-07-29T22:32:24.765Z" },
|
1318
|
+
{ url = "https://files.pythonhosted.org/packages/be/34/c3ef2d7799c9778b835a76189c6f53c179d3bdebc8c65288c29032e03613/ruff-0.12.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:a07a5c8ffa2611a52732bdc67bf88e243abd84fe2d7f6daef3826b59abbfeda4", size = 12998677, upload-time = "2025-07-29T22:32:27.022Z" },
|
1319
|
+
{ url = "https://files.pythonhosted.org/packages/77/ab/aca2e756ad7b09b3d662a41773f3edcbd262872a4fc81f920dc1ffa44541/ruff-0.12.7-py3-none-win32.whl", hash = "sha256:c928f1b2ec59fb77dfdf70e0419408898b63998789cc98197e15f560b9e77f77", size = 11756687, upload-time = "2025-07-29T22:32:29.381Z" },
|
1320
|
+
{ url = "https://files.pythonhosted.org/packages/b4/71/26d45a5042bc71db22ddd8252ca9d01e9ca454f230e2996bb04f16d72799/ruff-0.12.7-py3-none-win_amd64.whl", hash = "sha256:9c18f3d707ee9edf89da76131956aba1270c6348bfee8f6c647de841eac7194f", size = 12912365, upload-time = "2025-07-29T22:32:31.517Z" },
|
1321
|
+
{ url = "https://files.pythonhosted.org/packages/4c/9b/0b8aa09817b63e78d94b4977f18b1fcaead3165a5ee49251c5d5c245bb2d/ruff-0.12.7-py3-none-win_arm64.whl", hash = "sha256:dfce05101dbd11833a0776716d5d1578641b7fddb537fe7fa956ab85d1769b69", size = 11982083, upload-time = "2025-07-29T22:32:33.881Z" },
|
1322
1322
|
]
|
1323
1323
|
|
1324
1324
|
[[package]]
|
@@ -1363,23 +1363,23 @@ wheels = [
|
|
1363
1363
|
|
1364
1364
|
[[package]]
|
1365
1365
|
name = "sqlalchemy"
|
1366
|
-
version = "2.0.
|
1366
|
+
version = "2.0.42"
|
1367
1367
|
source = { registry = "https://pypi.org/simple" }
|
1368
1368
|
dependencies = [
|
1369
1369
|
{ 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'" },
|
1370
1370
|
{ name = "typing-extensions" },
|
1371
1371
|
]
|
1372
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1373
|
-
wheels = [
|
1374
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1375
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1376
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1377
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1378
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1379
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1380
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1381
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1382
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1372
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5a/03/a0af991e3a43174d6b83fca4fb399745abceddd1171bdabae48ce877ff47/sqlalchemy-2.0.42.tar.gz", hash = "sha256:160bedd8a5c28765bd5be4dec2d881e109e33b34922e50a3b881a7681773ac5f", size = 9749972, upload-time = "2025-07-29T12:48:09.323Z" }
|
1373
|
+
wheels = [
|
1374
|
+
{ url = "https://files.pythonhosted.org/packages/e9/7e/25d8c28b86730c9fb0e09156f601d7a96d1c634043bf8ba36513eb78887b/sqlalchemy-2.0.42-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:941804f55c7d507334da38133268e3f6e5b0340d584ba0f277dd884197f4ae8c", size = 2127905, upload-time = "2025-07-29T13:29:22.249Z" },
|
1375
|
+
{ url = "https://files.pythonhosted.org/packages/e5/a1/9d8c93434d1d983880d976400fcb7895a79576bd94dca61c3b7b90b1ed0d/sqlalchemy-2.0.42-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:95d3d06a968a760ce2aa6a5889fefcbdd53ca935735e0768e1db046ec08cbf01", size = 2115726, upload-time = "2025-07-29T13:29:23.496Z" },
|
1376
|
+
{ url = "https://files.pythonhosted.org/packages/a2/cc/d33646fcc24c87cc4e30a03556b611a4e7bcfa69a4c935bffb923e3c89f4/sqlalchemy-2.0.42-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4cf10396a8a700a0f38ccd220d940be529c8f64435c5d5b29375acab9267a6c9", size = 3246007, upload-time = "2025-07-29T13:26:44.166Z" },
|
1377
|
+
{ url = "https://files.pythonhosted.org/packages/67/08/4e6c533d4c7f5e7c4cbb6fe8a2c4e813202a40f05700d4009a44ec6e236d/sqlalchemy-2.0.42-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9cae6c2b05326d7c2c7c0519f323f90e0fb9e8afa783c6a05bb9ee92a90d0f04", size = 3250919, upload-time = "2025-07-29T13:22:33.74Z" },
|
1378
|
+
{ url = "https://files.pythonhosted.org/packages/5c/82/f680e9a636d217aece1b9a8030d18ad2b59b5e216e0c94e03ad86b344af3/sqlalchemy-2.0.42-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f50f7b20677b23cfb35b6afcd8372b2feb348a38e3033f6447ee0704540be894", size = 3180546, upload-time = "2025-07-29T13:26:45.648Z" },
|
1379
|
+
{ url = "https://files.pythonhosted.org/packages/7d/a2/8c8f6325f153894afa3775584c429cc936353fb1db26eddb60a549d0ff4b/sqlalchemy-2.0.42-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9d88a1c0d66d24e229e3938e1ef16ebdbd2bf4ced93af6eff55225f7465cf350", size = 3216683, upload-time = "2025-07-29T13:22:34.977Z" },
|
1380
|
+
{ url = "https://files.pythonhosted.org/packages/39/44/3a451d7fa4482a8ffdf364e803ddc2cfcafc1c4635fb366f169ecc2c3b11/sqlalchemy-2.0.42-cp313-cp313-win32.whl", hash = "sha256:45c842c94c9ad546c72225a0c0d1ae8ef3f7c212484be3d429715a062970e87f", size = 2093990, upload-time = "2025-07-29T13:16:13.036Z" },
|
1381
|
+
{ url = "https://files.pythonhosted.org/packages/4b/9e/9bce34f67aea0251c8ac104f7bdb2229d58fb2e86a4ad8807999c4bee34b/sqlalchemy-2.0.42-cp313-cp313-win_amd64.whl", hash = "sha256:eb9905f7f1e49fd57a7ed6269bc567fcbbdac9feadff20ad6bd7707266a91577", size = 2120473, upload-time = "2025-07-29T13:16:14.502Z" },
|
1382
|
+
{ url = "https://files.pythonhosted.org/packages/ee/55/ba2546ab09a6adebc521bf3974440dc1d8c06ed342cceb30ed62a8858835/sqlalchemy-2.0.42-py3-none-any.whl", hash = "sha256:defcdff7e661f0043daa381832af65d616e060ddb54d3fe4476f51df7eaa1835", size = 1922072, upload-time = "2025-07-29T13:09:17.061Z" },
|
1383
1383
|
]
|
1384
1384
|
|
1385
1385
|
[package.optional-dependencies]
|
@@ -1,20 +0,0 @@
|
|
1
|
-
name: Create Release on Tag
|
2
|
-
|
3
|
-
on:
|
4
|
-
push:
|
5
|
-
tags:
|
6
|
-
- 'v*'
|
7
|
-
|
8
|
-
jobs:
|
9
|
-
create-release:
|
10
|
-
runs-on: ubuntu-latest
|
11
|
-
|
12
|
-
steps:
|
13
|
-
- name: Create GitHub Release
|
14
|
-
uses: softprops/action-gh-release@v1
|
15
|
-
with:
|
16
|
-
tag_name: ${{ github.ref_name }}
|
17
|
-
name: Release ${{ github.ref_name }}
|
18
|
-
generate_release_notes: true
|
19
|
-
env:
|
20
|
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{python3_commons-0.9.5 → python3_commons-0.9.7}/src/python3_commons.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|