amati 0.3.22__tar.gz → 0.3.23__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.22 → amati-0.3.23}/.github/workflows/checks.yaml +1 -1
- {amati-0.3.22 → amati-0.3.23}/.github/workflows/coverage.yaml +1 -1
- {amati-0.3.22 → amati-0.3.23}/PKG-INFO +1 -1
- {amati-0.3.22 → amati-0.3.23}/amati/_data/files/schemes.json +1 -0
- {amati-0.3.22 → amati-0.3.23}/pyproject.toml +1 -1
- {amati-0.3.22 → amati-0.3.23}/uv.lock +4 -4
- {amati-0.3.22 → amati-0.3.23}/.dockerignore +0 -0
- {amati-0.3.22 → amati-0.3.23}/.github/actions/setup/action.yaml +0 -0
- {amati-0.3.22 → amati-0.3.23}/.github/dependabot.yml +0 -0
- {amati-0.3.22 → amati-0.3.23}/.github/workflows/codeql.yml +0 -0
- {amati-0.3.22 → amati-0.3.23}/.github/workflows/data-refresh.yaml +0 -0
- {amati-0.3.22 → amati-0.3.23}/.github/workflows/dependency-review.yml +0 -0
- {amati-0.3.22 → amati-0.3.23}/.github/workflows/publish.yaml +0 -0
- {amati-0.3.22 → amati-0.3.23}/.github/workflows/scorecards.yml +0 -0
- {amati-0.3.22 → amati-0.3.23}/.github/workflows/tag-and-create-release.yaml +0 -0
- {amati-0.3.22 → amati-0.3.23}/.gitignore +0 -0
- {amati-0.3.22 → amati-0.3.23}/.pre-commit-config.yaml +0 -0
- {amati-0.3.22 → amati-0.3.23}/.python-version +0 -0
- {amati-0.3.22 → amati-0.3.23}/Dockerfile +0 -0
- {amati-0.3.22 → amati-0.3.23}/LICENSE +0 -0
- {amati-0.3.22 → amati-0.3.23}/README.md +0 -0
- {amati-0.3.22 → amati-0.3.23}/SECURITY.md +0 -0
- {amati-0.3.22 → amati-0.3.23}/TEMPLATE.html +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/__init__.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_data/files/http-status-codes.json +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_data/files/iso9110.json +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_data/files/media-types.json +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_data/files/spdx-licences.json +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_data/files/tlds.json +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_data/http_status_code.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_data/iso9110.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_data/media_types.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_data/refresh.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_data/schemes.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_data/spdx_licences.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_data/tlds.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_error_handler.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_logging.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_references.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/_resolve_forward_references.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/amati.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/exceptions.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/fields/__init__.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/fields/_custom_types.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/fields/commonmark.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/fields/email.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/fields/http_status_codes.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/fields/iso9110.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/fields/json.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/fields/media.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/fields/oas.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/fields/spdx_licences.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/fields/uri.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/file_handler.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/grammars/oas.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/grammars/rfc6901.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/grammars/rfc7159.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/model_validators.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/py.typed +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/validators/__init__.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/validators/_discriminators.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/validators/generic.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/validators/oas304.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/amati/validators/oas311.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/bin/checks.sh +0 -0
- {amati-0.3.22 → amati-0.3.23}/bin/startup.sh +0 -0
- {amati-0.3.22 → amati-0.3.23}/bin/upgrade-python.sh +0 -0
- {amati-0.3.22 → amati-0.3.23}/bin/uv-upgrade-from-main.sh +0 -0
- {amati-0.3.22 → amati-0.3.23}/scripts/setup_test_specs.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/__init__.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/data/.amati.tests.yaml +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/data/DigitalOcean-public.v2.errors.json +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/data/api.github.com.json.errors.json +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/data/api.github.com.yaml.errors.json +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/data/discourse.yml.errors.json +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/data/invalid-openapi.yaml +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/data/next-api.github.com.json.errors.json +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/data/openapi.yaml +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/data/openapi.yaml.gz +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/fields/__init__.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/fields/test_email.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/fields/test_http_status_codes.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/fields/test_iso9110.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/fields/test_media.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/fields/test_oas.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/fields/test_spdx_licences.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/fields/test_uri.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/model_validators/test_all_of.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/model_validators/test_at_least_one.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/model_validators/test_if_then.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/model_validators/test_only_one.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/references/test_uri_collector_mixin.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/references/test_uri_reference.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/references/test_uri_registry.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/strategies.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/test_amati.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/test_external_specs.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/test_logging.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/validators/__init__.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/validators/test_generic.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/validators/test_licence_object.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/tests/validators/test_security_scheme_object.py +0 -0
- {amati-0.3.22 → amati-0.3.23}/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@0b4822882443b98c09c51091ad20a7a556581c17 # v3
|
|
81
81
|
with:
|
|
82
82
|
GITHUB_TOKEN: ${{ secrets.BOT_COMMENT_TOKEN }}
|
|
83
83
|
continue-on-error: true
|
|
@@ -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@0b4822882443b98c09c51091ad20a7a556581c17 # v3
|
|
28
28
|
with:
|
|
29
29
|
GITHUB_TOKEN: ${{ secrets.BOT_COMMENT_TOKEN }}
|
|
30
30
|
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amati
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.23
|
|
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.23"
|
|
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.9"
|
|
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/b4/1b/de4a349fe5942e500c3f6b0e61e09347d9fefab9e1ac7048c909080a31a0/hypothesis-6.148.9.tar.gz", hash = "sha256:6ec0696ed2fff8c514d61b6f1ca2cd1cb00c948ffd18cab1877c941c0ddb2839", size = 471562, upload-time = "2026-01-01T04:52:54.005Z" }
|
|
221
221
|
wheels = [
|
|
222
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
222
|
+
{ url = "https://files.pythonhosted.org/packages/ac/65/c7fbad05a0ace913b60342d36d1b871edc861f81ab98f60a298a781144a5/hypothesis-6.148.9-py3-none-any.whl", hash = "sha256:c514fcca90eded0e6b56d4df4bc41db935cb4635a9fe3ec9be21d09243ca983b", size = 538490, upload-time = "2026-01-01T04:52:51.353Z" },
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|