amati 0.3.20__tar.gz → 0.3.22__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.20 → amati-0.3.22}/.github/workflows/checks.yaml +1 -1
- {amati-0.3.20 → amati-0.3.22}/.github/workflows/codeql.yml +2 -2
- {amati-0.3.20 → amati-0.3.22}/.github/workflows/coverage.yaml +1 -1
- {amati-0.3.20 → amati-0.3.22}/.github/workflows/publish.yaml +1 -1
- {amati-0.3.20 → amati-0.3.22}/.github/workflows/scorecards.yml +1 -1
- {amati-0.3.20 → amati-0.3.22}/Dockerfile +1 -1
- {amati-0.3.20 → amati-0.3.22}/PKG-INFO +1 -1
- {amati-0.3.20 → amati-0.3.22}/amati/_data/files/media-types.json +4 -0
- {amati-0.3.20 → amati-0.3.22}/pyproject.toml +1 -1
- {amati-0.3.20 → amati-0.3.22}/uv.lock +4 -4
- {amati-0.3.20 → amati-0.3.22}/.dockerignore +0 -0
- {amati-0.3.20 → amati-0.3.22}/.github/actions/setup/action.yaml +0 -0
- {amati-0.3.20 → amati-0.3.22}/.github/dependabot.yml +0 -0
- {amati-0.3.20 → amati-0.3.22}/.github/workflows/data-refresh.yaml +0 -0
- {amati-0.3.20 → amati-0.3.22}/.github/workflows/dependency-review.yml +0 -0
- {amati-0.3.20 → amati-0.3.22}/.github/workflows/tag-and-create-release.yaml +0 -0
- {amati-0.3.20 → amati-0.3.22}/.gitignore +0 -0
- {amati-0.3.20 → amati-0.3.22}/.pre-commit-config.yaml +0 -0
- {amati-0.3.20 → amati-0.3.22}/.python-version +0 -0
- {amati-0.3.20 → amati-0.3.22}/LICENSE +0 -0
- {amati-0.3.20 → amati-0.3.22}/README.md +0 -0
- {amati-0.3.20 → amati-0.3.22}/SECURITY.md +0 -0
- {amati-0.3.20 → amati-0.3.22}/TEMPLATE.html +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/__init__.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_data/files/http-status-codes.json +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_data/files/iso9110.json +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_data/files/schemes.json +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_data/files/spdx-licences.json +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_data/files/tlds.json +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_data/http_status_code.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_data/iso9110.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_data/media_types.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_data/refresh.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_data/schemes.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_data/spdx_licences.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_data/tlds.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_error_handler.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_logging.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_references.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/_resolve_forward_references.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/amati.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/exceptions.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/fields/__init__.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/fields/_custom_types.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/fields/commonmark.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/fields/email.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/fields/http_status_codes.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/fields/iso9110.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/fields/json.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/fields/media.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/fields/oas.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/fields/spdx_licences.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/fields/uri.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/file_handler.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/grammars/oas.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/grammars/rfc6901.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/grammars/rfc7159.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/model_validators.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/py.typed +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/validators/__init__.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/validators/_discriminators.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/validators/generic.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/validators/oas304.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/amati/validators/oas311.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/bin/checks.sh +0 -0
- {amati-0.3.20 → amati-0.3.22}/bin/startup.sh +0 -0
- {amati-0.3.20 → amati-0.3.22}/bin/upgrade-python.sh +0 -0
- {amati-0.3.20 → amati-0.3.22}/bin/uv-upgrade-from-main.sh +0 -0
- {amati-0.3.20 → amati-0.3.22}/scripts/setup_test_specs.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/__init__.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/data/.amati.tests.yaml +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/data/DigitalOcean-public.v2.errors.json +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/data/api.github.com.json.errors.json +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/data/api.github.com.yaml.errors.json +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/data/discourse.yml.errors.json +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/data/invalid-openapi.yaml +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/data/next-api.github.com.json.errors.json +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/data/openapi.yaml +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/data/openapi.yaml.gz +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/fields/__init__.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/fields/test_email.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/fields/test_http_status_codes.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/fields/test_iso9110.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/fields/test_media.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/fields/test_oas.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/fields/test_spdx_licences.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/fields/test_uri.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/model_validators/test_all_of.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/model_validators/test_at_least_one.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/model_validators/test_if_then.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/model_validators/test_only_one.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/references/test_uri_collector_mixin.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/references/test_uri_reference.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/references/test_uri_registry.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/strategies.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/test_amati.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/test_external_specs.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/test_logging.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/validators/__init__.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/validators/test_generic.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/validators/test_licence_object.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/validators/test_security_scheme_object.py +0 -0
- {amati-0.3.20 → amati-0.3.22}/tests/validators/test_server_variable_object.py +0 -0
|
@@ -77,7 +77,7 @@ 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@e8c1e02ffe59ae892340db188ba8ad7386c9ad12 # v3
|
|
81
81
|
with:
|
|
82
82
|
GITHUB_TOKEN: ${{ secrets.BOT_COMMENT_TOKEN }}
|
|
83
83
|
continue-on-error: true
|
|
@@ -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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
|
|
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
|
|
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@e8c1e02ffe59ae892340db188ba8ad7386c9ad12 # v3
|
|
28
28
|
with:
|
|
29
29
|
GITHUB_TOKEN: ${{ secrets.BOT_COMMENT_TOKEN }}
|
|
30
30
|
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
|
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
46
46
|
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
|
|
47
47
|
|
|
48
48
|
- name: Set up Docker Buildx
|
|
49
|
-
uses: docker/setup-buildx-action@
|
|
49
|
+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
|
|
50
50
|
|
|
51
51
|
- name: Build and push Docker image
|
|
52
52
|
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
|
|
@@ -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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
|
|
84
84
|
with:
|
|
85
85
|
sarif_file: results.sarif
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amati
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.22
|
|
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
|
|
@@ -384,6 +384,7 @@
|
|
|
384
384
|
"prs.nprend",
|
|
385
385
|
"prs.plucker",
|
|
386
386
|
"prs.rdf-xml-crypt",
|
|
387
|
+
"prs.sclt",
|
|
387
388
|
"prs.vcfbzip2",
|
|
388
389
|
"prs.xsf+xml",
|
|
389
390
|
"pskc+xml",
|
|
@@ -1560,7 +1561,10 @@
|
|
|
1560
1561
|
"vnd.truedoc",
|
|
1561
1562
|
"vnd.ubisoft.webplayer",
|
|
1562
1563
|
"vnd.ufdl",
|
|
1564
|
+
"vnd.uic.dosipas.v1",
|
|
1565
|
+
"vnd.uic.dosipas.v2",
|
|
1563
1566
|
"vnd.uic.osdm+json",
|
|
1567
|
+
"vnd.uic.tlb-fcb",
|
|
1564
1568
|
"vnd.uiq.theme",
|
|
1565
1569
|
"vnd.umajin",
|
|
1566
1570
|
"vnd.unity",
|
|
@@ -13,7 +13,7 @@ wheels = [
|
|
|
13
13
|
|
|
14
14
|
[[package]]
|
|
15
15
|
name = "amati"
|
|
16
|
-
version = "0.3.
|
|
16
|
+
version = "0.3.22"
|
|
17
17
|
source = { editable = "." }
|
|
18
18
|
dependencies = [
|
|
19
19
|
{ name = "abnf" },
|
|
@@ -212,14 +212,14 @@ wheels = [
|
|
|
212
212
|
|
|
213
213
|
[[package]]
|
|
214
214
|
name = "hypothesis"
|
|
215
|
-
version = "6.148.
|
|
215
|
+
version = "6.148.8"
|
|
216
216
|
source = { registry = "https://pypi.org/simple/" }
|
|
217
217
|
dependencies = [
|
|
218
218
|
{ name = "sortedcontainers" },
|
|
219
219
|
]
|
|
220
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
220
|
+
sdist = { url = "https://files.pythonhosted.org/packages/25/b3/e098d91195f121602bb3e4d00276cf1da0035df53e9deeb18115467d6da9/hypothesis-6.148.8.tar.gz", hash = "sha256:fa6b2ae029bc02f9d2d6c2257b0cbf2dc3782362457d2027a038ad7f4209c385", size = 471333, upload-time = "2025-12-23T01:46:25.052Z" }
|
|
221
221
|
wheels = [
|
|
222
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
222
|
+
{ url = "https://files.pythonhosted.org/packages/61/95/0742f59910074262e98d9f3bb0f7fb7a6b4bfb7e70b6d203eeb5625a6452/hypothesis-6.148.8-py3-none-any.whl", hash = "sha256:c1842f47f974d74661b3779a26032f8b91bc1eb30d84741714d3712d7f43e85e", size = 538280, upload-time = "2025-12-23T01:46:22.555Z" },
|
|
223
223
|
]
|
|
224
224
|
|
|
225
225
|
[[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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|