python3-commons 0.8.34__tar.gz → 0.8.35__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.8.34/src/python3_commons.egg-info → python3_commons-0.8.35}/PKG-INFO +3 -3
- {python3_commons-0.8.34 → python3_commons-0.8.35}/pyproject.toml +3 -3
- {python3_commons-0.8.34 → python3_commons-0.8.35/src/python3_commons.egg-info}/PKG-INFO +3 -3
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons.egg-info/requires.txt +2 -2
- {python3_commons-0.8.34 → python3_commons-0.8.35}/uv.lock +86 -95
- {python3_commons-0.8.34 → python3_commons-0.8.35}/.coveragerc +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/.github/workflows/python-publish.yaml +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/.github/workflows/release-on-tag-push.yml +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/.gitignore +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/.pre-commit-config.yaml +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/.python-version +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/AUTHORS.rst +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/CHANGELOG.rst +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/LICENSE +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/README.md +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/README.rst +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/docs/Makefile +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/docs/_static/.gitignore +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/docs/authors.rst +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/docs/changelog.rst +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/docs/conf.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/docs/index.rst +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/docs/license.rst +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/setup.cfg +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/__init__.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/api_client.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/audit.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/auth.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/cache.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/conf.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/db/__init__.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/db/helpers.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/db/models/__init__.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/db/models/auth.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/db/models/common.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/db/models/rbac.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/fs.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/helpers.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/log/__init__.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/log/filters.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/log/formatters.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/object_storage.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/permissions.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/serializers/__init__.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/serializers/json.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/serializers/msgpack.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/serializers/msgspec.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons.egg-info/SOURCES.txt +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons.egg-info/dependency_links.txt +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons.egg-info/top_level.txt +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/tests/conftest.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/tests/test_audit.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/tests/test_cache.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/tests/test_helpers.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/tests/test_msgpack.py +0 -0
- {python3_commons-0.8.34 → python3_commons-0.8.35}/tests/test_msgspec.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: python3-commons
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.35
|
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
|
@@ -16,12 +16,12 @@ Requires-Dist: aiohttp[speedups]~=3.12.13
|
|
16
16
|
Requires-Dist: asyncpg~=0.30.0
|
17
17
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
18
18
|
Requires-Dist: fastapi-users[sqlalchemy]~=14.0.1
|
19
|
-
Requires-Dist: lxml~=
|
19
|
+
Requires-Dist: lxml~=6.0.0
|
20
20
|
Requires-Dist: minio~=7.2.15
|
21
21
|
Requires-Dist: msgpack~=1.1.1
|
22
22
|
Requires-Dist: msgspec~=0.19.0
|
23
23
|
Requires-Dist: pydantic[email]~=2.11.7
|
24
|
-
Requires-Dist: pydantic-settings~=2.10.
|
24
|
+
Requires-Dist: pydantic-settings~=2.10.1
|
25
25
|
Requires-Dist: python-jose==3.5.0
|
26
26
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.40
|
27
27
|
Requires-Dist: valkey[libvalkey]~=6.1.0
|
@@ -23,12 +23,12 @@ dependencies = [
|
|
23
23
|
"asyncpg~=0.30.0",
|
24
24
|
"fastapi-users-db-sqlalchemy~=7.0.0",
|
25
25
|
"fastapi-users[sqlalchemy]~=14.0.1",
|
26
|
-
"lxml~=
|
26
|
+
"lxml~=6.0.0",
|
27
27
|
"minio~=7.2.15",
|
28
28
|
"msgpack~=1.1.1",
|
29
29
|
"msgspec~=0.19.0",
|
30
30
|
"pydantic[email]~=2.11.7",
|
31
|
-
"pydantic-settings~=2.10.
|
31
|
+
"pydantic-settings~=2.10.1",
|
32
32
|
"python-jose==3.5.0",
|
33
33
|
"SQLAlchemy[asyncio]~=2.0.40",
|
34
34
|
"valkey[libvalkey]~=6.1.0",
|
@@ -41,7 +41,7 @@ dev = [
|
|
41
41
|
"pip==25.1.1",
|
42
42
|
"pre-commit==4.2.0",
|
43
43
|
"pyright==1.1.402",
|
44
|
-
"ruff==0.12.
|
44
|
+
"ruff==0.12.1",
|
45
45
|
"setuptools==80.9.0",
|
46
46
|
"setuptools_scm==8.3.1",
|
47
47
|
"wheel==0.45.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: python3-commons
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.35
|
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
|
@@ -16,12 +16,12 @@ Requires-Dist: aiohttp[speedups]~=3.12.13
|
|
16
16
|
Requires-Dist: asyncpg~=0.30.0
|
17
17
|
Requires-Dist: fastapi-users-db-sqlalchemy~=7.0.0
|
18
18
|
Requires-Dist: fastapi-users[sqlalchemy]~=14.0.1
|
19
|
-
Requires-Dist: lxml~=
|
19
|
+
Requires-Dist: lxml~=6.0.0
|
20
20
|
Requires-Dist: minio~=7.2.15
|
21
21
|
Requires-Dist: msgpack~=1.1.1
|
22
22
|
Requires-Dist: msgspec~=0.19.0
|
23
23
|
Requires-Dist: pydantic[email]~=2.11.7
|
24
|
-
Requires-Dist: pydantic-settings~=2.10.
|
24
|
+
Requires-Dist: pydantic-settings~=2.10.1
|
25
25
|
Requires-Dist: python-jose==3.5.0
|
26
26
|
Requires-Dist: SQLAlchemy[asyncio]~=2.0.40
|
27
27
|
Requires-Dist: valkey[libvalkey]~=6.1.0
|
@@ -2,12 +2,12 @@ aiohttp[speedups]~=3.12.13
|
|
2
2
|
asyncpg~=0.30.0
|
3
3
|
fastapi-users-db-sqlalchemy~=7.0.0
|
4
4
|
fastapi-users[sqlalchemy]~=14.0.1
|
5
|
-
lxml~=
|
5
|
+
lxml~=6.0.0
|
6
6
|
minio~=7.2.15
|
7
7
|
msgpack~=1.1.1
|
8
8
|
msgspec~=0.19.0
|
9
9
|
pydantic[email]~=2.11.7
|
10
|
-
pydantic-settings~=2.10.
|
10
|
+
pydantic-settings~=2.10.1
|
11
11
|
python-jose==3.5.0
|
12
12
|
SQLAlchemy[asyncio]~=2.0.40
|
13
13
|
valkey[libvalkey]~=6.1.0
|
@@ -439,16 +439,16 @@ wheels = [
|
|
439
439
|
|
440
440
|
[[package]]
|
441
441
|
name = "fastapi"
|
442
|
-
version = "0.115.
|
442
|
+
version = "0.115.14"
|
443
443
|
source = { registry = "https://pypi.org/simple" }
|
444
444
|
dependencies = [
|
445
445
|
{ name = "pydantic" },
|
446
446
|
{ name = "starlette" },
|
447
447
|
{ name = "typing-extensions" },
|
448
448
|
]
|
449
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
449
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ca/53/8c38a874844a8b0fa10dd8adf3836ac154082cf88d3f22b544e9ceea0a15/fastapi-0.115.14.tar.gz", hash = "sha256:b1de15cdc1c499a4da47914db35d0e4ef8f1ce62b624e94e0e5824421df99739", size = 296263, upload-time = "2025-06-26T15:29:08.21Z" }
|
450
450
|
wheels = [
|
451
|
-
{ url = "https://files.pythonhosted.org/packages/
|
451
|
+
{ url = "https://files.pythonhosted.org/packages/53/50/b1222562c6d270fea83e9c9075b8e8600b8479150a18e4516a6138b980d1/fastapi-0.115.14-py3-none-any.whl", hash = "sha256:6c0c8bf9420bd58f565e585036d971872472b4f7d3f6c73b698e10cffdefb3ca", size = 95514, upload-time = "2025-06-26T15:29:06.49Z" },
|
452
452
|
]
|
453
453
|
|
454
454
|
[[package]]
|
@@ -616,27 +616,22 @@ wheels = [
|
|
616
616
|
|
617
617
|
[[package]]
|
618
618
|
name = "lxml"
|
619
|
-
version = "
|
620
|
-
source = { registry = "https://pypi.org/simple" }
|
621
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
622
|
-
wheels = [
|
623
|
-
{ url = "https://files.pythonhosted.org/packages/
|
624
|
-
{ url = "https://files.pythonhosted.org/packages/
|
625
|
-
{ url = "https://files.pythonhosted.org/packages/
|
626
|
-
{ url = "https://files.pythonhosted.org/packages/
|
627
|
-
{ url = "https://files.pythonhosted.org/packages/
|
628
|
-
{ url = "https://files.pythonhosted.org/packages/
|
629
|
-
{ url = "https://files.pythonhosted.org/packages/
|
630
|
-
{ url = "https://files.pythonhosted.org/packages/
|
631
|
-
{ url = "https://files.pythonhosted.org/packages/
|
632
|
-
{ url = "https://files.pythonhosted.org/packages/
|
633
|
-
{ url = "https://files.pythonhosted.org/packages/
|
634
|
-
{ url = "https://files.pythonhosted.org/packages/
|
635
|
-
{ url = "https://files.pythonhosted.org/packages/8d/30/fc92bb595bcb878311e01b418b57d13900f84c2b94f6eca9e5073ea756e6/lxml-5.4.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:4f5322cf38fe0e21c2d73901abf68e6329dc02a4994e483adbcf92b568a09a54", size = 5381688, upload-time = "2025-04-23T01:47:28.454Z" },
|
636
|
-
{ url = "https://files.pythonhosted.org/packages/43/d1/3ba7bd978ce28bba8e3da2c2e9d5ae3f8f521ad3f0ca6ea4788d086ba00d/lxml-5.4.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:0be91891bdb06ebe65122aa6bf3fc94489960cf7e03033c6f83a90863b23c58b", size = 5242043, upload-time = "2025-04-23T01:47:31.208Z" },
|
637
|
-
{ url = "https://files.pythonhosted.org/packages/ee/cd/95fa2201041a610c4d08ddaf31d43b98ecc4b1d74b1e7245b1abdab443cb/lxml-5.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:15a665ad90054a3d4f397bc40f73948d48e36e4c09f9bcffc7d90c87410e478a", size = 5021569, upload-time = "2025-04-23T01:47:33.805Z" },
|
638
|
-
{ url = "https://files.pythonhosted.org/packages/2d/a6/31da006fead660b9512d08d23d31e93ad3477dd47cc42e3285f143443176/lxml-5.4.0-cp313-cp313-win32.whl", hash = "sha256:d5663bc1b471c79f5c833cffbc9b87d7bf13f87e055a5c86c363ccd2348d7e82", size = 3485270, upload-time = "2025-04-23T01:47:36.133Z" },
|
639
|
-
{ url = "https://files.pythonhosted.org/packages/fc/14/c115516c62a7d2499781d2d3d7215218c0731b2c940753bf9f9b7b73924d/lxml-5.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:bcb7a1096b4b6b24ce1ac24d4942ad98f983cd3810f9711bcd0293f43a9d8b9f", size = 3814606, upload-time = "2025-04-23T01:47:39.028Z" },
|
619
|
+
version = "6.0.0"
|
620
|
+
source = { registry = "https://pypi.org/simple" }
|
621
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c5/ed/60eb6fa2923602fba988d9ca7c5cdbd7cf25faa795162ed538b527a35411/lxml-6.0.0.tar.gz", hash = "sha256:032e65120339d44cdc3efc326c9f660f5f7205f3a535c1fdbf898b29ea01fb72", size = 4096938, upload-time = "2025-06-26T16:28:19.373Z" }
|
622
|
+
wheels = [
|
623
|
+
{ url = "https://files.pythonhosted.org/packages/79/21/6e7c060822a3c954ff085e5e1b94b4a25757c06529eac91e550f3f5cd8b8/lxml-6.0.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:6da7cd4f405fd7db56e51e96bff0865b9853ae70df0e6720624049da76bde2da", size = 8414372, upload-time = "2025-06-26T16:26:39.079Z" },
|
624
|
+
{ url = "https://files.pythonhosted.org/packages/a4/f6/051b1607a459db670fc3a244fa4f06f101a8adf86cda263d1a56b3a4f9d5/lxml-6.0.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:b34339898bb556a2351a1830f88f751679f343eabf9cf05841c95b165152c9e7", size = 4593940, upload-time = "2025-06-26T16:26:41.891Z" },
|
625
|
+
{ url = "https://files.pythonhosted.org/packages/8e/74/dd595d92a40bda3c687d70d4487b2c7eff93fd63b568acd64fedd2ba00fe/lxml-6.0.0-cp313-cp313-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl", hash = "sha256:51a5e4c61a4541bd1cd3ba74766d0c9b6c12d6a1a4964ef60026832aac8e79b3", size = 5214329, upload-time = "2025-06-26T16:26:44.669Z" },
|
626
|
+
{ url = "https://files.pythonhosted.org/packages/7c/4b/20555bdd75d57945bdabfbc45fdb1a36a1a0ff9eae4653e951b2b79c9209/lxml-6.0.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9f4b481b6cc3a897adb4279216695150bbe7a44c03daba3c894f49d2037e0a24", size = 5021931, upload-time = "2025-06-26T16:26:47.503Z" },
|
627
|
+
{ url = "https://files.pythonhosted.org/packages/d4/dd/39c8507c16db6031f8c1ddf70ed95dbb0a6d466a40002a3522c128aba472/lxml-6.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2ae06fbab4f1bb7db4f7c8ca9897dc8db4447d1a2b9bee78474ad403437bcc29", size = 5247467, upload-time = "2025-06-26T16:26:49.998Z" },
|
628
|
+
{ url = "https://files.pythonhosted.org/packages/4d/56/732d49def0631ad633844cfb2664563c830173a98d5efd9b172e89a4800d/lxml-6.0.0-cp313-cp313-manylinux_2_31_armv7l.whl", hash = "sha256:1fa377b827ca2023244a06554c6e7dc6828a10aaf74ca41965c5d8a4925aebb4", size = 4720601, upload-time = "2025-06-26T16:26:52.564Z" },
|
629
|
+
{ url = "https://files.pythonhosted.org/packages/8f/7f/6b956fab95fa73462bca25d1ea7fc8274ddf68fb8e60b78d56c03b65278e/lxml-6.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:1676b56d48048a62ef77a250428d1f31f610763636e0784ba67a9740823988ca", size = 5060227, upload-time = "2025-06-26T16:26:55.054Z" },
|
630
|
+
{ url = "https://files.pythonhosted.org/packages/97/06/e851ac2924447e8b15a294855caf3d543424364a143c001014d22c8ca94c/lxml-6.0.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:0e32698462aacc5c1cf6bdfebc9c781821b7e74c79f13e5ffc8bfe27c42b1abf", size = 4790637, upload-time = "2025-06-26T16:26:57.384Z" },
|
631
|
+
{ url = "https://files.pythonhosted.org/packages/52/03/0e764ce00b95e008d76b99d432f1807f3574fb2945b496a17807a1645dbd/lxml-6.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:7488a43033c958637b1a08cddc9188eb06d3ad36582cebc7d4815980b47e27ef", size = 5272430, upload-time = "2025-06-26T16:27:00.031Z" },
|
632
|
+
{ url = "https://files.pythonhosted.org/packages/5f/01/d48cc141bc47bc1644d20fe97bbd5e8afb30415ec94f146f2f76d0d9d098/lxml-6.0.0-cp313-cp313-win32.whl", hash = "sha256:5fcd7d3b1d8ecb91445bd71b9c88bdbeae528fefee4f379895becfc72298d181", size = 3612896, upload-time = "2025-06-26T16:27:04.251Z" },
|
633
|
+
{ url = "https://files.pythonhosted.org/packages/f4/87/6456b9541d186ee7d4cb53bf1b9a0d7f3b1068532676940fdd594ac90865/lxml-6.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:2f34687222b78fff795feeb799a7d44eca2477c3d9d3a46ce17d51a4f383e32e", size = 4013132, upload-time = "2025-06-26T16:27:06.415Z" },
|
634
|
+
{ url = "https://files.pythonhosted.org/packages/b7/42/85b3aa8f06ca0d24962f8100f001828e1f1f1a38c954c16e71154ed7d53a/lxml-6.0.0-cp313-cp313-win_arm64.whl", hash = "sha256:21db1ec5525780fd07251636eb5f7acb84003e9382c72c18c542a87c416ade03", size = 3672642, upload-time = "2025-06-26T16:27:09.888Z" },
|
640
635
|
]
|
641
636
|
|
642
637
|
[[package]]
|
@@ -699,47 +694,43 @@ wheels = [
|
|
699
694
|
|
700
695
|
[[package]]
|
701
696
|
name = "multidict"
|
702
|
-
version = "6.
|
703
|
-
source = { registry = "https://pypi.org/simple" }
|
704
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
705
|
-
wheels = [
|
706
|
-
{ url = "https://files.pythonhosted.org/packages/
|
707
|
-
{ url = "https://files.pythonhosted.org/packages/
|
708
|
-
{ url = "https://files.pythonhosted.org/packages/
|
709
|
-
{ url = "https://files.pythonhosted.org/packages/
|
710
|
-
{ url = "https://files.pythonhosted.org/packages/
|
711
|
-
{ url = "https://files.pythonhosted.org/packages/
|
712
|
-
{ url = "https://files.pythonhosted.org/packages/
|
713
|
-
{ url = "https://files.pythonhosted.org/packages/
|
714
|
-
{ url = "https://files.pythonhosted.org/packages/
|
715
|
-
{ url = "https://files.pythonhosted.org/packages/
|
716
|
-
{ url = "https://files.pythonhosted.org/packages/
|
717
|
-
{ url = "https://files.pythonhosted.org/packages/
|
718
|
-
{ url = "https://files.pythonhosted.org/packages/
|
719
|
-
{ url = "https://files.pythonhosted.org/packages/
|
720
|
-
{ url = "https://files.pythonhosted.org/packages/
|
721
|
-
{ url = "https://files.pythonhosted.org/packages/
|
722
|
-
{ url = "https://files.pythonhosted.org/packages/
|
723
|
-
{ url = "https://files.pythonhosted.org/packages/
|
724
|
-
{ url = "https://files.pythonhosted.org/packages/
|
725
|
-
{ url = "https://files.pythonhosted.org/packages/
|
726
|
-
{ url = "https://files.pythonhosted.org/packages/
|
727
|
-
{ url = "https://files.pythonhosted.org/packages/
|
728
|
-
{ url = "https://files.pythonhosted.org/packages/
|
729
|
-
{ url = "https://files.pythonhosted.org/packages/
|
730
|
-
{ url = "https://files.pythonhosted.org/packages/
|
731
|
-
{ url = "https://files.pythonhosted.org/packages/
|
732
|
-
{ url = "https://files.pythonhosted.org/packages/
|
733
|
-
{ url = "https://files.pythonhosted.org/packages/
|
734
|
-
{ url = "https://files.pythonhosted.org/packages/
|
735
|
-
{ url = "https://files.pythonhosted.org/packages/
|
736
|
-
{ url = "https://files.pythonhosted.org/packages/
|
737
|
-
{ url = "https://files.pythonhosted.org/packages/
|
738
|
-
{ url = "https://files.pythonhosted.org/packages/
|
739
|
-
{ url = "https://files.pythonhosted.org/packages/65/57/64af5dbcfd61427056e840c8e520b502879d480f9632fbe210929fd87393/multidict-6.5.0-cp313-cp313t-win32.whl", hash = "sha256:9232a117341e7e979d210e41c04e18f1dc3a1d251268df6c818f5334301274e1", size = 46761, upload-time = "2025-06-17T14:15:24.733Z" },
|
740
|
-
{ url = "https://files.pythonhosted.org/packages/26/a8/cac7f7d61e188ff44f28e46cb98f9cc21762e671c96e031f06c84a60556e/multidict-6.5.0-cp313-cp313t-win_amd64.whl", hash = "sha256:44cb5c53fb2d4cbcee70a768d796052b75d89b827643788a75ea68189f0980a1", size = 52112, upload-time = "2025-06-17T14:15:25.906Z" },
|
741
|
-
{ url = "https://files.pythonhosted.org/packages/51/9f/076533feb1b5488d22936da98b9c217205cfbf9f56f7174e8c5c86d86fe6/multidict-6.5.0-cp313-cp313t-win_arm64.whl", hash = "sha256:51d33fafa82640c0217391d4ce895d32b7e84a832b8aee0dcc1b04d8981ec7f4", size = 44358, upload-time = "2025-06-17T14:15:27.117Z" },
|
742
|
-
{ url = "https://files.pythonhosted.org/packages/44/d8/45e8fc9892a7386d074941429e033adb4640e59ff0780d96a8cf46fe788e/multidict-6.5.0-py3-none-any.whl", hash = "sha256:5634b35f225977605385f56153bd95a7133faffc0ffe12ad26e10517537e8dfc", size = 12181, upload-time = "2025-06-17T14:15:55.156Z" },
|
697
|
+
version = "6.6.0"
|
698
|
+
source = { registry = "https://pypi.org/simple" }
|
699
|
+
sdist = { url = "https://files.pythonhosted.org/packages/aa/6d/84d6dbf9a855c09504bdffd4a2c82c6b82cc7b4d69101b64491873967d88/multidict-6.6.0.tar.gz", hash = "sha256:460b213769cb8691b5ba2f12e53522acd95eb5b2602497d4d7e64069a61e5941", size = 99841, upload-time = "2025-06-27T09:51:54.73Z" }
|
700
|
+
wheels = [
|
701
|
+
{ url = "https://files.pythonhosted.org/packages/8a/10/5d58c3739adc1b1322df7300ec0b40fba13a138b292fa350b59ab8329783/multidict-6.6.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e26114b8e3da8137bb39e2820eef09005c0ab468b2cca384f429a2104c48f6d1", size = 75827, upload-time = "2025-06-27T09:50:34.37Z" },
|
702
|
+
{ url = "https://files.pythonhosted.org/packages/14/11/713fd1b5cff3ae3a3d458073460d1efe33b469da079daca1cc2706a25e96/multidict-6.6.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:bf72082eba16b22f63ef8553e1d245c56bf92868976f089ae3f572e91e2dd197", size = 45012, upload-time = "2025-06-27T09:50:35.607Z" },
|
703
|
+
{ url = "https://files.pythonhosted.org/packages/1b/bd/9518933da0bdec068ed16ea9bead13a9d5e1bc8584af329f242ba4886395/multidict-6.6.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:57afe4cdc5ee0c001af224f259a20b906df8ddbb9b9af932817a374bf98cd857", size = 43279, upload-time = "2025-06-27T09:50:37.183Z" },
|
704
|
+
{ url = "https://files.pythonhosted.org/packages/8d/2e/28f3bb3c8ad6c74f78cba89e5ace84c026b331647dde7f1f32dc6ad018c5/multidict-6.6.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1d18cde7f12df1f9d42bafbe01ed0af48e8f6605ee632aaf3788ada861193175", size = 255396, upload-time = "2025-06-27T09:50:38.524Z" },
|
705
|
+
{ url = "https://files.pythonhosted.org/packages/77/ef/13f4031ba9d4407e3042bf4d19b89a4c27d3e381a8b122b48a3755fcd43d/multidict-6.6.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:11ccf3fa5cdf0475706307be90ab60bb1865cd8814c7cac6f3c9e54dda094a57", size = 239929, upload-time = "2025-06-27T09:50:39.919Z" },
|
706
|
+
{ url = "https://files.pythonhosted.org/packages/3a/0d/7b5c3deeb4bdb44b91b56b4a317af54bafa1d697eaff30a6eb16e3d81f06/multidict-6.6.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:690e7fd86c1def94f080ce514922fb6b62b6327ab10b229e1a8a7ecfc4e88200", size = 266139, upload-time = "2025-06-27T09:50:41.466Z" },
|
707
|
+
{ url = "https://files.pythonhosted.org/packages/82/b7/8a64535737ed19211fa7cbc76635bd1fea50665a9d6d293b63791ec2e746/multidict-6.6.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:1c92cb8bc15c3152ccdb53093c12eb56e661bf404f5674c055007dc979c869f7", size = 267222, upload-time = "2025-06-27T09:50:43.081Z" },
|
708
|
+
{ url = "https://files.pythonhosted.org/packages/2a/d2/05a85c85f3be3f3130d6d029c280d61965a96d019f42adbb03eb95bbbe6f/multidict-6.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:760a4970d6ce435b0c71a68c4a86fcd0fad50c760c948891d60af4d3486401f6", size = 254095, upload-time = "2025-06-27T09:50:44.502Z" },
|
709
|
+
{ url = "https://files.pythonhosted.org/packages/76/cd/1b667e7f56e0970310f646d29a02657db5105eb33b1de5509aa543da5216/multidict-6.6.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:606b94703e1949fd0044ea72aab11a7b9d92492e86fd5886c099d1a7655961ca", size = 250780, upload-time = "2025-06-27T09:50:46.094Z" },
|
710
|
+
{ url = "https://files.pythonhosted.org/packages/72/60/72d7fc97b88a594bfb3d5415829833dd77bce6ae505c94e3ca21d358a7b3/multidict-6.6.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:9c73131cd1f46669c9b28632be3ee3be611aef38c0fe5ee9f8d5632e9722229f", size = 249031, upload-time = "2025-06-27T09:50:47.668Z" },
|
711
|
+
{ url = "https://files.pythonhosted.org/packages/05/49/a892295218fc986884df7b99ec53411086d6c5137bc221f5791d7190b744/multidict-6.6.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:3f76f25eea979b6e39993380acb56422eb8a10c44e13ef4f5d3c82c797cb157d", size = 261192, upload-time = "2025-06-27T09:50:49.195Z" },
|
712
|
+
{ url = "https://files.pythonhosted.org/packages/ec/68/0ecea658316bd826e666eb309c27f4b9d6635ff41e7d1426ba4c709b2c78/multidict-6.6.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:2b9a1135f8a0bf7959fb03bca6b98308521cecc6883e4a334a9ae4edecf3d90c", size = 257521, upload-time = "2025-06-27T09:50:50.802Z" },
|
713
|
+
{ url = "https://files.pythonhosted.org/packages/bb/98/e465b36fdd2bd80781ad98303f9a804f5c916d592aa055210dca3f16a519/multidict-6.6.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:ff8f1043a727649ce698642065b279ee18b36e0d7cbdb7583d7edac6ae804392", size = 249403, upload-time = "2025-06-27T09:50:52.437Z" },
|
714
|
+
{ url = "https://files.pythonhosted.org/packages/b7/9e/0a2063333cd39287fb8497713b186b6d86bfbb3a64a67defbf849d7871a3/multidict-6.6.0-cp313-cp313-win32.whl", hash = "sha256:e53dcb79923cc0c7ef0ac41aac6e4ea4cf8aa1c7bc7f354c014cf386e9c28639", size = 41776, upload-time = "2025-06-27T09:50:53.887Z" },
|
715
|
+
{ url = "https://files.pythonhosted.org/packages/1e/67/8d029a8577e29181da4d7504c2d4be43a15ca8179c1e0e27f008645b0232/multidict-6.6.0-cp313-cp313-win_amd64.whl", hash = "sha256:c0ac2049db3dca5fade0390817f94e1945e248297c90bf0b7596127105f3f54f", size = 45401, upload-time = "2025-06-27T09:50:55.563Z" },
|
716
|
+
{ url = "https://files.pythonhosted.org/packages/d4/e1/b1b921846eb50c76cca9bb4b1e05438e71c5bbfd1be5240c2e98bc44d98b/multidict-6.6.0-cp313-cp313-win_arm64.whl", hash = "sha256:fe16f2823f50a10f13cf094cc09c9e76c3b483064975c482eda0d830175746bc", size = 43097, upload-time = "2025-06-27T09:50:56.99Z" },
|
717
|
+
{ url = "https://files.pythonhosted.org/packages/01/96/11dec4734a699357b9f1f5217047011e22c3c04ef8c0daafbdb4914fbd9b/multidict-6.6.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:55243ada517cd453ede3be68ab65260af5389adcb8be5f4c1c7cdec63bbeef5d", size = 82775, upload-time = "2025-06-27T09:50:58.31Z" },
|
718
|
+
{ url = "https://files.pythonhosted.org/packages/9d/0b/4128fb611bcd0045d29cd51e214f475529d425ac0c316d22e52090ff7860/multidict-6.6.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:d614de950f7dd9d295590a5b3017dd1f0a5278a97d15a10d037a2f24e7f6d65b", size = 48329, upload-time = "2025-06-27T09:50:59.581Z" },
|
719
|
+
{ url = "https://files.pythonhosted.org/packages/f2/c2/460deaf50a11df6fadf10b88739f58c8443b30b7ae7c650b83a0741379a1/multidict-6.6.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:d12ce09473c3f497d8944c210899043686f88b811970edc5eb6486f413caa267", size = 46695, upload-time = "2025-06-27T09:51:00.916Z" },
|
720
|
+
{ url = "https://files.pythonhosted.org/packages/f6/fe/8c84812a9d42f86722dc421df906f427d6ee7a670267e5c53e63ef4dc284/multidict-6.6.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d5a2c6f673c0b5f8bd1049208a313d7e038972aa2ab898bd486f1d29a8c62130", size = 249833, upload-time = "2025-06-27T09:51:02.39Z" },
|
721
|
+
{ url = "https://files.pythonhosted.org/packages/bb/8b/3435951b9f940a3e574f2b514e938811aa41fd696a10a9d0ea69db4986a7/multidict-6.6.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:ff27fc5526b8740735612ea32d8fab2f79e83824b8f9e7f2b88c9e1db28d6f79", size = 228800, upload-time = "2025-06-27T09:51:03.97Z" },
|
722
|
+
{ url = "https://files.pythonhosted.org/packages/e6/17/a1f2fe66ee547152d6bfefb3654b2df3730fabdfea8c0d9f30459e6dc8c0/multidict-6.6.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:279bfd45fecc0d9cdb6926b2a58381cae0514689d6fab67e39a88304301da90a", size = 256563, upload-time = "2025-06-27T09:51:05.773Z" },
|
723
|
+
{ url = "https://files.pythonhosted.org/packages/57/f1/4ec89ff9d74bbd8e4ab8c7808e630773dd91151e1f08ec88d052e870319f/multidict-6.6.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:b28f421e6f8b444f636bbf4b99e01db5adeb673691ebb764eb39c17dc64179cd", size = 256001, upload-time = "2025-06-27T09:51:07.324Z" },
|
724
|
+
{ url = "https://files.pythonhosted.org/packages/5c/3e/7b69b5a51db23f5a6464801982ea98c3d9ad1dc855c5fc5cc481d43bc3fe/multidict-6.6.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:11537e9e25241a98746f265230569d7230ad2d8f0d26e863f974e1c991ff5a45", size = 246732, upload-time = "2025-06-27T09:51:09.198Z" },
|
725
|
+
{ url = "https://files.pythonhosted.org/packages/7d/8b/a9f4ab7806cc7252c6b177daa426091497fbdf4f043564de19cedbcd4689/multidict-6.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:e5b1647506370075513fb19424141853f5cc68dbba38559655dcaafce4d99f27", size = 244897, upload-time = "2025-06-27T09:51:10.793Z" },
|
726
|
+
{ url = "https://files.pythonhosted.org/packages/e2/93/14c7500f717958a2a6af78f94326a4792495af51ec7c65d0f7e0bad35d99/multidict-6.6.0-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:fe2bab539a912c3aa24dd3f96e4f6a45b9fac819184fa1d09aec8f289bd7f3ab", size = 234065, upload-time = "2025-06-27T09:51:12.625Z" },
|
727
|
+
{ url = "https://files.pythonhosted.org/packages/7d/71/2eb2ceeaf0fc91b8edaa2aa4f2b76d82f8d41705b76b4d47b4b002e0da88/multidict-6.6.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:9d30a1ef323867e71e96c62434cc52b072160e4f9be0169ec2fea516d61003dd", size = 251228, upload-time = "2025-06-27T09:51:14.175Z" },
|
728
|
+
{ url = "https://files.pythonhosted.org/packages/5e/05/f8984acea1a76929cc84a9c8a927f8c756e23be1d11da725b56c2d249f8d/multidict-6.6.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:0b9cc871bc3e580224f9f3c0cd172a1d91e5f4e6c1164d039e3e6f9542f09bf3", size = 245416, upload-time = "2025-06-27T09:51:17.252Z" },
|
729
|
+
{ url = "https://files.pythonhosted.org/packages/10/7b/1f8fb6487bb5e7cb1e824cc54e93dabda7bf8aadd87a6d7e1c7f82e114b5/multidict-6.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:aa98b25a25eaefd8728cffab14066bdc10b30168d4dd32039c5191d2dc863631", size = 241841, upload-time = "2025-06-27T09:51:19.075Z" },
|
730
|
+
{ url = "https://files.pythonhosted.org/packages/59/30/5f1b87484a85e2a1e245e49b8533016164852f69a68d00d538a9c4ec5a62/multidict-6.6.0-cp313-cp313t-win32.whl", hash = "sha256:b62d2907e8014c3e65b7725271029085aaf8885d34f5bab526cd960bcf40905f", size = 47755, upload-time = "2025-06-27T09:51:20.497Z" },
|
731
|
+
{ url = "https://files.pythonhosted.org/packages/f0/a3/a21a783d10ec1132e81ea808fd2977838ae01e06377991e3d1308e86e47a/multidict-6.6.0-cp313-cp313t-win_amd64.whl", hash = "sha256:954591356227721d7557a9f9ea0f80235608f2dc99c5bb1869f654e890528358", size = 52897, upload-time = "2025-06-27T09:51:21.79Z" },
|
732
|
+
{ url = "https://files.pythonhosted.org/packages/f9/c7/103af64747f755681e7ee6077a558f8aeaa689504d191fca4b12df75e8c7/multidict-6.6.0-cp313-cp313t-win_arm64.whl", hash = "sha256:14b3d44838170996d217b168de2c9dd1cefbb9de6a18c8cfd07cec141b489e41", size = 45329, upload-time = "2025-06-27T09:51:23.935Z" },
|
733
|
+
{ url = "https://files.pythonhosted.org/packages/b8/8a/35b72900b432516674bef955c2b41100a45a735f0ac5085eb2acbfcd5465/multidict-6.6.0-py3-none-any.whl", hash = "sha256:447df643754e273681fda37764a89880d32c86cab102bfc05c1e8359ebcf0980", size = 12297, upload-time = "2025-06-27T09:51:53.07Z" },
|
743
734
|
]
|
744
735
|
|
745
736
|
[[package]]
|
@@ -985,16 +976,16 @@ wheels = [
|
|
985
976
|
|
986
977
|
[[package]]
|
987
978
|
name = "pydantic-settings"
|
988
|
-
version = "2.10.
|
979
|
+
version = "2.10.1"
|
989
980
|
source = { registry = "https://pypi.org/simple" }
|
990
981
|
dependencies = [
|
991
982
|
{ name = "pydantic" },
|
992
983
|
{ name = "python-dotenv" },
|
993
984
|
{ name = "typing-inspection" },
|
994
985
|
]
|
995
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
986
|
+
sdist = { url = "https://files.pythonhosted.org/packages/68/85/1ea668bbab3c50071ca613c6ab30047fb36ab0da1b92fa8f17bbc38fd36c/pydantic_settings-2.10.1.tar.gz", hash = "sha256:06f0062169818d0f5524420a360d632d5857b83cffd4d42fe29597807a1614ee", size = 172583, upload-time = "2025-06-24T13:26:46.841Z" }
|
996
987
|
wheels = [
|
997
|
-
{ url = "https://files.pythonhosted.org/packages/
|
988
|
+
{ url = "https://files.pythonhosted.org/packages/58/f0/427018098906416f580e3cf1366d3b1abfb408a0652e9f31600c24a1903c/pydantic_settings-2.10.1-py3-none-any.whl", hash = "sha256:a60952460b99cf661dc25c29c0ef171721f98bfcb52ef8d9ea4c943d7c8cc796", size = 45235, upload-time = "2025-06-24T13:26:45.485Z" },
|
998
989
|
]
|
999
990
|
|
1000
991
|
[[package]]
|
@@ -1098,11 +1089,11 @@ wheels = [
|
|
1098
1089
|
|
1099
1090
|
[[package]]
|
1100
1091
|
name = "python-dotenv"
|
1101
|
-
version = "1.1.
|
1092
|
+
version = "1.1.1"
|
1102
1093
|
source = { registry = "https://pypi.org/simple" }
|
1103
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1094
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e/python_dotenv-1.1.1.tar.gz", hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab", size = 41978, upload-time = "2025-06-24T04:21:07.341Z" }
|
1104
1095
|
wheels = [
|
1105
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1096
|
+
{ url = "https://files.pythonhosted.org/packages/5f/ed/539768cf28c661b5b068d66d96a2f155c4971a5d55684a514c1a0e0dec2f/python_dotenv-1.1.1-py3-none-any.whl", hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc", size = 20556, upload-time = "2025-06-24T04:21:06.073Z" },
|
1106
1097
|
]
|
1107
1098
|
|
1108
1099
|
[[package]]
|
@@ -1172,12 +1163,12 @@ requires-dist = [
|
|
1172
1163
|
{ name = "asyncpg", specifier = "~=0.30.0" },
|
1173
1164
|
{ name = "fastapi-users", extras = ["sqlalchemy"], specifier = "~=14.0.1" },
|
1174
1165
|
{ name = "fastapi-users-db-sqlalchemy", specifier = "~=7.0.0" },
|
1175
|
-
{ name = "lxml", specifier = "~=
|
1166
|
+
{ name = "lxml", specifier = "~=6.0.0" },
|
1176
1167
|
{ name = "minio", specifier = "~=7.2.15" },
|
1177
1168
|
{ name = "msgpack", specifier = "~=1.1.1" },
|
1178
1169
|
{ name = "msgspec", specifier = "~=0.19.0" },
|
1179
1170
|
{ name = "pydantic", extras = ["email"], specifier = "~=2.11.7" },
|
1180
|
-
{ name = "pydantic-settings", specifier = "~=2.10.
|
1171
|
+
{ name = "pydantic-settings", specifier = "~=2.10.1" },
|
1181
1172
|
{ name = "python-jose", specifier = "==3.5.0" },
|
1182
1173
|
{ name = "sqlalchemy", extras = ["asyncio"], specifier = "~=2.0.40" },
|
1183
1174
|
{ name = "valkey", extras = ["libvalkey"], specifier = "~=6.1.0" },
|
@@ -1190,7 +1181,7 @@ dev = [
|
|
1190
1181
|
{ name = "pip", specifier = "==25.1.1" },
|
1191
1182
|
{ name = "pre-commit", specifier = "==4.2.0" },
|
1192
1183
|
{ name = "pyright", specifier = "==1.1.402" },
|
1193
|
-
{ name = "ruff", specifier = "==0.12.
|
1184
|
+
{ name = "ruff", specifier = "==0.12.1" },
|
1194
1185
|
{ name = "setuptools", specifier = "==80.9.0" },
|
1195
1186
|
{ name = "setuptools-scm", specifier = "==8.3.1" },
|
1196
1187
|
{ name = "wheel", specifier = "==0.45.1" },
|
@@ -1281,27 +1272,27 @@ wheels = [
|
|
1281
1272
|
|
1282
1273
|
[[package]]
|
1283
1274
|
name = "ruff"
|
1284
|
-
version = "0.12.
|
1285
|
-
source = { registry = "https://pypi.org/simple" }
|
1286
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1287
|
-
wheels = [
|
1288
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1289
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1290
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1292
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1293
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1294
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1295
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1296
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1297
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1298
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1299
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1300
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1301
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1302
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1303
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1304
|
-
{ url = "https://files.pythonhosted.org/packages/d0/
|
1275
|
+
version = "0.12.1"
|
1276
|
+
source = { registry = "https://pypi.org/simple" }
|
1277
|
+
sdist = { url = "https://files.pythonhosted.org/packages/97/38/796a101608a90494440856ccfb52b1edae90de0b817e76bfade66b12d320/ruff-0.12.1.tar.gz", hash = "sha256:806bbc17f1104fd57451a98a58df35388ee3ab422e029e8f5cf30aa4af2c138c", size = 4413426, upload-time = "2025-06-26T20:34:14.784Z" }
|
1278
|
+
wheels = [
|
1279
|
+
{ url = "https://files.pythonhosted.org/packages/06/bf/3dba52c1d12ab5e78d75bd78ad52fb85a6a1f29cc447c2423037b82bed0d/ruff-0.12.1-py3-none-linux_armv6l.whl", hash = "sha256:6013a46d865111e2edb71ad692fbb8262e6c172587a57c0669332a449384a36b", size = 10305649, upload-time = "2025-06-26T20:33:39.242Z" },
|
1280
|
+
{ url = "https://files.pythonhosted.org/packages/8c/65/dab1ba90269bc8c81ce1d499a6517e28fe6f87b2119ec449257d0983cceb/ruff-0.12.1-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b3f75a19e03a4b0757d1412edb7f27cffb0c700365e9d6b60bc1b68d35bc89e0", size = 11120201, upload-time = "2025-06-26T20:33:42.207Z" },
|
1281
|
+
{ url = "https://files.pythonhosted.org/packages/3f/3e/2d819ffda01defe857fa2dd4cba4d19109713df4034cc36f06bbf582d62a/ruff-0.12.1-py3-none-macosx_11_0_arm64.whl", hash = "sha256:9a256522893cb7e92bb1e1153283927f842dea2e48619c803243dccc8437b8be", size = 10466769, upload-time = "2025-06-26T20:33:44.102Z" },
|
1282
|
+
{ url = "https://files.pythonhosted.org/packages/63/37/bde4cf84dbd7821c8de56ec4ccc2816bce8125684f7b9e22fe4ad92364de/ruff-0.12.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:069052605fe74c765a5b4272eb89880e0ff7a31e6c0dbf8767203c1fbd31c7ff", size = 10660902, upload-time = "2025-06-26T20:33:45.98Z" },
|
1283
|
+
{ url = "https://files.pythonhosted.org/packages/0e/3a/390782a9ed1358c95e78ccc745eed1a9d657a537e5c4c4812fce06c8d1a0/ruff-0.12.1-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a684f125a4fec2d5a6501a466be3841113ba6847827be4573fddf8308b83477d", size = 10167002, upload-time = "2025-06-26T20:33:47.81Z" },
|
1284
|
+
{ url = "https://files.pythonhosted.org/packages/6d/05/f2d4c965009634830e97ffe733201ec59e4addc5b1c0efa035645baa9e5f/ruff-0.12.1-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bdecdef753bf1e95797593007569d8e1697a54fca843d78f6862f7dc279e23bd", size = 11751522, upload-time = "2025-06-26T20:33:49.857Z" },
|
1285
|
+
{ url = "https://files.pythonhosted.org/packages/35/4e/4bfc519b5fcd462233f82fc20ef8b1e5ecce476c283b355af92c0935d5d9/ruff-0.12.1-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:70d52a058c0e7b88b602f575d23596e89bd7d8196437a4148381a3f73fcd5010", size = 12520264, upload-time = "2025-06-26T20:33:52.199Z" },
|
1286
|
+
{ url = "https://files.pythonhosted.org/packages/85/b2/7756a6925da236b3a31f234b4167397c3e5f91edb861028a631546bad719/ruff-0.12.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:84d0a69d1e8d716dfeab22d8d5e7c786b73f2106429a933cee51d7b09f861d4e", size = 12133882, upload-time = "2025-06-26T20:33:54.231Z" },
|
1287
|
+
{ url = "https://files.pythonhosted.org/packages/dd/00/40da9c66d4a4d51291e619be6757fa65c91b92456ff4f01101593f3a1170/ruff-0.12.1-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6cc32e863adcf9e71690248607ccdf25252eeeab5193768e6873b901fd441fed", size = 11608941, upload-time = "2025-06-26T20:33:56.202Z" },
|
1288
|
+
{ url = "https://files.pythonhosted.org/packages/91/e7/f898391cc026a77fbe68dfea5940f8213622474cb848eb30215538a2dadf/ruff-0.12.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7fd49a4619f90d5afc65cf42e07b6ae98bb454fd5029d03b306bd9e2273d44cc", size = 11602887, upload-time = "2025-06-26T20:33:58.47Z" },
|
1289
|
+
{ url = "https://files.pythonhosted.org/packages/f6/02/0891872fc6aab8678084f4cf8826f85c5d2d24aa9114092139a38123f94b/ruff-0.12.1-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:ed5af6aaaea20710e77698e2055b9ff9b3494891e1b24d26c07055459bb717e9", size = 10521742, upload-time = "2025-06-26T20:34:00.465Z" },
|
1290
|
+
{ url = "https://files.pythonhosted.org/packages/2a/98/d6534322c74a7d47b0f33b036b2498ccac99d8d8c40edadb552c038cecf1/ruff-0.12.1-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:801d626de15e6bf988fbe7ce59b303a914ff9c616d5866f8c79eb5012720ae13", size = 10149909, upload-time = "2025-06-26T20:34:02.603Z" },
|
1291
|
+
{ url = "https://files.pythonhosted.org/packages/34/5c/9b7ba8c19a31e2b6bd5e31aa1e65b533208a30512f118805371dbbbdf6a9/ruff-0.12.1-py3-none-musllinux_1_2_i686.whl", hash = "sha256:2be9d32a147f98a1972c1e4df9a6956d612ca5f5578536814372113d09a27a6c", size = 11136005, upload-time = "2025-06-26T20:34:04.723Z" },
|
1292
|
+
{ url = "https://files.pythonhosted.org/packages/dc/34/9bbefa4d0ff2c000e4e533f591499f6b834346025e11da97f4ded21cb23e/ruff-0.12.1-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:49b7ce354eed2a322fbaea80168c902de9504e6e174fd501e9447cad0232f9e6", size = 11648579, upload-time = "2025-06-26T20:34:06.766Z" },
|
1293
|
+
{ url = "https://files.pythonhosted.org/packages/6f/1c/20cdb593783f8f411839ce749ec9ae9e4298c2b2079b40295c3e6e2089e1/ruff-0.12.1-py3-none-win32.whl", hash = "sha256:d973fa626d4c8267848755bd0414211a456e99e125dcab147f24daa9e991a245", size = 10519495, upload-time = "2025-06-26T20:34:08.718Z" },
|
1294
|
+
{ url = "https://files.pythonhosted.org/packages/cf/56/7158bd8d3cf16394928f47c637d39a7d532268cd45220bdb6cd622985760/ruff-0.12.1-py3-none-win_amd64.whl", hash = "sha256:9e1123b1c033f77bd2590e4c1fe7e8ea72ef990a85d2484351d408224d603013", size = 11547485, upload-time = "2025-06-26T20:34:11.008Z" },
|
1295
|
+
{ url = "https://files.pythonhosted.org/packages/91/d0/6902c0d017259439d6fd2fd9393cea1cfe30169940118b007d5e0ea7e954/ruff-0.12.1-py3-none-win_arm64.whl", hash = "sha256:78ad09a022c64c13cc6077707f036bab0fac8cd7088772dcd1e5be21c5002efc", size = 10691209, upload-time = "2025-06-26T20:34:12.928Z" },
|
1305
1296
|
]
|
1306
1297
|
|
1307
1298
|
[[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
|
File without changes
|
{python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/serializers/__init__.py
RENAMED
File without changes
|
File without changes
|
{python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/serializers/msgpack.py
RENAMED
File without changes
|
{python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons/serializers/msgspec.py
RENAMED
File without changes
|
File without changes
|
{python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons.egg-info/dependency_links.txt
RENAMED
File without changes
|
{python3_commons-0.8.34 → python3_commons-0.8.35}/src/python3_commons.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|