amati 0.3.28__tar.gz → 0.3.29__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.28 → amati-0.3.29}/.github/workflows/checks.yaml +2 -2
- {amati-0.3.28 → amati-0.3.29}/.github/workflows/codeql.yml +4 -4
- {amati-0.3.28 → amati-0.3.29}/.github/workflows/coverage.yaml +1 -1
- {amati-0.3.28 → amati-0.3.29}/.github/workflows/data-refresh.yaml +2 -2
- {amati-0.3.28 → amati-0.3.29}/.github/workflows/dependency-review.yml +2 -2
- {amati-0.3.28 → amati-0.3.29}/.github/workflows/publish.yaml +3 -3
- {amati-0.3.28 → amati-0.3.29}/.github/workflows/scorecards.yml +3 -3
- {amati-0.3.28 → amati-0.3.29}/.github/workflows/tag-and-create-release.yaml +2 -2
- {amati-0.3.28 → amati-0.3.29}/PKG-INFO +1 -1
- {amati-0.3.28 → amati-0.3.29}/amati/_data/files/media-types.json +2 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_data/files/spdx-licences.json +13 -0
- {amati-0.3.28 → amati-0.3.29}/pyproject.toml +1 -1
- {amati-0.3.28 → amati-0.3.29}/uv.lock +4 -4
- {amati-0.3.28 → amati-0.3.29}/.dockerignore +0 -0
- {amati-0.3.28 → amati-0.3.29}/.github/actions/setup/action.yaml +0 -0
- {amati-0.3.28 → amati-0.3.29}/.github/dependabot.yml +0 -0
- {amati-0.3.28 → amati-0.3.29}/.gitignore +0 -0
- {amati-0.3.28 → amati-0.3.29}/.pre-commit-config.yaml +0 -0
- {amati-0.3.28 → amati-0.3.29}/.python-version +0 -0
- {amati-0.3.28 → amati-0.3.29}/Dockerfile +0 -0
- {amati-0.3.28 → amati-0.3.29}/LICENSE +0 -0
- {amati-0.3.28 → amati-0.3.29}/README.md +0 -0
- {amati-0.3.28 → amati-0.3.29}/SECURITY.md +0 -0
- {amati-0.3.28 → amati-0.3.29}/TEMPLATE.html +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/__init__.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_data/files/http-status-codes.json +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_data/files/iso9110.json +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_data/files/schemes.json +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_data/files/tlds.json +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_data/http_status_code.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_data/iso9110.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_data/media_types.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_data/refresh.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_data/schemes.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_data/spdx_licences.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_data/tlds.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_error_handler.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_logging.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_references.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/_resolve_forward_references.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/amati.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/exceptions.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/fields/__init__.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/fields/_custom_types.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/fields/commonmark.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/fields/email.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/fields/http_status_codes.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/fields/iso9110.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/fields/json.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/fields/media.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/fields/oas.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/fields/spdx_licences.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/fields/uri.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/file_handler.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/grammars/oas.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/grammars/rfc6901.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/grammars/rfc7159.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/model_validators.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/py.typed +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/validators/__init__.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/validators/_discriminators.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/validators/generic.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/validators/oas304.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/amati/validators/oas311.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/bin/checks.sh +0 -0
- {amati-0.3.28 → amati-0.3.29}/bin/startup.sh +0 -0
- {amati-0.3.28 → amati-0.3.29}/bin/upgrade-python.sh +0 -0
- {amati-0.3.28 → amati-0.3.29}/bin/uv-upgrade-from-main.sh +0 -0
- {amati-0.3.28 → amati-0.3.29}/scripts/setup_test_specs.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/__init__.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/data/.amati.tests.yaml +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/data/DigitalOcean-public.v2.errors.json +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/data/api.github.com.json.errors.json +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/data/api.github.com.yaml.errors.json +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/data/discourse.yml.errors.json +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/data/invalid-openapi.yaml +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/data/next-api.github.com.json.errors.json +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/data/openapi.yaml +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/data/openapi.yaml.gz +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/fields/__init__.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/fields/test_email.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/fields/test_http_status_codes.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/fields/test_iso9110.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/fields/test_media.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/fields/test_oas.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/fields/test_spdx_licences.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/fields/test_uri.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/model_validators/test_all_of.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/model_validators/test_at_least_one.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/model_validators/test_if_then.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/model_validators/test_only_one.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/references/test_uri_collector_mixin.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/references/test_uri_reference.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/references/test_uri_registry.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/strategies.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/test_amati.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/test_external_specs.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/test_logging.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/validators/__init__.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/validators/test_generic.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/validators/test_licence_object.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/validators/test_security_scheme_object.py +0 -0
- {amati-0.3.28 → amati-0.3.29}/tests/validators/test_server_variable_object.py +0 -0
|
@@ -16,11 +16,11 @@ jobs:
|
|
|
16
16
|
actions: read
|
|
17
17
|
steps:
|
|
18
18
|
- name: Harden the runner (Audit all outbound calls)
|
|
19
|
-
uses: step-security/harden-runner@
|
|
19
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
20
20
|
with:
|
|
21
21
|
egress-policy: audit
|
|
22
22
|
|
|
23
|
-
- uses: actions/checkout@
|
|
23
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
24
24
|
|
|
25
25
|
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
|
|
26
26
|
id: check_changes
|
|
@@ -58,12 +58,12 @@ jobs:
|
|
|
58
58
|
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
|
|
59
59
|
steps:
|
|
60
60
|
- name: Harden the runner (Audit all outbound calls)
|
|
61
|
-
uses: step-security/harden-runner@
|
|
61
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
62
62
|
with:
|
|
63
63
|
egress-policy: audit
|
|
64
64
|
|
|
65
65
|
- name: Checkout repository
|
|
66
|
-
uses: actions/checkout@
|
|
66
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
67
67
|
|
|
68
68
|
# Add any setup steps before running the `github/codeql-action/init` action.
|
|
69
69
|
# This includes steps like installing compilers or runtimes (`actions/setup-node`
|
|
@@ -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@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
|
|
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@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
|
|
105
105
|
with:
|
|
106
106
|
category: "/language:${{matrix.language}}"
|
|
@@ -19,7 +19,7 @@ jobs:
|
|
|
19
19
|
# DO NOT run actions/checkout here, for security reasons
|
|
20
20
|
# For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
|
|
21
21
|
- name: Harden the runner (Audit all outbound calls)
|
|
22
|
-
uses: step-security/harden-runner@
|
|
22
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
23
23
|
with:
|
|
24
24
|
egress-policy: audit
|
|
25
25
|
|
|
@@ -15,12 +15,12 @@ jobs:
|
|
|
15
15
|
|
|
16
16
|
steps:
|
|
17
17
|
- name: Harden the runner (Audit all outbound calls)
|
|
18
|
-
uses: step-security/harden-runner@
|
|
18
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
19
19
|
with:
|
|
20
20
|
egress-policy: audit
|
|
21
21
|
|
|
22
22
|
- name: Checkout repository
|
|
23
|
-
uses: actions/checkout@
|
|
23
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
24
24
|
with:
|
|
25
25
|
token: ${{ secrets.BOT_TOKEN }}
|
|
26
26
|
|
|
@@ -17,11 +17,11 @@ jobs:
|
|
|
17
17
|
runs-on: ubuntu-latest
|
|
18
18
|
steps:
|
|
19
19
|
- name: Harden the runner (Audit all outbound calls)
|
|
20
|
-
uses: step-security/harden-runner@
|
|
20
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
21
21
|
with:
|
|
22
22
|
egress-policy: audit
|
|
23
23
|
|
|
24
24
|
- name: 'Checkout Repository'
|
|
25
|
-
uses: actions/checkout@
|
|
25
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
26
26
|
- name: 'Dependency Review'
|
|
27
27
|
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
|
|
@@ -18,15 +18,15 @@ jobs:
|
|
|
18
18
|
|
|
19
19
|
steps:
|
|
20
20
|
- name: Harden the runner (Audit all outbound calls)
|
|
21
|
-
uses: step-security/harden-runner@
|
|
21
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
22
22
|
with:
|
|
23
23
|
egress-policy: audit
|
|
24
24
|
|
|
25
|
-
- uses: actions/checkout@
|
|
25
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
26
26
|
- name: Install uv
|
|
27
27
|
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
|
|
28
28
|
- name: Set up Python
|
|
29
|
-
uses: actions/setup-python@
|
|
29
|
+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
|
30
30
|
with:
|
|
31
31
|
python-version-file: ".python-version"
|
|
32
32
|
- name: Build
|
|
@@ -40,12 +40,12 @@ jobs:
|
|
|
40
40
|
|
|
41
41
|
steps:
|
|
42
42
|
- name: Harden the runner (Audit all outbound calls)
|
|
43
|
-
uses: step-security/harden-runner@
|
|
43
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
44
44
|
with:
|
|
45
45
|
egress-policy: audit
|
|
46
46
|
|
|
47
47
|
- name: "Checkout code"
|
|
48
|
-
uses: actions/checkout@
|
|
48
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
49
49
|
with:
|
|
50
50
|
persist-credentials: false
|
|
51
51
|
|
|
@@ -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@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
|
|
84
84
|
with:
|
|
85
85
|
sarif_file: results.sarif
|
|
@@ -24,12 +24,12 @@ jobs:
|
|
|
24
24
|
runs-on: ubuntu-latest
|
|
25
25
|
steps:
|
|
26
26
|
- name: Harden the runner (Audit all outbound calls)
|
|
27
|
-
uses: step-security/harden-runner@
|
|
27
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
28
28
|
with:
|
|
29
29
|
egress-policy: audit
|
|
30
30
|
|
|
31
31
|
- name: Checkout repository
|
|
32
|
-
uses: actions/checkout@
|
|
32
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
33
33
|
with:
|
|
34
34
|
fetch-depth: 0 # Fetch all history for proper tag creation
|
|
35
35
|
token: ${{ secrets.BOT_TOKEN }}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amati
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.29
|
|
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
|
|
@@ -653,6 +653,7 @@
|
|
|
653
653
|
"vnd.age",
|
|
654
654
|
"vnd.ah-barcode",
|
|
655
655
|
"vnd.ahead.space",
|
|
656
|
+
"vnd.aia",
|
|
656
657
|
"vnd.airzip.filesecure.azf",
|
|
657
658
|
"vnd.airzip.filesecure.azs",
|
|
658
659
|
"vnd.amadeus+json",
|
|
@@ -1654,6 +1655,7 @@
|
|
|
1654
1655
|
"vnd.yaoweme",
|
|
1655
1656
|
"vnd.yellowriver-custom-menu",
|
|
1656
1657
|
"vnd.youtube.yt (OBSOLETED in favor of video/vnd.youtube.yt)",
|
|
1658
|
+
"vnd.zoho-presentation.show",
|
|
1657
1659
|
"vnd.zul",
|
|
1658
1660
|
"vnd.zzazz.deck+xml",
|
|
1659
1661
|
"voicexml+xml",
|
|
@@ -4634,6 +4634,7 @@
|
|
|
4634
4634
|
"licenseId": "LGPL-2.1-only",
|
|
4635
4635
|
"seeAlso": [
|
|
4636
4636
|
"https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
|
|
4637
|
+
"https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html",
|
|
4637
4638
|
"https://opensource.org/licenses/LGPL-2.1"
|
|
4638
4639
|
],
|
|
4639
4640
|
"isOsiApproved": true,
|
|
@@ -4647,6 +4648,7 @@
|
|
|
4647
4648
|
"licenseId": "LGPL-2.1-or-later",
|
|
4648
4649
|
"seeAlso": [
|
|
4649
4650
|
"https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
|
|
4651
|
+
"https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html",
|
|
4650
4652
|
"https://opensource.org/licenses/LGPL-2.1"
|
|
4651
4653
|
],
|
|
4652
4654
|
"isOsiApproved": true,
|
|
@@ -7875,6 +7877,17 @@
|
|
|
7875
7877
|
"isOsiApproved": false,
|
|
7876
7878
|
"isFsfLibre": true
|
|
7877
7879
|
},
|
|
7880
|
+
{
|
|
7881
|
+
"reference": "https://spdx.org/licenses/Vixie-Cron.html",
|
|
7882
|
+
"isDeprecatedLicenseId": false,
|
|
7883
|
+
"detailsUrl": "https://spdx.org/licenses/Vixie-Cron.json",
|
|
7884
|
+
"name": "Vixie Cron License",
|
|
7885
|
+
"licenseId": "Vixie-Cron",
|
|
7886
|
+
"seeAlso": [
|
|
7887
|
+
"https://github.com/vixie/cron/tree/545b3f5246824a9cda5905eeb7cf019c95e66995"
|
|
7888
|
+
],
|
|
7889
|
+
"isOsiApproved": false
|
|
7890
|
+
},
|
|
7878
7891
|
{
|
|
7879
7892
|
"reference": "https://spdx.org/licenses/VOSTROM.html",
|
|
7880
7893
|
"isDeprecatedLicenseId": false,
|
|
@@ -13,7 +13,7 @@ wheels = [
|
|
|
13
13
|
|
|
14
14
|
[[package]]
|
|
15
15
|
name = "amati"
|
|
16
|
-
version = "0.3.
|
|
16
|
+
version = "0.3.29"
|
|
17
17
|
source = { editable = "." }
|
|
18
18
|
dependencies = [
|
|
19
19
|
{ name = "abnf" },
|
|
@@ -248,14 +248,14 @@ wheels = [
|
|
|
248
248
|
|
|
249
249
|
[[package]]
|
|
250
250
|
name = "hypothesis"
|
|
251
|
-
version = "6.
|
|
251
|
+
version = "6.151.4"
|
|
252
252
|
source = { registry = "https://pypi.org/simple/" }
|
|
253
253
|
dependencies = [
|
|
254
254
|
{ name = "sortedcontainers" },
|
|
255
255
|
]
|
|
256
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
256
|
+
sdist = { url = "https://files.pythonhosted.org/packages/47/03/9fd03d5db09029250e69745c1600edab16fe90947636f77a12ba92d79939/hypothesis-6.151.4.tar.gz", hash = "sha256:658a62da1c3ccb36746ac2f7dc4bb1a6e76bd314e0dc54c4e1aaba2503d5545c", size = 475706, upload-time = "2026-01-29T01:30:14.985Z" }
|
|
257
257
|
wheels = [
|
|
258
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
258
|
+
{ url = "https://files.pythonhosted.org/packages/9b/6d/01ad1b6c3b8cb2bb47eeaa9765dabc27cbe68e3b59f6cff83d5668f57780/hypothesis-6.151.4-py3-none-any.whl", hash = "sha256:a1cf7e0fdaa296d697a68ff3c0b3912c0050f07aa37e7d2ff33a966749d1d9b4", size = 543146, upload-time = "2026-01-29T01:30:12.805Z" },
|
|
259
259
|
]
|
|
260
260
|
|
|
261
261
|
[[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
|