amati 0.3.6__tar.gz → 0.3.8__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.
- {amati-0.3.6 → amati-0.3.8}/.github/workflows/checks.yaml +2 -2
- {amati-0.3.6 → amati-0.3.8}/.github/workflows/codeql.yml +2 -2
- {amati-0.3.6 → amati-0.3.8}/.github/workflows/coverage.yaml +1 -1
- {amati-0.3.6 → amati-0.3.8}/.github/workflows/data-refresh.yaml +1 -1
- {amati-0.3.6 → amati-0.3.8}/.github/workflows/publish.yaml +1 -1
- {amati-0.3.6 → amati-0.3.8}/.github/workflows/scorecards.yml +2 -2
- {amati-0.3.6 → amati-0.3.8}/.github/workflows/tag-and-create-release.yaml +1 -1
- {amati-0.3.6 → amati-0.3.8}/.pre-commit-config.yaml +1 -1
- {amati-0.3.6 → amati-0.3.8}/Dockerfile +1 -1
- {amati-0.3.6 → amati-0.3.8}/PKG-INFO +1 -1
- {amati-0.3.6 → amati-0.3.8}/amati/_data/files/media-types.json +1 -0
- {amati-0.3.6 → amati-0.3.8}/pyproject.toml +1 -1
- {amati-0.3.6 → amati-0.3.8}/uv.lock +29 -30
- {amati-0.3.6 → amati-0.3.8}/.dockerignore +0 -0
- {amati-0.3.6 → amati-0.3.8}/.github/actions/setup/action.yaml +0 -0
- {amati-0.3.6 → amati-0.3.8}/.github/dependabot.yml +0 -0
- {amati-0.3.6 → amati-0.3.8}/.github/workflows/dependency-review.yml +0 -0
- {amati-0.3.6 → amati-0.3.8}/.gitignore +0 -0
- {amati-0.3.6 → amati-0.3.8}/.python-version +0 -0
- {amati-0.3.6 → amati-0.3.8}/LICENSE +0 -0
- {amati-0.3.6 → amati-0.3.8}/README.md +0 -0
- {amati-0.3.6 → amati-0.3.8}/SECURITY.md +0 -0
- {amati-0.3.6 → amati-0.3.8}/TEMPLATE.html +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/__init__.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_data/files/http-status-codes.json +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_data/files/iso9110.json +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_data/files/schemes.json +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_data/files/spdx-licences.json +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_data/files/tlds.json +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_data/http_status_code.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_data/iso9110.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_data/media_types.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_data/refresh.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_data/schemes.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_data/spdx_licences.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_data/tlds.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_error_handler.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_logging.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/_resolve_forward_references.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/amati.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/exceptions.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/fields/__init__.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/fields/_custom_types.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/fields/commonmark.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/fields/email.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/fields/http_status_codes.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/fields/iso9110.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/fields/json.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/fields/media.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/fields/oas.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/fields/spdx_licences.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/fields/uri.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/file_handler.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/grammars/oas.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/grammars/rfc6901.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/grammars/rfc7159.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/model_validators.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/py.typed +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/validators/__init__.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/validators/generic.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/validators/oas304.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/amati/validators/oas311.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/bin/checks.sh +0 -0
- {amati-0.3.6 → amati-0.3.8}/bin/startup.sh +0 -0
- {amati-0.3.6 → amati-0.3.8}/bin/upgrade-python.sh +0 -0
- {amati-0.3.6 → amati-0.3.8}/bin/uv-upgrade-from-main.sh +0 -0
- {amati-0.3.6 → amati-0.3.8}/scripts/setup_test_specs.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/__init__.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/data/.amati.tests.yaml +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/data/DigitalOcean-public.v2.errors.json +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/data/api.github.com.yaml.errors.json +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/data/discourse.yml.errors.json +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/data/invalid-openapi.yaml +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/data/next-api.github.com.yaml.errors.json +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/data/openapi.yaml +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/data/openapi.yaml.gz +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/data/redocly.openapi.yaml.errors.json +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/fields/__init__.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/fields/test_email.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/fields/test_http_status_codes.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/fields/test_iso9110.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/fields/test_media.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/fields/test_oas.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/fields/test_spdx_licences.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/fields/test_uri.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/helpers.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/model_validators/test_all_of.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/model_validators/test_at_least_one.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/model_validators/test_if_then.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/model_validators/test_only_one.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/test_amati.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/test_external_specs.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/test_logging.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/validators/__init__.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/validators/test_generic.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/validators/test_licence_object.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/validators/test_security_scheme_object.py +0 -0
- {amati-0.3.6 → amati-0.3.8}/tests/validators/test_server_variable_object.py +0 -0
|
@@ -77,14 +77,14 @@ jobs:
|
|
|
77
77
|
- name: Coverage comment
|
|
78
78
|
if: steps.check_changes.outputs.relevant == 'true'
|
|
79
79
|
id: coverage_comment
|
|
80
|
-
uses: py-cov-action/python-coverage-comment-action@
|
|
80
|
+
uses: py-cov-action/python-coverage-comment-action@ec68fae007b9843ccfc2bf877386378f67f5eb67 # v3
|
|
81
81
|
with:
|
|
82
82
|
GITHUB_TOKEN: ${{ secrets.BOT_COMMENT_TOKEN }}
|
|
83
83
|
continue-on-error: true
|
|
84
84
|
|
|
85
85
|
- name: Store Pull Request comment to be posted
|
|
86
86
|
if: steps.check_changes.outputs.relevant == 'true'
|
|
87
|
-
uses: actions/upload-artifact@
|
|
87
|
+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
|
88
88
|
with:
|
|
89
89
|
name: python-coverage-comment-action
|
|
90
90
|
path: python-coverage-comment-action.txt
|
|
@@ -73,7 +73,7 @@ jobs:
|
|
|
73
73
|
|
|
74
74
|
# Initializes the CodeQL tools for scanning.
|
|
75
75
|
- name: Initialize CodeQL
|
|
76
|
-
uses: github/codeql-action/init@
|
|
76
|
+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
|
|
77
77
|
with:
|
|
78
78
|
languages: ${{ matrix.language }}
|
|
79
79
|
build-mode: ${{ matrix.build-mode }}
|
|
@@ -101,6 +101,6 @@ jobs:
|
|
|
101
101
|
exit 1
|
|
102
102
|
|
|
103
103
|
- name: Perform CodeQL Analysis
|
|
104
|
-
uses: github/codeql-action/analyze@
|
|
104
|
+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
|
|
105
105
|
with:
|
|
106
106
|
category: "/language:${{matrix.language}}"
|
|
@@ -24,7 +24,7 @@ jobs:
|
|
|
24
24
|
egress-policy: audit
|
|
25
25
|
|
|
26
26
|
- name: Post comment
|
|
27
|
-
uses: py-cov-action/python-coverage-comment-action@
|
|
27
|
+
uses: py-cov-action/python-coverage-comment-action@ec68fae007b9843ccfc2bf877386378f67f5eb67 # v3
|
|
28
28
|
with:
|
|
29
29
|
GITHUB_TOKEN: ${{ secrets.BOT_COMMENT_TOKEN }}
|
|
30
30
|
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
|
|
@@ -24,7 +24,7 @@ jobs:
|
|
|
24
24
|
|
|
25
25
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
|
26
26
|
- name: Install uv
|
|
27
|
-
uses: astral-sh/setup-uv@
|
|
27
|
+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
|
|
28
28
|
- name: Set up Python
|
|
29
29
|
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
|
30
30
|
with:
|
|
@@ -72,7 +72,7 @@ jobs:
|
|
|
72
72
|
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
|
73
73
|
# format to the repository Actions tab.
|
|
74
74
|
- name: "Upload artifact"
|
|
75
|
-
uses: actions/upload-artifact@
|
|
75
|
+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
|
76
76
|
with:
|
|
77
77
|
name: SARIF file
|
|
78
78
|
path: results.sarif
|
|
@@ -80,6 +80,6 @@ jobs:
|
|
|
80
80
|
|
|
81
81
|
# Upload the results to GitHub's code scanning dashboard.
|
|
82
82
|
- name: "Upload to code-scanning"
|
|
83
|
-
uses: github/codeql-action/upload-sarif@
|
|
83
|
+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
|
|
84
84
|
with:
|
|
85
85
|
sarif_file: results.sarif
|
|
@@ -34,7 +34,7 @@ jobs:
|
|
|
34
34
|
fetch-depth: 0 # Fetch all history for proper tag creation
|
|
35
35
|
token: ${{ secrets.BOT_TOKEN }}
|
|
36
36
|
- name: Install uv
|
|
37
|
-
uses: astral-sh/setup-uv@
|
|
37
|
+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
|
|
38
38
|
|
|
39
39
|
- name: Current version
|
|
40
40
|
id: current_version
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amati
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.8
|
|
4
4
|
Summary: Validates that a .yaml or .json file conforms to the OpenAPI Specifications 3.x.
|
|
5
5
|
Project-URL: Homepage, https://github.com/gwyli/amati
|
|
6
6
|
Project-URL: Issues, https://github.com/gwyli/amati/issues
|
|
@@ -13,7 +13,7 @@ wheels = [
|
|
|
13
13
|
|
|
14
14
|
[[package]]
|
|
15
15
|
name = "amati"
|
|
16
|
-
version = "0.3.
|
|
16
|
+
version = "0.3.8"
|
|
17
17
|
source = { editable = "." }
|
|
18
18
|
dependencies = [
|
|
19
19
|
{ name = "abnf" },
|
|
@@ -212,15 +212,14 @@ wheels = [
|
|
|
212
212
|
|
|
213
213
|
[[package]]
|
|
214
214
|
name = "hypothesis"
|
|
215
|
-
version = "6.
|
|
215
|
+
version = "6.145.1"
|
|
216
216
|
source = { registry = "https://pypi.org/simple/" }
|
|
217
217
|
dependencies = [
|
|
218
|
-
{ name = "attrs" },
|
|
219
218
|
{ name = "sortedcontainers" },
|
|
220
219
|
]
|
|
221
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
220
|
+
sdist = { url = "https://files.pythonhosted.org/packages/83/22/a3aba4f28826ddee2a1f5b0cb6fcc295012794139ea159990dc1e987cfd8/hypothesis-6.145.1.tar.gz", hash = "sha256:4e7610923de7e0c7d5c1bfa84114f2579e06f0e83a4ce9f073ca0c887d222b7e", size = 467743, upload-time = "2025-11-03T21:41:42.788Z" }
|
|
222
221
|
wheels = [
|
|
223
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
222
|
+
{ url = "https://files.pythonhosted.org/packages/9c/e3/d4d9195ace4a407f665622c74635fd28901539b8ee375f31be08613eb94d/hypothesis-6.145.1-py3-none-any.whl", hash = "sha256:8b4c2d93adbacd235153a3ee075012fc870da341b32c3035838963b6241d6281", size = 534763, upload-time = "2025-11-03T21:41:38.695Z" },
|
|
224
223
|
]
|
|
225
224
|
|
|
226
225
|
[[package]]
|
|
@@ -449,15 +448,15 @@ wheels = [
|
|
|
449
448
|
|
|
450
449
|
[[package]]
|
|
451
450
|
name = "pyright"
|
|
452
|
-
version = "1.1.
|
|
451
|
+
version = "1.1.407"
|
|
453
452
|
source = { registry = "https://pypi.org/simple/" }
|
|
454
453
|
dependencies = [
|
|
455
454
|
{ name = "nodeenv" },
|
|
456
455
|
{ name = "typing-extensions" },
|
|
457
456
|
]
|
|
458
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
457
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a6/1b/0aa08ee42948b61745ac5b5b5ccaec4669e8884b53d31c8ec20b2fcd6b6f/pyright-1.1.407.tar.gz", hash = "sha256:099674dba5c10489832d4a4b2d302636152a9a42d317986c38474c76fe562262", size = 4122872, upload-time = "2025-10-24T23:17:15.145Z" }
|
|
459
458
|
wheels = [
|
|
460
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
459
|
+
{ url = "https://files.pythonhosted.org/packages/dc/93/b69052907d032b00c40cb656d21438ec00b3a471733de137a3f65a49a0a0/pyright-1.1.407-py3-none-any.whl", hash = "sha256:6dd419f54fcc13f03b52285796d65e639786373f433e243f8b94cf93a7444d21", size = 5997008, upload-time = "2025-10-24T23:17:13.159Z" },
|
|
461
460
|
]
|
|
462
461
|
|
|
463
462
|
[[package]]
|
|
@@ -583,28 +582,28 @@ wheels = [
|
|
|
583
582
|
|
|
584
583
|
[[package]]
|
|
585
584
|
name = "ruff"
|
|
586
|
-
version = "0.14.
|
|
587
|
-
source = { registry = "https://pypi.org/simple/" }
|
|
588
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
589
|
-
wheels = [
|
|
590
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
591
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
592
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
593
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
594
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
595
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
596
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
597
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
598
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
599
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
600
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
601
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
602
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
603
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
604
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
605
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
606
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
607
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
585
|
+
version = "0.14.3"
|
|
586
|
+
source = { registry = "https://pypi.org/simple/" }
|
|
587
|
+
sdist = { url = "https://files.pythonhosted.org/packages/75/62/50b7727004dfe361104dfbf898c45a9a2fdfad8c72c04ae62900224d6ecf/ruff-0.14.3.tar.gz", hash = "sha256:4ff876d2ab2b161b6de0aa1f5bd714e8e9b4033dc122ee006925fbacc4f62153", size = 5558687, upload-time = "2025-10-31T00:26:26.878Z" }
|
|
588
|
+
wheels = [
|
|
589
|
+
{ url = "https://files.pythonhosted.org/packages/ce/8e/0c10ff1ea5d4360ab8bfca4cb2c9d979101a391f3e79d2616c9bf348cd26/ruff-0.14.3-py3-none-linux_armv6l.whl", hash = "sha256:876b21e6c824f519446715c1342b8e60f97f93264012de9d8d10314f8a79c371", size = 12535613, upload-time = "2025-10-31T00:25:44.302Z" },
|
|
590
|
+
{ url = "https://files.pythonhosted.org/packages/d3/c8/6724f4634c1daf52409fbf13fefda64aa9c8f81e44727a378b7b73dc590b/ruff-0.14.3-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b6fd8c79b457bedd2abf2702b9b472147cd860ed7855c73a5247fa55c9117654", size = 12855812, upload-time = "2025-10-31T00:25:47.793Z" },
|
|
591
|
+
{ url = "https://files.pythonhosted.org/packages/de/03/db1bce591d55fd5f8a08bb02517fa0b5097b2ccabd4ea1ee29aa72b67d96/ruff-0.14.3-py3-none-macosx_11_0_arm64.whl", hash = "sha256:71ff6edca490c308f083156938c0c1a66907151263c4abdcb588602c6e696a14", size = 11944026, upload-time = "2025-10-31T00:25:49.657Z" },
|
|
592
|
+
{ url = "https://files.pythonhosted.org/packages/0b/75/4f8dbd48e03272715d12c87dc4fcaaf21b913f0affa5f12a4e9c6f8a0582/ruff-0.14.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:786ee3ce6139772ff9272aaf43296d975c0217ee1b97538a98171bf0d21f87ed", size = 12356818, upload-time = "2025-10-31T00:25:51.949Z" },
|
|
593
|
+
{ url = "https://files.pythonhosted.org/packages/ec/9b/506ec5b140c11d44a9a4f284ea7c14ebf6f8b01e6e8917734a3325bff787/ruff-0.14.3-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:cd6291d0061811c52b8e392f946889916757610d45d004e41140d81fb6cd5ddc", size = 12336745, upload-time = "2025-10-31T00:25:54.248Z" },
|
|
594
|
+
{ url = "https://files.pythonhosted.org/packages/c7/e1/c560d254048c147f35e7f8131d30bc1f63a008ac61595cf3078a3e93533d/ruff-0.14.3-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a497ec0c3d2c88561b6d90f9c29f5ae68221ac00d471f306fa21fa4264ce5fcd", size = 13101684, upload-time = "2025-10-31T00:25:56.253Z" },
|
|
595
|
+
{ url = "https://files.pythonhosted.org/packages/a5/32/e310133f8af5cd11f8cc30f52522a3ebccc5ea5bff4b492f94faceaca7a8/ruff-0.14.3-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:e231e1be58fc568950a04fbe6887c8e4b85310e7889727e2b81db205c45059eb", size = 14535000, upload-time = "2025-10-31T00:25:58.397Z" },
|
|
596
|
+
{ url = "https://files.pythonhosted.org/packages/a2/a1/7b0470a22158c6d8501eabc5e9b6043c99bede40fa1994cadf6b5c2a61c7/ruff-0.14.3-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:469e35872a09c0e45fecf48dd960bfbce056b5db2d5e6b50eca329b4f853ae20", size = 14156450, upload-time = "2025-10-31T00:26:00.889Z" },
|
|
597
|
+
{ url = "https://files.pythonhosted.org/packages/0a/96/24bfd9d1a7f532b560dcee1a87096332e461354d3882124219bcaff65c09/ruff-0.14.3-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3d6bc90307c469cb9d28b7cfad90aaa600b10d67c6e22026869f585e1e8a2db0", size = 13568414, upload-time = "2025-10-31T00:26:03.291Z" },
|
|
598
|
+
{ url = "https://files.pythonhosted.org/packages/a7/e7/138b883f0dfe4ad5b76b58bf4ae675f4d2176ac2b24bdd81b4d966b28c61/ruff-0.14.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e2f8a0bbcffcfd895df39c9a4ecd59bb80dca03dc43f7fb63e647ed176b741e", size = 13315293, upload-time = "2025-10-31T00:26:05.708Z" },
|
|
599
|
+
{ url = "https://files.pythonhosted.org/packages/33/f4/c09bb898be97b2eb18476b7c950df8815ef14cf956074177e9fbd40b7719/ruff-0.14.3-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:678fdd7c7d2d94851597c23ee6336d25f9930b460b55f8598e011b57c74fd8c5", size = 13539444, upload-time = "2025-10-31T00:26:08.09Z" },
|
|
600
|
+
{ url = "https://files.pythonhosted.org/packages/9c/aa/b30a1db25fc6128b1dd6ff0741fa4abf969ded161599d07ca7edd0739cc0/ruff-0.14.3-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:1ec1ac071e7e37e0221d2f2dbaf90897a988c531a8592a6a5959f0603a1ecf5e", size = 12252581, upload-time = "2025-10-31T00:26:10.297Z" },
|
|
601
|
+
{ url = "https://files.pythonhosted.org/packages/da/13/21096308f384d796ffe3f2960b17054110a9c3828d223ca540c2b7cc670b/ruff-0.14.3-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:afcdc4b5335ef440d19e7df9e8ae2ad9f749352190e96d481dc501b753f0733e", size = 12307503, upload-time = "2025-10-31T00:26:12.646Z" },
|
|
602
|
+
{ url = "https://files.pythonhosted.org/packages/cb/cc/a350bac23f03b7dbcde3c81b154706e80c6f16b06ff1ce28ed07dc7b07b0/ruff-0.14.3-py3-none-musllinux_1_2_i686.whl", hash = "sha256:7bfc42f81862749a7136267a343990f865e71fe2f99cf8d2958f684d23ce3dfa", size = 12675457, upload-time = "2025-10-31T00:26:15.044Z" },
|
|
603
|
+
{ url = "https://files.pythonhosted.org/packages/cb/76/46346029fa2f2078826bc88ef7167e8c198e58fe3126636e52f77488cbba/ruff-0.14.3-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:a65e448cfd7e9c59fae8cf37f9221585d3354febaad9a07f29158af1528e165f", size = 13403980, upload-time = "2025-10-31T00:26:17.81Z" },
|
|
604
|
+
{ url = "https://files.pythonhosted.org/packages/9f/a4/35f1ef68c4e7b236d4a5204e3669efdeefaef21f0ff6a456792b3d8be438/ruff-0.14.3-py3-none-win32.whl", hash = "sha256:f3d91857d023ba93e14ed2d462ab62c3428f9bbf2b4fbac50a03ca66d31991f7", size = 12500045, upload-time = "2025-10-31T00:26:20.503Z" },
|
|
605
|
+
{ url = "https://files.pythonhosted.org/packages/03/15/51960ae340823c9859fb60c63301d977308735403e2134e17d1d2858c7fb/ruff-0.14.3-py3-none-win_amd64.whl", hash = "sha256:d7b7006ac0756306db212fd37116cce2bd307e1e109375e1c6c106002df0ae5f", size = 13594005, upload-time = "2025-10-31T00:26:22.533Z" },
|
|
606
|
+
{ url = "https://files.pythonhosted.org/packages/b7/73/4de6579bac8e979fca0a77e54dec1f1e011a0d268165eb8a9bc0982a6564/ruff-0.14.3-py3-none-win_arm64.whl", hash = "sha256:26eb477ede6d399d898791d01961e16b86f02bc2486d0d1a7a9bb2379d055dc1", size = 12590017, upload-time = "2025-10-31T00:26:24.52Z" },
|
|
608
607
|
]
|
|
609
608
|
|
|
610
609
|
[[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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|