Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed Sep 9, 2024
2 parents f7196e8 + 4bc5cd0 commit 1047df5
Show file tree
Hide file tree
Showing 132 changed files with 27,794 additions and 27,882 deletions.
22 changes: 22 additions & 0 deletions assets/extensions/provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@
"website": "https://api.biztoc.com",
"instructions": "The BizToc API is hosted on RapidAPI. To set up, go to: https://rapidapi.com/thma/api/biztoc.\n\n![biztoc0](https://github.com/marban/OpenBBTerminal/assets/18151143/04cdd423-f65e-4ad8-ad5a-4a59b0f5ddda)\n\nIn the top right, select 'Sign Up'. After answering some questions, you will be prompted to select one of their plans.\n\n![biztoc1](https://github.com/marban/OpenBBTerminal/assets/18151143/9f3b72ea-ded7-48c5-aa33-bec5c0de8422)\n\nAfter signing up, navigate back to https://rapidapi.com/thma/api/biztoc. If you are logged in, you will see a header called X-RapidAPI-Key.\n\n![biztoc2](https://github.com/marban/OpenBBTerminal/assets/18151143/0f3b6c91-07e0-447a-90cd-a9e23522929f)"
},
{
"packageName": "openbb-bls",
"optional": false,
"reprName": "Bureau of Labor Statistics' (BLS) Public Data API",
"description": "The Bureau of Labor Statistics' (BLS) Public Data Application Programming Interface (API) gives the public access to economic data from all BLS programs. It is the Bureau's hope that talented developers and programmers will use the BLS Public Data API to create original, inventive applications with published BLS data.",
"credentials": [
"bls_api_key"
],
"website": "https://www.bls.gov/developers/api_signature_v2.htm",
"instructions": "Sign up for a free API key here: https://data.bls.gov/registrationEngine/"
},
{
"packageName": "openbb-cboe",
"optional": true,
Expand All @@ -45,6 +56,17 @@
"credentials": [],
"website": "https://www.cboe.com"
},
{
"packageName": "openbb-cftc",
"optional": false,
"reprName": "Commodity DFutures Trading Commission (CFTC) Public Reporting API",
"description": "The mission of the Commodity Futures Trading Commission (CFTC) is to promote the integrity,\n resilience, and vibrancy of the U.S. derivatives markets through sound regulation.",
"credentials": [
"cftc_app_token"
],
"website": "https://cftc.gov/",
"instructions": "Credentials are not required, but your IP address may be subject to throttling limits.\n API requests made using an application token are not throttled.\n Create an account here: https://evergreen.data.socrata.com/signup\n and then generate the app_token by signing in with the credentials\n here: https://publicreporting.cftc.gov/profile/edit/developer_settings."
},
{
"packageName": "openbb-ecb",
"optional": true,
Expand Down
1,706 changes: 878 additions & 828 deletions cli/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbb-cli"
version = "1.1.1"
version = "1.1.2"
description = "Investment Research for Everyone, Anywhere."
authors = ["OpenBB <hello@openbb.co>"]
packages = [{ include = "openbb_cli" }]
Expand All @@ -17,7 +17,7 @@ openbb = 'openbb_cli.cli:main'
python = "^3.9,<3.13"

# OpenBB dependencies
openbb = { version = "^4.3.1", extras = ["all"] }
openbb = { version = "^4.3.2", extras = ["all"] }

# CLI dependencies
prompt-toolkit = "^3.0.16"
Expand Down
1,033 changes: 557 additions & 476 deletions openbb_platform/core/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openbb_platform/core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbb-core"
version = "1.3.1"
version = "1.3.2"
description = "OpenBB package with core functionality."
authors = ["OpenBB Team <hello@openbb.co>"]
license = "AGPL-3.0-only"
Expand All @@ -21,7 +21,7 @@ pydantic = "^2.5.1"
requests = "^2.32.1"
importlib-metadata = "^6.8.0"
python-dotenv = "^1.0.0"
aiohttp = "^3.10.2"
aiohttp = "^3.10.4"
ruff = ">=0.1.6" # Needed here to lint generated code
pyjwt = "^2.8.0"

Expand Down
1,041 changes: 561 additions & 480 deletions openbb_platform/extensions/commodity/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openbb_platform/extensions/commodity/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbb-commodity"
version = "1.2.1"
version = "1.2.2"
description = "Commodity extension for OpenBB"
authors = ["OpenBB Team <hello@openbb.co>"]
license = "AGPL-3.0-only"
Expand All @@ -9,7 +9,7 @@ packages = [{ include = "openbb_commodity" }]

[tool.poetry.dependencies]
python = "^3.9"
openbb-core = "^1.3.1"
openbb-core = "^1.3.2"

[build-system]
requires = ["poetry-core"]
Expand Down
1,041 changes: 561 additions & 480 deletions openbb_platform/extensions/crypto/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openbb_platform/extensions/crypto/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbb-crypto"
version = "1.3.1"
version = "1.3.2"
description = "Crypto extension for OpenBB"
authors = ["OpenBB Team <hello@openbb.co>"]
license = "AGPL-3.0-only"
Expand All @@ -9,7 +9,7 @@ packages = [{ include = "openbb_crypto" }]

[tool.poetry.dependencies]
python = "^3.9"
openbb-core = "^1.3.1"
openbb-core = "^1.3.2"

[build-system]
requires = ["poetry-core"]
Expand Down
1,041 changes: 561 additions & 480 deletions openbb_platform/extensions/currency/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openbb_platform/extensions/currency/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbb-currency"
version = "1.3.1"
version = "1.3.2"
description = "Currency extension for OpenBB"
authors = ["OpenBB Team <hello@openbb.co>"]
license = "AGPL-3.0-only"
Expand All @@ -9,7 +9,7 @@ packages = [{ include = "openbb_currency" }]

[tool.poetry.dependencies]
python = "^3.9"
openbb-core = "^1.3.1"
openbb-core = "^1.3.2"

[build-system]
requires = ["poetry-core"]
Expand Down
Loading

0 comments on commit 1047df5

Please sign in to comment.