Skip to content

Commit 3e24fd6

Browse files
authored
release static files (#6616)
1 parent c534158 commit 3e24fd6

File tree

3 files changed

+56
-49
lines changed

3 files changed

+56
-49
lines changed

assets/extensions/provider.json

+7
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@
137137
"website": "https://intrinio.com",
138138
"instructions": "Go to: https://intrinio.com/starter-plan\n\n![Intrinio](https://user-images.githubusercontent.com/85772166/219207556-fcfee614-59f1-46ae-bff4-c63dd2f6991d.png)\n\nAn API key will be issued with a subscription. Find the token value within the account dashboard."
139139
},
140+
{
141+
"packageName": "openbb-multpl",
142+
"optional": true,
143+
"description": "Public broad-market data published to https://multpl.com.",
144+
"credentials": [],
145+
"website": "https://www.multpl.com/"
146+
},
140147
{
141148
"packageName": "openbb-nasdaq",
142149
"optional": true,

openbb_platform/openbb/assets/reference.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"openbb": "4.3.0",
2+
"openbb": "4.3.1",
33
"info": {
44
"title": "OpenBB Platform (Python)",
55
"description": "Investment research for everyone, anywhere.",
6-
"core": "1.3.0",
6+
"core": "1.3.1",
77
"extensions": {
88
"openbb_core_extension": [
9-
10-
11-
12-
13-
14-
15-
16-
17-
18-
19-
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
2020
],
2121
"openbb_provider_extension": [
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
3434
],
3535
"openbb_obbject_extension": []
3636
}

openbb_platform/openbb/package/__extensions__.py

+24-24
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,30 @@ class Extensions(Container):
2020
/regulators
2121
2222
Extensions:
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
45-
46-
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
4747
# fmt: on
4848

4949
def __repr__(self) -> str:

0 commit comments

Comments
 (0)