amati 0.3.25__py3-none-any.whl → 0.3.27__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amati
3
- Version: 0.3.25
3
+ Version: 0.3.27
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
@@ -24,11 +24,11 @@ Requires-Dist: abnf>=2.3.1
24
24
  Requires-Dist: bs4>=0.0.2
25
25
  Requires-Dist: idna>=3.10
26
26
  Requires-Dist: jinja2>=3.1.6
27
- Requires-Dist: jsonpickle>=4.1.1
28
27
  Requires-Dist: jsonschema>=4.24.0
29
28
  Requires-Dist: loguru>=0.7.3
30
- Requires-Dist: pydantic>=2.11.5
31
- Requires-Dist: pyyaml>=6.0.2
29
+ Requires-Dist: pydantic-core>=2.41.5
30
+ Requires-Dist: pydantic>=2.12.5
31
+ Requires-Dist: pyyaml>=6.0.3
32
32
  Requires-Dist: requests>=2.32.4
33
33
  Description-Content-Type: text/markdown
34
34
 
@@ -116,6 +116,7 @@ This project uses:
116
116
  * [Hypothesis](https://hypothesis.readthedocs.io/en/latest/index.html) for test data generation
117
117
  * [Coverage](https://coverage.readthedocs.io/en/7.6.8/) on both the tests and code for test coverage
118
118
  * [Shellcheck](https://github.com/koalaman/shellcheck/wiki) for as SAST for shell scripts
119
+ * [deptry](https://deptry.com/) to check for missing or unused dependencies
119
120
 
120
121
  It's expected that there are no errors and 100% of the code is reached and executed. The strategy for test coverage is based on parsing test specifications and not unit tests.
121
122
  amati runs tests on the external specifications, detailed in `tests/data/.amati.tests.yaml`. To be able to run these tests the GitHub repos containing the specifications need to be available locally. Specific revisions of the repos can be downloaded by running the following, which will clone the repos into `.amati/amati-tests-specs/<repo-name>`.
@@ -40,8 +40,8 @@ amati/validators/_discriminators.py,sha256=XR9oJq3KHfoNNJLQyCLkU6aJdHrCvm6BR7qPR
40
40
  amati/validators/generic.py,sha256=EcQBxWaoUhytN7MGQAKOF77eF5mf_pIqRI8mTUf5UeY,5513
41
41
  amati/validators/oas304.py,sha256=Ee0RuCxnj3jAZOm2zGX_uEV3lRw70v8Aa3wIANVeJGM,34198
42
42
  amati/validators/oas311.py,sha256=OKL1UAdZ_GXYcGQPEBoKbGXCN_ywnMxqfSzRwM5jAMM,18952
43
- amati-0.3.25.dist-info/METADATA,sha256=5-K-JDbz2kn_ALCTX_5jdCp_YCvDA7rn_o_7v6js7kA,7007
44
- amati-0.3.25.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
45
- amati-0.3.25.dist-info/entry_points.txt,sha256=sacBb6g0f0ZJtNjNYx93_Xe4y5xzawvklCFVXup9ru0,37
46
- amati-0.3.25.dist-info/licenses/LICENSE,sha256=WAA01ZXeNs1bwpNWKR6aVucjtYjYm_iQIUYkCAENjqM,1070
47
- amati-0.3.25.dist-info/RECORD,,
43
+ amati-0.3.27.dist-info/METADATA,sha256=c0cTPFwEdPFp_lj4HnzaWSHBxngG8v_sEJyH5PPwQTg,7087
44
+ amati-0.3.27.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
45
+ amati-0.3.27.dist-info/entry_points.txt,sha256=sacBb6g0f0ZJtNjNYx93_Xe4y5xzawvklCFVXup9ru0,37
46
+ amati-0.3.27.dist-info/licenses/LICENSE,sha256=WAA01ZXeNs1bwpNWKR6aVucjtYjYm_iQIUYkCAENjqM,1070
47
+ amati-0.3.27.dist-info/RECORD,,
File without changes