-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsbom.json
More file actions
114 lines (114 loc) · 2.8 KB
/
sbom.json
File metadata and controls
114 lines (114 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"components": [
{
"bom-ref": "requirements-L2",
"description": "requirements line 2: anthropic==0.75.0",
"externalReferences": [
{
"comment": "implicit dist url",
"type": "distribution",
"url": "https://pypi.org/simple/anthropic/"
}
],
"name": "anthropic",
"purl": "pkg:pypi/anthropic@0.75.0",
"type": "library",
"version": "0.75.0"
},
{
"bom-ref": "requirements-L3",
"description": "requirements line 3: google-genai==1.47.0",
"externalReferences": [
{
"comment": "implicit dist url",
"type": "distribution",
"url": "https://pypi.org/simple/google-genai/"
}
],
"name": "google-genai",
"purl": "pkg:pypi/google-genai@1.47.0",
"type": "library",
"version": "1.47.0"
},
{
"bom-ref": "requirements-L4",
"description": "requirements line 4: numpy==2.0.2",
"externalReferences": [
{
"comment": "implicit dist url",
"type": "distribution",
"url": "https://pypi.org/simple/numpy/"
}
],
"name": "numpy",
"purl": "pkg:pypi/numpy@2.0.2",
"type": "library",
"version": "2.0.2"
},
{
"bom-ref": "requirements-L1",
"description": "requirements line 1: openai==1.109.1",
"externalReferences": [
{
"comment": "implicit dist url",
"type": "distribution",
"url": "https://pypi.org/simple/openai/"
}
],
"name": "openai",
"purl": "pkg:pypi/openai@1.109.1",
"type": "library",
"version": "1.109.1"
}
],
"dependencies": [
{
"ref": "requirements-L1"
},
{
"ref": "requirements-L2"
},
{
"ref": "requirements-L3"
},
{
"ref": "requirements-L4"
}
],
"metadata": {
"component": {
"type": "library",
"bom-ref": "selectools@0.19.2",
"name": "selectools",
"version": "0.19.2",
"description": "Production-ready AI agents with tool calling, RAG, and multi-agent orchestration",
"licenses": [
{
"license": {
"id": "Apache-2.0"
}
}
],
"purl": "pkg:pypi/selectools@0.19.2",
"externalReferences": [
{
"type": "website",
"url": "https://selectools.dev"
},
{
"type": "vcs",
"url": "https://github.com/johnnichev/selectools"
},
{
"type": "distribution",
"url": "https://pypi.org/project/selectools/"
}
]
}
},
"serialNumber": "urn:uuid:f028de18-01d7-4b80-81b9-7f9e27ecac64",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.6"
}