python-ort 0.8.10__tar.gz → 0.8.12__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.
- {python_ort-0.8.10 → python_ort-0.8.12}/PKG-INFO +2 -2
- {python_ort-0.8.10 → python_ort-0.8.12}/pyproject.toml +8 -8
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/advisor_details.py +0 -6
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/advisor_result.py +0 -6
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/vulnerability_resolution.py +1 -1
- {python_ort-0.8.10 → python_ort-0.8.12}/LICENSE +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/README.md +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/__init__.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/__init__.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/advisor_capability.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/advisor_run.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/advisor_summary.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/analyzer_result.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/analyzer_run.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/base_run.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/__init__.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/advisor_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/analyzer_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/curations.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/excludes.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/file_archiver_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/file_list_storage_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/file_storage_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/http_file_storage_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/includes.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/issue_resolution.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/issue_resolution_reason.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/license_choices.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/license_finding_curation.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/license_finding_curation_reason.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/local_file_storage_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/package_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/package_manager_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/path_exclude.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/path_exclude_reason.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/path_include.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/path_include_reason.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/postgres_connection.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/provenance_storage_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/repository_analyzer_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/repository_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/resolutions.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/rule_violation_reason.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/rule_violation_resolution.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/s3_file_storage_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/scan_storage_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/scanner_configuration.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/scope_exclude.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/scope_exclude_reason.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/snippet/__init__.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/snippet/snippet_choice.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/snippet/snippet_choice_reason.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/snippet/snippet_choices.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/snippet/snippet_provenance.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/vcsmatcher.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/vulnerability_resolution_reason.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/copyright_finding.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/defect.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/dependency_graph.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/dependency_graph_edge.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/dependency_graph_node.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/dependency_reference.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/evaluator_run.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/file_list.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/hash.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/identifier.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/issue.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/license_finding.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/license_source.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/ort_result.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/package.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/package_curation.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/package_curation_data.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/package_linkage.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/package_reference.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/project.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/provenance.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/provenance_resolution_result.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/remote_artifact.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/repository.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/resolutions.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/root_dependency_index.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/rule_violation.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/scan_result.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/scan_summary.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/scanner_details.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/scanner_run.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/scope.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/severity.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/snippet.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/snippet_finding.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/source_code_origin.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/text_location.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/vcsinfo.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/vcsinfo_curation_data.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/vcstype.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/vulnerabilities/__init__.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/vulnerabilities/cvss2_rating.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/vulnerabilities/cvss3_rating.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/vulnerabilities/cvss4_rating.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/vulnerabilities/vulnerability.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/vulnerabilities/vulnerability_reference.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/severity.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/types/__init__.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/types/purl_type.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/utils/__init__.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/utils/environment.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/utils/processed_declared_license.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/utils/spdx/__init__.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/utils/spdx/spdx_expression.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/utils/spdx/spdx_license_choice.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/utils/validated_enum.py +0 -0
- {python_ort-0.8.10 → python_ort-0.8.12}/src/ort/utils/yaml_loader.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-ort
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.12
|
|
4
4
|
Summary: A Python Ort model serialization library
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
15
15
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
16
16
|
Requires-Dist: license-expression>=30.4.4
|
|
17
17
|
Requires-Dist: packageurl-python>=0.17.6
|
|
18
|
-
Requires-Dist: pydantic>=2.
|
|
18
|
+
Requires-Dist: pydantic>=2.13.2
|
|
19
19
|
Requires-Python: >=3.10
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
|
|
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-ort"
|
|
7
|
-
version = "0.8.
|
|
7
|
+
version = "0.8.12"
|
|
8
8
|
description = "A Python Ort model serialization library"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -13,7 +13,7 @@ requires-python = ">=3.10"
|
|
|
13
13
|
dependencies = [
|
|
14
14
|
"license-expression>=30.4.4",
|
|
15
15
|
"packageurl-python>=0.17.6",
|
|
16
|
-
"pydantic>=2.
|
|
16
|
+
"pydantic>=2.13.2",
|
|
17
17
|
]
|
|
18
18
|
classifiers = [
|
|
19
19
|
"Development Status :: 4 - Beta",
|
|
@@ -36,12 +36,12 @@ module-root = "src"
|
|
|
36
36
|
|
|
37
37
|
[dependency-groups]
|
|
38
38
|
dev = [
|
|
39
|
-
"datamodel-code-generator[http]>=0.
|
|
40
|
-
"pytest>=9.0.
|
|
41
|
-
"rich>=
|
|
42
|
-
"ruff>=0.15.
|
|
43
|
-
"ty>=0.0.
|
|
44
|
-
"types-pyyaml>=6.0.12.
|
|
39
|
+
"datamodel-code-generator[http]>=0.56.1",
|
|
40
|
+
"pytest>=9.0.3",
|
|
41
|
+
"rich>=15.0.0",
|
|
42
|
+
"ruff>=0.15.11",
|
|
43
|
+
"ty>=0.0.31",
|
|
44
|
+
"types-pyyaml>=6.0.12.20260408",
|
|
45
45
|
]
|
|
46
46
|
|
|
47
47
|
[tool.pytest.ini_options]
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
from pydantic import BaseModel, ConfigDict, Field
|
|
6
6
|
|
|
7
|
-
from ort.models import AdvisorCapability
|
|
8
|
-
|
|
9
7
|
|
|
10
8
|
class AdvisorDetails(BaseModel):
|
|
11
9
|
"""
|
|
@@ -18,7 +16,3 @@ class AdvisorDetails(BaseModel):
|
|
|
18
16
|
)
|
|
19
17
|
|
|
20
18
|
name: str = Field(description="The name of the used advisor.")
|
|
21
|
-
capabilities: set[AdvisorCapability] = Field(
|
|
22
|
-
description="The capabilities of the used advisor. This property indicates, which kind of findings"
|
|
23
|
-
"are retrieved by the advisor."
|
|
24
|
-
)
|
|
@@ -7,7 +7,6 @@ from ort.models.vulnerabilities import Vulnerability
|
|
|
7
7
|
|
|
8
8
|
from .advisor_details import AdvisorDetails
|
|
9
9
|
from .advisor_summary import AdvisorSummary
|
|
10
|
-
from .defect import Defect
|
|
11
10
|
|
|
12
11
|
|
|
13
12
|
class AdvisorResult(BaseModel):
|
|
@@ -31,11 +30,6 @@ class AdvisorResult(BaseModel):
|
|
|
31
30
|
description="A summary of the advisor results.",
|
|
32
31
|
)
|
|
33
32
|
|
|
34
|
-
defects: list[Defect] = Field(
|
|
35
|
-
default_factory=list,
|
|
36
|
-
description="The defects.",
|
|
37
|
-
)
|
|
38
|
-
|
|
39
33
|
vulnerabilities: list[Vulnerability] = Field(
|
|
40
34
|
default_factory=list,
|
|
41
35
|
description="The vulnerabilities.",
|
|
@@ -17,7 +17,7 @@ class VulnerabilityResolution(BaseModel):
|
|
|
17
17
|
extra="forbid",
|
|
18
18
|
)
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
id: str = Field(
|
|
21
21
|
description="A regular expression to match the id, e.g. a CVE, of the vulnerability to resolve."
|
|
22
22
|
"Will be converted to a [Regex] using [RegexOption.DOT_MATCHES_ALL]."
|
|
23
23
|
)
|
|
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
|
{python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/file_archiver_configuration.py
RENAMED
|
File without changes
|
{python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/file_list_storage_configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/http_file_storage_configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/license_finding_curation_reason.py
RENAMED
|
File without changes
|
{python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/local_file_storage_configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/package_manager_configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/provenance_storage_configuration.py
RENAMED
|
File without changes
|
{python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/repository_analyzer_configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/s3_file_storage_configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/snippet/snippet_choice_reason.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/config/vulnerability_resolution_reason.py
RENAMED
|
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
|
{python_ort-0.8.10 → python_ort-0.8.12}/src/ort/models/vulnerabilities/vulnerability_reference.py
RENAMED
|
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
|