| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- {
- "bomFormat": "CycloneDX",
- "specVersion": "1.5",
- "version": 1,
- "metadata": {
- "component": {
- "type": "application",
- "bom-ref": "dataops-governed-rule-runtime",
- "name": "dataops-governed-rule-runtime"
- }
- },
- "components": [
- {
- "type": "library",
- "bom-ref": "pkg:pypi/polars@1.42.1",
- "name": "polars",
- "version": "1.42.1",
- "purl": "pkg:pypi/polars@1.42.1",
- "licenses": [
- {
- "license": {
- "id": "MIT"
- }
- }
- ],
- "externalReferences": [
- {
- "type": "vcs",
- "url": "https://github.com/pola-rs/polars"
- }
- ],
- "properties": [
- {
- "name": "dataops:purpose",
- "value": "Python API for governed Polars batch execution"
- }
- ]
- },
- {
- "type": "library",
- "bom-ref": "pkg:pypi/polars-runtime-32@1.42.1",
- "name": "polars-runtime-32",
- "version": "1.42.1",
- "purl": "pkg:pypi/polars-runtime-32@1.42.1",
- "licenses": [
- {
- "license": {
- "id": "MIT"
- }
- }
- ],
- "externalReferences": [
- {
- "type": "vcs",
- "url": "https://github.com/pola-rs/polars"
- }
- ],
- "properties": [
- {
- "name": "dataops:purpose",
- "value": "Native 32-bit Polars runtime wheel"
- }
- ]
- },
- {
- "type": "library",
- "bom-ref": "pkg:pypi/pyarrow@21.0.0",
- "name": "pyarrow",
- "version": "21.0.0",
- "purl": "pkg:pypi/pyarrow@21.0.0",
- "licenses": [
- {
- "license": {
- "id": "Apache-2.0"
- }
- }
- ],
- "externalReferences": [
- {
- "type": "vcs",
- "url": "https://github.com/apache/arrow"
- }
- ],
- "properties": [
- {
- "name": "dataops:purpose",
- "value": "Trusted Parquet footer and row-group resource preflight"
- }
- ]
- },
- {
- "type": "library",
- "bom-ref": "pkg:pypi/psutil@5.9.8",
- "name": "psutil",
- "version": "5.9.8",
- "purl": "pkg:pypi/psutil@5.9.8",
- "licenses": [
- {
- "license": {
- "id": "BSD-3-Clause"
- }
- }
- ],
- "externalReferences": [
- {
- "type": "vcs",
- "url": "https://github.com/giampaolo/psutil"
- }
- ],
- "properties": [
- {
- "name": "dataops:purpose",
- "value": "Isolated worker RSS enforcement and process monitoring"
- }
- ]
- },
- {
- "type": "library",
- "bom-ref": "pkg:pypi/minio@7.2.10",
- "name": "minio",
- "version": "7.2.10",
- "purl": "pkg:pypi/minio@7.2.10",
- "licenses": [
- {
- "license": {
- "id": "Apache-2.0"
- }
- }
- ],
- "externalReferences": [
- {
- "type": "vcs",
- "url": "https://github.com/minio/minio-py"
- }
- ],
- "properties": [
- {
- "name": "dataops:purpose",
- "value": "Digest-bound Parquet artifact transport"
- }
- ]
- }
- ],
- "dependencies": [
- {
- "ref": "dataops-governed-rule-runtime",
- "dependsOn": [
- "pkg:pypi/minio@7.2.10",
- "pkg:pypi/polars@1.42.1",
- "pkg:pypi/psutil@5.9.8",
- "pkg:pypi/pyarrow@21.0.0"
- ]
- },
- {
- "ref": "pkg:pypi/polars@1.42.1",
- "dependsOn": [
- "pkg:pypi/polars-runtime-32@1.42.1"
- ]
- },
- {
- "ref": "pkg:pypi/polars-runtime-32@1.42.1"
- },
- {
- "ref": "pkg:pypi/pyarrow@21.0.0"
- },
- {
- "ref": "pkg:pypi/psutil@5.9.8"
- },
- {
- "ref": "pkg:pypi/minio@7.2.10"
- }
- ]
- }
|