python3-commons 0.9.4__tar.gz → 0.9.6__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.4 → python3_commons-0.9.6}/.pre-commit-config.yaml +2 -2
- {python3_commons-0.9.4/src/python3_commons.egg-info → python3_commons-0.9.6}/PKG-INFO +4 -4
- {python3_commons-0.9.4 → python3_commons-0.9.6}/pyproject.toml +4 -4
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/api_client.py +3 -2
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/auth.py +2 -3
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/db/models/auth.py +2 -2
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/db/models/common.py +5 -5
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/db/models/rbac.py +5 -5
- {python3_commons-0.9.4 → python3_commons-0.9.6/src/python3_commons.egg-info}/PKG-INFO +4 -4
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons.egg-info/requires.txt +3 -3
- {python3_commons-0.9.4 → python3_commons-0.9.6}/uv.lock +116 -116
- {python3_commons-0.9.4 → python3_commons-0.9.6}/.coveragerc +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/.gitignore +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/.python-version +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/AUTHORS.rst +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/CHANGELOG.rst +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/LICENSE +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/README.md +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/README.rst +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/docs/Makefile +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/docs/_static/.gitignore +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/docs/authors.rst +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/docs/changelog.rst +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/docs/conf.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/docs/index.rst +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/docs/license.rst +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/setup.cfg +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/tests/conftest.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/tests/test_audit.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/tests/test_cache.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/tests/test_helpers.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/tests/test_msgpack.py +0 -0
- {python3_commons-0.9.4 → python3_commons-0.9.6}/tests/test_msgspec.py +0 -0
@@ -1,12 +1,12 @@
|
|
1
1
|
repos:
|
2
2
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
3
|
-
rev: 0.
|
3
|
+
rev: 0.8.3
|
4
4
|
hooks:
|
5
5
|
- id: uv-lock
|
6
6
|
# - id: uv-export
|
7
7
|
|
8
8
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
9
|
-
rev: v0.12.
|
9
|
+
rev: v0.12.7
|
10
10
|
hooks:
|
11
11
|
# Run the linter.
|
12
12
|
- id: ruff-check
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: python3-commons
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.6
|
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,8 +12,8 @@ Requires-Python: ==3.13.*
|
|
12
12
|
Description-Content-Type: text/x-rst
|
13
13
|
License-File: LICENSE
|
14
14
|
License-File: AUTHORS.rst
|
15
|
-
Requires-Dist: aiobotocore~=2.23.
|
16
|
-
Requires-Dist: aiohttp[speedups]~=3.12.
|
15
|
+
Requires-Dist: aiobotocore~=2.23.2
|
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
|
@@ -19,8 +19,8 @@ keywords = []
|
|
19
19
|
requires-python = "==3.13.*"
|
20
20
|
|
21
21
|
dependencies = [
|
22
|
-
"aiobotocore~=2.23.
|
23
|
-
"aiohttp[speedups]~=3.12.
|
22
|
+
"aiobotocore~=2.23.2",
|
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",
|
@@ -8,7 +8,6 @@ from typing import AsyncGenerator, Literal, Mapping, Sequence
|
|
8
8
|
from uuid import uuid4
|
9
9
|
|
10
10
|
from aiohttp import ClientResponse, ClientSession, ClientTimeout, client_exceptions
|
11
|
-
from pydantic import HttpUrl
|
12
11
|
|
13
12
|
from python3_commons import audit
|
14
13
|
from python3_commons.conf import s3_settings
|
@@ -38,7 +37,7 @@ async def _store_response_for_audit(
|
|
38
37
|
@asynccontextmanager
|
39
38
|
async def request(
|
40
39
|
client: ClientSession,
|
41
|
-
base_url:
|
40
|
+
base_url: str,
|
42
41
|
uri: str,
|
43
42
|
query: Mapping | None = None,
|
44
43
|
method: Literal['get', 'post', 'put', 'patch', 'options', 'head', 'delete'] = 'get',
|
@@ -93,6 +92,8 @@ async def request(
|
|
93
92
|
raise LookupError('Not found')
|
94
93
|
case HTTPStatus.BAD_REQUEST:
|
95
94
|
raise ValueError('Bad request')
|
95
|
+
case HTTPStatus.TOO_MANY_REQUESTS:
|
96
|
+
raise InterruptedError('Too many requests')
|
96
97
|
case _:
|
97
98
|
response.raise_for_status()
|
98
99
|
else:
|
@@ -3,17 +3,17 @@ from http import HTTPStatus
|
|
3
3
|
from typing import Annotated, Any, Callable, Coroutine, Sequence, Type, TypeVar
|
4
4
|
|
5
5
|
import aiohttp
|
6
|
+
import msgspec
|
6
7
|
from fastapi import Depends, HTTPException
|
7
8
|
from fastapi.security import HTTPAuthorizationCredentials, HTTPBearer
|
8
9
|
from jose import JWTError, jwt
|
9
|
-
from pydantic import BaseModel
|
10
10
|
|
11
11
|
from python3_commons.conf import oidc_settings
|
12
12
|
|
13
13
|
logger = logging.getLogger(__name__)
|
14
14
|
|
15
15
|
|
16
|
-
class TokenData(
|
16
|
+
class TokenData(msgspec.Struct):
|
17
17
|
sub: str
|
18
18
|
aud: str | Sequence[str]
|
19
19
|
exp: int
|
@@ -22,7 +22,6 @@ class TokenData(BaseModel):
|
|
22
22
|
|
23
23
|
T = TypeVar('T', bound=TokenData)
|
24
24
|
|
25
|
-
|
26
25
|
OIDC_CONFIG_URL = f'{oidc_settings.authority_url}/.well-known/openid-configuration'
|
27
26
|
_JWKS: dict | None = None
|
28
27
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import uuid
|
2
|
+
from datetime import datetime
|
2
3
|
|
3
4
|
from fastapi_users_db_sqlalchemy import GUID, SQLAlchemyBaseUserTableUUID
|
4
|
-
from pydantic import AwareDatetime
|
5
5
|
from sqlalchemy import BIGINT, DateTime, ForeignKey, String
|
6
6
|
from sqlalchemy.orm import Mapped, mapped_column
|
7
7
|
|
@@ -32,4 +32,4 @@ class ApiKey(BaseDBUUIDModel, Base):
|
|
32
32
|
)
|
33
33
|
partner_name: Mapped[str] = mapped_column(String, unique=True)
|
34
34
|
key: Mapped[str] = mapped_column(String, unique=True)
|
35
|
-
expires_at: Mapped[
|
35
|
+
expires_at: Mapped[datetime | None] = mapped_column(DateTime(timezone=True))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import uuid
|
2
|
+
from datetime import datetime
|
2
3
|
|
3
|
-
from pydantic import AwareDatetime
|
4
4
|
from sqlalchemy import BIGINT, DateTime
|
5
5
|
from sqlalchemy.dialects.postgresql import UUID
|
6
6
|
from sqlalchemy.ext.compiler import compiles
|
@@ -27,15 +27,15 @@ def use_identity(element, compiler, **kw):
|
|
27
27
|
|
28
28
|
class BaseDBModel:
|
29
29
|
id: Mapped[int] = mapped_column(BIGINT, primary_key=True, sort_order=-3)
|
30
|
-
created_at: Mapped[
|
30
|
+
created_at: Mapped[datetime] = mapped_column(
|
31
31
|
DateTime(timezone=True), nullable=False, server_default=UTCNow(), sort_order=-2
|
32
32
|
)
|
33
|
-
updated_at: Mapped[
|
33
|
+
updated_at: Mapped[datetime | None] = mapped_column(DateTime(timezone=True), onupdate=UTCNow(), sort_order=-1)
|
34
34
|
|
35
35
|
|
36
36
|
class BaseDBUUIDModel:
|
37
37
|
uid: Mapped[uuid.UUID] = mapped_column(UUID, primary_key=True, sort_order=-3)
|
38
|
-
created_at: Mapped[
|
38
|
+
created_at: Mapped[datetime] = mapped_column(
|
39
39
|
DateTime(timezone=True), nullable=False, server_default=UTCNow(), sort_order=-2
|
40
40
|
)
|
41
|
-
updated_at: Mapped[
|
41
|
+
updated_at: Mapped[datetime | None] = mapped_column(DateTime(timezone=True), onupdate=UTCNow(), sort_order=-1)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import uuid
|
2
|
+
from datetime import datetime
|
2
3
|
|
3
4
|
from fastapi_users_db_sqlalchemy import GUID
|
4
|
-
from pydantic import AwareDatetime
|
5
5
|
from sqlalchemy import CheckConstraint, DateTime, ForeignKey, PrimaryKeyConstraint, String
|
6
6
|
from sqlalchemy.dialects.postgresql import UUID
|
7
7
|
from sqlalchemy.orm import Mapped, mapped_column
|
@@ -55,8 +55,8 @@ class RBACUserRole(Base):
|
|
55
55
|
ForeignKey('rbac_roles.uid', name='fk_rbac_user_roles_role', ondelete='CASCADE'),
|
56
56
|
index=True,
|
57
57
|
)
|
58
|
-
starts_at: Mapped[
|
59
|
-
expires_at: Mapped[
|
58
|
+
starts_at: Mapped[datetime] = mapped_column(DateTime(timezone=True), nullable=False)
|
59
|
+
expires_at: Mapped[datetime | None] = mapped_column(DateTime(timezone=True))
|
60
60
|
|
61
61
|
__table_args__ = (PrimaryKeyConstraint('user_id', 'role_uid', name='pk_rbac_user_roles'),)
|
62
62
|
|
@@ -74,8 +74,8 @@ class RBACApiKeyRole(Base):
|
|
74
74
|
ForeignKey('rbac_roles.uid', name='fk_rbac_api_key_roles_role', ondelete='CASCADE'),
|
75
75
|
index=True,
|
76
76
|
)
|
77
|
-
starts_at: Mapped[
|
78
|
-
expires_at: Mapped[
|
77
|
+
starts_at: Mapped[datetime] = mapped_column(DateTime(timezone=True), nullable=False)
|
78
|
+
expires_at: Mapped[datetime | None] = mapped_column(DateTime(timezone=True))
|
79
79
|
|
80
80
|
__table_args__ = (PrimaryKeyConstraint('api_key_uid', 'role_uid', name='pk_rbac_api_key_roles'),)
|
81
81
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: python3-commons
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.6
|
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,8 +12,8 @@ Requires-Python: ==3.13.*
|
|
12
12
|
Description-Content-Type: text/x-rst
|
13
13
|
License-File: LICENSE
|
14
14
|
License-File: AUTHORS.rst
|
15
|
-
Requires-Dist: aiobotocore~=2.23.
|
16
|
-
Requires-Dist: aiohttp[speedups]~=3.12.
|
15
|
+
Requires-Dist: aiobotocore~=2.23.2
|
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
|
-
aiobotocore~=2.23.
|
2
|
-
aiohttp[speedups]~=3.12.
|
1
|
+
aiobotocore~=2.23.2
|
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
|
@@ -4,7 +4,7 @@ requires-python = "==3.13.*"
|
|
4
4
|
|
5
5
|
[[package]]
|
6
6
|
name = "aiobotocore"
|
7
|
-
version = "2.23.
|
7
|
+
version = "2.23.2"
|
8
8
|
source = { registry = "https://pypi.org/simple" }
|
9
9
|
dependencies = [
|
10
10
|
{ name = "aiohttp" },
|
@@ -15,9 +15,9 @@ dependencies = [
|
|
15
15
|
{ name = "python-dateutil" },
|
16
16
|
{ name = "wrapt" },
|
17
17
|
]
|
18
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
18
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1d/ae/523d48504902a6f17f6ec94311899f217f1bf64b9ca394c89c690c37434c/aiobotocore-2.23.2.tar.gz", hash = "sha256:9c2cbd6e813bb6c60b7f20fc11897976a583c57b0093a87bebfe80a9b08746b2", size = 115881, upload-time = "2025-07-24T17:48:15.957Z" }
|
19
19
|
wheels = [
|
20
|
-
{ url = "https://files.pythonhosted.org/packages/
|
20
|
+
{ url = "https://files.pythonhosted.org/packages/c9/2e/55780065672a69ab3d16062368d358ace7eac196b246e6b15b07301f8fbf/aiobotocore-2.23.2-py3-none-any.whl", hash = "sha256:5ca24feb49be73bd6cd92e82e95aefb0647c07bb85ca57000a0361b9554503d8", size = 84301, upload-time = "2025-07-24T17:48:14.494Z" },
|
21
21
|
]
|
22
22
|
|
23
23
|
[[package]]
|
@@ -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]]
|
@@ -235,16 +235,16 @@ wheels = [
|
|
235
235
|
|
236
236
|
[[package]]
|
237
237
|
name = "botocore"
|
238
|
-
version = "1.
|
238
|
+
version = "1.39.8"
|
239
239
|
source = { registry = "https://pypi.org/simple" }
|
240
240
|
dependencies = [
|
241
241
|
{ name = "jmespath" },
|
242
242
|
{ name = "python-dateutil" },
|
243
243
|
{ name = "urllib3" },
|
244
244
|
]
|
245
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
245
|
+
sdist = { url = "https://files.pythonhosted.org/packages/32/57/16d3d21963975b9be180e96695abfb146695ae7db57f9a2d47e92d33ce9d/botocore-1.39.8.tar.gz", hash = "sha256:3848bd9057ea8dbc059e7764eda63bda575727ad1101dbd03636ab4a6f283fa5", size = 14205898, upload-time = "2025-07-17T19:19:03.832Z" }
|
246
246
|
wheels = [
|
247
|
-
{ url = "https://files.pythonhosted.org/packages/
|
247
|
+
{ url = "https://files.pythonhosted.org/packages/11/ac/51462dd35fc60d11cdce93ba82ccf1635a161ceadc646d89f67d666fff31/botocore-1.39.8-py3-none-any.whl", hash = "sha256:ab43f79c6893271934faba7ae1987a313d59576361c544c70a5391ade560891d", size = 13866818, upload-time = "2025-07-17T19:18:58.521Z" },
|
248
248
|
]
|
249
249
|
|
250
250
|
[[package]]
|
@@ -371,33 +371,33 @@ wheels = [
|
|
371
371
|
|
372
372
|
[[package]]
|
373
373
|
name = "coverage"
|
374
|
-
version = "7.
|
375
|
-
source = { registry = "https://pypi.org/simple" }
|
376
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
377
|
-
wheels = [
|
378
|
-
{ url = "https://files.pythonhosted.org/packages/
|
379
|
-
{ url = "https://files.pythonhosted.org/packages/
|
380
|
-
{ url = "https://files.pythonhosted.org/packages/
|
381
|
-
{ url = "https://files.pythonhosted.org/packages/
|
382
|
-
{ url = "https://files.pythonhosted.org/packages/
|
383
|
-
{ url = "https://files.pythonhosted.org/packages/
|
384
|
-
{ url = "https://files.pythonhosted.org/packages/
|
385
|
-
{ url = "https://files.pythonhosted.org/packages/
|
386
|
-
{ url = "https://files.pythonhosted.org/packages/
|
387
|
-
{ url = "https://files.pythonhosted.org/packages/
|
388
|
-
{ url = "https://files.pythonhosted.org/packages/
|
389
|
-
{ url = "https://files.pythonhosted.org/packages/
|
390
|
-
{ url = "https://files.pythonhosted.org/packages/
|
391
|
-
{ url = "https://files.pythonhosted.org/packages/
|
392
|
-
{ url = "https://files.pythonhosted.org/packages/
|
393
|
-
{ url = "https://files.pythonhosted.org/packages/
|
394
|
-
{ url = "https://files.pythonhosted.org/packages/
|
395
|
-
{ url = "https://files.pythonhosted.org/packages/
|
396
|
-
{ url = "https://files.pythonhosted.org/packages/
|
397
|
-
{ url = "https://files.pythonhosted.org/packages/
|
398
|
-
{ url = "https://files.pythonhosted.org/packages/
|
399
|
-
{ url = "https://files.pythonhosted.org/packages/
|
400
|
-
{ url = "https://files.pythonhosted.org/packages/
|
374
|
+
version = "7.10.1"
|
375
|
+
source = { registry = "https://pypi.org/simple" }
|
376
|
+
sdist = { url = "https://files.pythonhosted.org/packages/87/0e/66dbd4c6a7f0758a8d18044c048779ba21fb94856e1edcf764bd5403e710/coverage-7.10.1.tar.gz", hash = "sha256:ae2b4856f29ddfe827106794f3589949a57da6f0d38ab01e24ec35107979ba57", size = 819938, upload-time = "2025-07-27T14:13:39.045Z" }
|
377
|
+
wheels = [
|
378
|
+
{ url = "https://files.pythonhosted.org/packages/ef/72/135ff5fef09b1ffe78dbe6fcf1e16b2e564cd35faeacf3d63d60d887f12d/coverage-7.10.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ebb08d0867c5a25dffa4823377292a0ffd7aaafb218b5d4e2e106378b1061e39", size = 214960, upload-time = "2025-07-27T14:11:55.959Z" },
|
379
|
+
{ url = "https://files.pythonhosted.org/packages/b1/aa/73a5d1a6fc08ca709a8177825616aa95ee6bf34d522517c2595484a3e6c9/coverage-7.10.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f32a95a83c2e17422f67af922a89422cd24c6fa94041f083dd0bb4f6057d0bc7", size = 215220, upload-time = "2025-07-27T14:11:57.899Z" },
|
380
|
+
{ url = "https://files.pythonhosted.org/packages/8d/40/3124fdd45ed3772a42fc73ca41c091699b38a2c3bd4f9cb564162378e8b6/coverage-7.10.1-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:c4c746d11c8aba4b9f58ca8bfc6fbfd0da4efe7960ae5540d1a1b13655ee8892", size = 245772, upload-time = "2025-07-27T14:12:00.422Z" },
|
381
|
+
{ url = "https://files.pythonhosted.org/packages/42/62/a77b254822efa8c12ad59e8039f2bc3df56dc162ebda55e1943e35ba31a5/coverage-7.10.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:7f39edd52c23e5c7ed94e0e4bf088928029edf86ef10b95413e5ea670c5e92d7", size = 248116, upload-time = "2025-07-27T14:12:03.099Z" },
|
382
|
+
{ url = "https://files.pythonhosted.org/packages/1d/01/8101f062f472a3a6205b458d18ef0444a63ae5d36a8a5ed5dd0f6167f4db/coverage-7.10.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ab6e19b684981d0cd968906e293d5628e89faacb27977c92f3600b201926b994", size = 249554, upload-time = "2025-07-27T14:12:04.668Z" },
|
383
|
+
{ url = "https://files.pythonhosted.org/packages/8f/7b/e51bc61573e71ff7275a4f167aecbd16cb010aefdf54bcd8b0a133391263/coverage-7.10.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:5121d8cf0eacb16133501455d216bb5f99899ae2f52d394fe45d59229e6611d0", size = 247766, upload-time = "2025-07-27T14:12:06.234Z" },
|
384
|
+
{ url = "https://files.pythonhosted.org/packages/4b/71/1c96d66a51d4204a9d6d12df53c4071d87e110941a2a1fe94693192262f5/coverage-7.10.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:df1c742ca6f46a6f6cbcaef9ac694dc2cb1260d30a6a2f5c68c5f5bcfee1cfd7", size = 245735, upload-time = "2025-07-27T14:12:08.305Z" },
|
385
|
+
{ url = "https://files.pythonhosted.org/packages/13/d5/efbc2ac4d35ae2f22ef6df2ca084c60e13bd9378be68655e3268c80349ab/coverage-7.10.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:40f9a38676f9c073bf4b9194707aa1eb97dca0e22cc3766d83879d72500132c7", size = 247118, upload-time = "2025-07-27T14:12:09.903Z" },
|
386
|
+
{ url = "https://files.pythonhosted.org/packages/d1/22/073848352bec28ca65f2b6816b892fcf9a31abbef07b868487ad15dd55f1/coverage-7.10.1-cp313-cp313-win32.whl", hash = "sha256:2348631f049e884839553b9974f0821d39241c6ffb01a418efce434f7eba0fe7", size = 217381, upload-time = "2025-07-27T14:12:11.535Z" },
|
387
|
+
{ url = "https://files.pythonhosted.org/packages/b7/df/df6a0ff33b042f000089bd11b6bb034bab073e2ab64a56e78ed882cba55d/coverage-7.10.1-cp313-cp313-win_amd64.whl", hash = "sha256:4072b31361b0d6d23f750c524f694e1a417c1220a30d3ef02741eed28520c48e", size = 218152, upload-time = "2025-07-27T14:12:13.182Z" },
|
388
|
+
{ url = "https://files.pythonhosted.org/packages/30/e3/5085ca849a40ed6b47cdb8f65471c2f754e19390b5a12fa8abd25cbfaa8f/coverage-7.10.1-cp313-cp313-win_arm64.whl", hash = "sha256:3e31dfb8271937cab9425f19259b1b1d1f556790e98eb266009e7a61d337b6d4", size = 216559, upload-time = "2025-07-27T14:12:14.807Z" },
|
389
|
+
{ url = "https://files.pythonhosted.org/packages/cc/93/58714efbfdeb547909feaabe1d67b2bdd59f0597060271b9c548d5efb529/coverage-7.10.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:1c4f679c6b573a5257af6012f167a45be4c749c9925fd44d5178fd641ad8bf72", size = 215677, upload-time = "2025-07-27T14:12:16.68Z" },
|
390
|
+
{ url = "https://files.pythonhosted.org/packages/c0/0c/18eaa5897e7e8cb3f8c45e563e23e8a85686b4585e29d53cacb6bc9cb340/coverage-7.10.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:871ebe8143da284bd77b84a9136200bd638be253618765d21a1fce71006d94af", size = 215899, upload-time = "2025-07-27T14:12:18.758Z" },
|
391
|
+
{ url = "https://files.pythonhosted.org/packages/84/c1/9d1affacc3c75b5a184c140377701bbf14fc94619367f07a269cd9e4fed6/coverage-7.10.1-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:998c4751dabf7d29b30594af416e4bf5091f11f92a8d88eb1512c7ba136d1ed7", size = 257140, upload-time = "2025-07-27T14:12:20.357Z" },
|
392
|
+
{ url = "https://files.pythonhosted.org/packages/3d/0f/339bc6b8fa968c346df346068cca1f24bdea2ddfa93bb3dc2e7749730962/coverage-7.10.1-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:780f750a25e7749d0af6b3631759c2c14f45de209f3faaa2398312d1c7a22759", size = 259005, upload-time = "2025-07-27T14:12:22.007Z" },
|
393
|
+
{ url = "https://files.pythonhosted.org/packages/c8/22/89390864b92ea7c909079939b71baba7e5b42a76bf327c1d615bd829ba57/coverage-7.10.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:590bdba9445df4763bdbebc928d8182f094c1f3947a8dc0fc82ef014dbdd8324", size = 261143, upload-time = "2025-07-27T14:12:23.746Z" },
|
394
|
+
{ url = "https://files.pythonhosted.org/packages/2c/56/3d04d89017c0c41c7a71bd69b29699d919b6bbf2649b8b2091240b97dd6a/coverage-7.10.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:9b2df80cb6a2af86d300e70acb82e9b79dab2c1e6971e44b78dbfc1a1e736b53", size = 258735, upload-time = "2025-07-27T14:12:25.73Z" },
|
395
|
+
{ url = "https://files.pythonhosted.org/packages/cb/40/312252c8afa5ca781063a09d931f4b9409dc91526cd0b5a2b84143ffafa2/coverage-7.10.1-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:d6a558c2725bfb6337bf57c1cd366c13798bfd3bfc9e3dd1f4a6f6fc95a4605f", size = 256871, upload-time = "2025-07-27T14:12:27.767Z" },
|
396
|
+
{ url = "https://files.pythonhosted.org/packages/1f/2b/564947d5dede068215aaddb9e05638aeac079685101462218229ddea9113/coverage-7.10.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:e6150d167f32f2a54690e572e0a4c90296fb000a18e9b26ab81a6489e24e78dd", size = 257692, upload-time = "2025-07-27T14:12:29.347Z" },
|
397
|
+
{ url = "https://files.pythonhosted.org/packages/93/1b/c8a867ade85cb26d802aea2209b9c2c80613b9c122baa8c8ecea6799648f/coverage-7.10.1-cp313-cp313t-win32.whl", hash = "sha256:d946a0c067aa88be4a593aad1236493313bafaa27e2a2080bfe88db827972f3c", size = 218059, upload-time = "2025-07-27T14:12:31.076Z" },
|
398
|
+
{ url = "https://files.pythonhosted.org/packages/a1/fe/cd4ab40570ae83a516bf5e754ea4388aeedd48e660e40c50b7713ed4f930/coverage-7.10.1-cp313-cp313t-win_amd64.whl", hash = "sha256:e37c72eaccdd5ed1130c67a92ad38f5b2af66eeff7b0abe29534225db2ef7b18", size = 219150, upload-time = "2025-07-27T14:12:32.746Z" },
|
399
|
+
{ url = "https://files.pythonhosted.org/packages/8d/16/6e5ed5854be6d70d0c39e9cb9dd2449f2c8c34455534c32c1a508c7dbdb5/coverage-7.10.1-cp313-cp313t-win_arm64.whl", hash = "sha256:89ec0ffc215c590c732918c95cd02b55c7d0f569d76b90bb1a5e78aa340618e4", size = 217014, upload-time = "2025-07-27T14:12:34.406Z" },
|
400
|
+
{ url = "https://files.pythonhosted.org/packages/0f/64/922899cff2c0fd3496be83fa8b81230f5a8d82a2ad30f98370b133c2c83b/coverage-7.10.1-py3-none-any.whl", hash = "sha256:fa2a258aa6bf188eb9a8948f7102a83da7c430a0dce918dbd8b60ef8fcb772d7", size = 206597, upload-time = "2025-07-27T14:13:37.221Z" },
|
401
401
|
]
|
402
402
|
|
403
403
|
[[package]]
|
@@ -437,11 +437,11 @@ wheels = [
|
|
437
437
|
|
438
438
|
[[package]]
|
439
439
|
name = "distlib"
|
440
|
-
version = "0.
|
440
|
+
version = "0.4.0"
|
441
441
|
source = { registry = "https://pypi.org/simple" }
|
442
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
442
|
+
sdist = { url = "https://files.pythonhosted.org/packages/96/8e/709914eb2b5749865801041647dc7f4e6d00b549cfe88b65ca192995f07c/distlib-0.4.0.tar.gz", hash = "sha256:feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d", size = 614605, upload-time = "2025-07-17T16:52:00.465Z" }
|
443
443
|
wheels = [
|
444
|
-
{ url = "https://files.pythonhosted.org/packages/
|
444
|
+
{ url = "https://files.pythonhosted.org/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl", hash = "sha256:9659f7d87e46584a30b5780e43ac7a2143098441670ff0a49d5f9034c54a6c16", size = 469047, upload-time = "2025-07-17T16:51:58.613Z" },
|
445
445
|
]
|
446
446
|
|
447
447
|
[[package]]
|
@@ -1063,14 +1063,14 @@ wheels = [
|
|
1063
1063
|
|
1064
1064
|
[[package]]
|
1065
1065
|
name = "pytest-asyncio"
|
1066
|
-
version = "1.
|
1066
|
+
version = "1.1.0"
|
1067
1067
|
source = { registry = "https://pypi.org/simple" }
|
1068
1068
|
dependencies = [
|
1069
1069
|
{ name = "pytest" },
|
1070
1070
|
]
|
1071
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1071
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4e/51/f8794af39eeb870e87a8c8068642fc07bce0c854d6865d7dd0f2a9d338c2/pytest_asyncio-1.1.0.tar.gz", hash = "sha256:796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea", size = 46652, upload-time = "2025-07-16T04:29:26.393Z" }
|
1072
1072
|
wheels = [
|
1073
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1073
|
+
{ url = "https://files.pythonhosted.org/packages/c7/9d/bf86eddabf8c6c9cb1ea9a869d6873b46f105a5d292d3a6f7071f5b07935/pytest_asyncio-1.1.0-py3-none-any.whl", hash = "sha256:5fe2d69607b0bd75c656d1211f969cadba035030156745ee09e7d71740e58ecf", size = 15157, upload-time = "2025-07-16T04:29:24.929Z" },
|
1074
1074
|
]
|
1075
1075
|
|
1076
1076
|
[[package]]
|
@@ -1184,8 +1184,8 @@ testing = [
|
|
1184
1184
|
|
1185
1185
|
[package.metadata]
|
1186
1186
|
requires-dist = [
|
1187
|
-
{ name = "aiobotocore", specifier = "~=2.23.
|
1188
|
-
{ name = "aiohttp", extras = ["speedups"], specifier = "~=3.12.
|
1187
|
+
{ name = "aiobotocore", specifier = "~=2.23.2" },
|
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/
|
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/
|
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
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/
|
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]
|
@@ -1389,23 +1389,23 @@ asyncio = [
|
|
1389
1389
|
|
1390
1390
|
[[package]]
|
1391
1391
|
name = "starlette"
|
1392
|
-
version = "0.47.
|
1392
|
+
version = "0.47.2"
|
1393
1393
|
source = { registry = "https://pypi.org/simple" }
|
1394
1394
|
dependencies = [
|
1395
1395
|
{ name = "anyio" },
|
1396
1396
|
]
|
1397
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1397
|
+
sdist = { url = "https://files.pythonhosted.org/packages/04/57/d062573f391d062710d4088fa1369428c38d51460ab6fedff920efef932e/starlette-0.47.2.tar.gz", hash = "sha256:6ae9aa5db235e4846decc1e7b79c4f346adf41e9777aebeb49dfd09bbd7023d8", size = 2583948, upload-time = "2025-07-20T17:31:58.522Z" }
|
1398
1398
|
wheels = [
|
1399
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1399
|
+
{ url = "https://files.pythonhosted.org/packages/f7/1f/b876b1f83aef204198a42dc101613fefccb32258e5428b5f9259677864b4/starlette-0.47.2-py3-none-any.whl", hash = "sha256:c5847e96134e5c5371ee9fac6fdf1a67336d5815e09eb2a01fdb57a351ef915b", size = 72984, upload-time = "2025-07-20T17:31:56.738Z" },
|
1400
1400
|
]
|
1401
1401
|
|
1402
1402
|
[[package]]
|
1403
1403
|
name = "types-aiobotocore-s3"
|
1404
|
-
version = "2.23.
|
1404
|
+
version = "2.23.2"
|
1405
1405
|
source = { registry = "https://pypi.org/simple" }
|
1406
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1406
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b8/8d/ef46488c36bc5ae85431d266dac0699671e35b01dbdb5d439015c2865c88/types_aiobotocore_s3-2.23.2.tar.gz", hash = "sha256:f01a08178db31fdee38900965a43077ab598b45c9b548f3ff1512d6aca45e382", size = 76373, upload-time = "2025-07-25T01:59:30.95Z" }
|
1407
1407
|
wheels = [
|
1408
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1408
|
+
{ url = "https://files.pythonhosted.org/packages/5b/81/cce979e19bdf52c4697e639bea562c5f1be75596bde5b310fef81822032a/types_aiobotocore_s3-2.23.2-py3-none-any.whl", hash = "sha256:e0baf323fad6102b27a0d63789415499d879f5f219547097468ef3c7e97b3f13", size = 83822, upload-time = "2025-07-25T01:59:29.051Z" },
|
1409
1409
|
]
|
1410
1410
|
|
1411
1411
|
[[package]]
|
@@ -1454,16 +1454,16 @@ libvalkey = [
|
|
1454
1454
|
|
1455
1455
|
[[package]]
|
1456
1456
|
name = "virtualenv"
|
1457
|
-
version = "20.
|
1457
|
+
version = "20.32.0"
|
1458
1458
|
source = { registry = "https://pypi.org/simple" }
|
1459
1459
|
dependencies = [
|
1460
1460
|
{ name = "distlib" },
|
1461
1461
|
{ name = "filelock" },
|
1462
1462
|
{ name = "platformdirs" },
|
1463
1463
|
]
|
1464
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1464
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a9/96/0834f30fa08dca3738614e6a9d42752b6420ee94e58971d702118f7cfd30/virtualenv-20.32.0.tar.gz", hash = "sha256:886bf75cadfdc964674e6e33eb74d787dff31ca314ceace03ca5810620f4ecf0", size = 6076970, upload-time = "2025-07-21T04:09:50.985Z" }
|
1465
1465
|
wheels = [
|
1466
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1466
|
+
{ url = "https://files.pythonhosted.org/packages/5c/c6/f8f28009920a736d0df434b52e9feebfb4d702ba942f15338cb4a83eafc1/virtualenv-20.32.0-py3-none-any.whl", hash = "sha256:2c310aecb62e5aa1b06103ed7c2977b81e042695de2697d01017ff0f1034af56", size = 6057761, upload-time = "2025-07-21T04:09:48.059Z" },
|
1467
1467
|
]
|
1468
1468
|
|
1469
1469
|
[[package]]
|
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.4 → python3_commons-0.9.6}/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
|