jentic-openapi-validator-spectral 1.0.0a13__tar.gz → 1.0.0a15__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.
- {jentic_openapi_validator_spectral-1.0.0a13 → jentic_openapi_validator_spectral-1.0.0a15}/PKG-INFO +3 -3
- {jentic_openapi_validator_spectral-1.0.0a13 → jentic_openapi_validator_spectral-1.0.0a15}/pyproject.toml +3 -3
- {jentic_openapi_validator_spectral-1.0.0a13 → jentic_openapi_validator_spectral-1.0.0a15}/LICENSE +0 -0
- {jentic_openapi_validator_spectral-1.0.0a13 → jentic_openapi_validator_spectral-1.0.0a15}/NOTICE +0 -0
- {jentic_openapi_validator_spectral-1.0.0a13 → jentic_openapi_validator_spectral-1.0.0a15}/README.md +0 -0
- {jentic_openapi_validator_spectral-1.0.0a13 → jentic_openapi_validator_spectral-1.0.0a15}/src/jentic/apitools/openapi/validator/backends/spectral/__init__.py +0 -0
- {jentic_openapi_validator_spectral-1.0.0a13 → jentic_openapi_validator_spectral-1.0.0a15}/src/jentic/apitools/openapi/validator/backends/spectral/py.typed +0 -0
- {jentic_openapi_validator_spectral-1.0.0a13 → jentic_openapi_validator_spectral-1.0.0a15}/src/jentic/apitools/openapi/validator/backends/spectral/rulesets/spectral.yaml +0 -0
{jentic_openapi_validator_spectral-1.0.0a13 → jentic_openapi_validator_spectral-1.0.0a15}/PKG-INFO
RENAMED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jentic-openapi-validator-spectral
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0a15
|
|
4
4
|
Summary: Jentic OpenAPI Spectral Validator Backend
|
|
5
5
|
Author: Jentic
|
|
6
6
|
Author-email: Jentic <hello@jentic.com>
|
|
7
7
|
License-Expression: Apache-2.0
|
|
8
8
|
License-File: LICENSE
|
|
9
9
|
License-File: NOTICE
|
|
10
|
-
Requires-Dist: jentic-openapi-common~=1.0.
|
|
11
|
-
Requires-Dist: jentic-openapi-validator~=1.0.
|
|
10
|
+
Requires-Dist: jentic-openapi-common~=1.0.0a15
|
|
11
|
+
Requires-Dist: jentic-openapi-validator~=1.0.0a15
|
|
12
12
|
Requires-Dist: lsprotocol~=2025.0.0
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Project-URL: Homepage, https://github.com/jentic/jentic-openapi-tools
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "jentic-openapi-validator-spectral"
|
|
3
|
-
version = "1.0.0-alpha.
|
|
3
|
+
version = "1.0.0-alpha.15"
|
|
4
4
|
description = "Jentic OpenAPI Spectral Validator Backend"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [{ name = "Jentic", email = "hello@jentic.com" }]
|
|
@@ -8,8 +8,8 @@ license = "Apache-2.0"
|
|
|
8
8
|
license-files = ["LICENSE", "NOTICE"]
|
|
9
9
|
requires-python = ">=3.11"
|
|
10
10
|
dependencies = [
|
|
11
|
-
"jentic-openapi-common~=1.0.0-alpha.
|
|
12
|
-
"jentic-openapi-validator~=1.0.0-alpha.
|
|
11
|
+
"jentic-openapi-common~=1.0.0-alpha.15",
|
|
12
|
+
"jentic-openapi-validator~=1.0.0-alpha.15",
|
|
13
13
|
"lsprotocol~=2025.0.0"
|
|
14
14
|
]
|
|
15
15
|
|
{jentic_openapi_validator_spectral-1.0.0a13 → jentic_openapi_validator_spectral-1.0.0a15}/LICENSE
RENAMED
|
File without changes
|
{jentic_openapi_validator_spectral-1.0.0a13 → jentic_openapi_validator_spectral-1.0.0a15}/NOTICE
RENAMED
|
File without changes
|
{jentic_openapi_validator_spectral-1.0.0a13 → jentic_openapi_validator_spectral-1.0.0a15}/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|