Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Merge Main Branch With Develop #6663

Merged
merged 26 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
aae8d34
add snowflake integration video (#6339)
montezdesousa Apr 24, 2024
3970eb0
[HotFix] Fix broken URLs in docs page. (#6368)
deeleeramone May 7, 2024
a0f08ab
[Release] 4.2.0 (#6422)
montezdesousa May 15, 2024
b04216d
Release/4.2.1 (#6456)
hjoaquim May 22, 2024
fac368e
[Docs] Guides for Metadata and AnnotatedResult (#6457)
deeleeramone May 23, 2024
cd04f30
[Docs] Redirect contributing URL (#6460)
montezdesousa May 23, 2024
cdf0bef
[Release] 4.2.2 (#6480)
montezdesousa Jun 5, 2024
a114896
[Docs] Fix Broken URLs (#6494)
deeleeramone Jun 12, 2024
b7088a2
[Docs] Excel docs update (#6504)
montezdesousa Jun 14, 2024
2392a8a
Release/4.2.3 (#6517)
hjoaquim Jun 19, 2024
0202079
fix: openapi bug (#6525)
montezdesousa Jun 20, 2024
ad900c7
Release/openbb charting 2.1.3 (#6529)
hjoaquim Jun 21, 2024
c0d0989
fix: fix provider description (#6537)
montezdesousa Jun 24, 2024
fcce1ea
Move documentation to `openbb-docs` (#6539)
montezdesousa Jun 24, 2024
1070580
fixing local variable 'export' referenced before assignment (#6546)
hjoaquim Jun 26, 2024
57ad2d0
fix logging service (#6549)
deeleeramone Jun 28, 2024
5019b1c
[Hotfix] Bump versions (#6551)
hjoaquim Jun 28, 2024
6f7f30a
[Release] 4.3.0 (#6572)
montezdesousa Jul 9, 2024
d6931b3
bump version (#6576)
hjoaquim Jul 10, 2024
fe649ac
Release openbb-econometrics 1.4.0 (#6605)
piiq Aug 1, 2024
b27df0d
merge develop into main
deeleeramone Aug 8, 2024
5830f86
rebuild static
deeleeramone Aug 8, 2024
0eeff8b
merge artifact
deeleeramone Aug 8, 2024
a9aec9f
Merge pull request #6618 from OpenBB-finance/release/4.3.1
deeleeramone Aug 9, 2024
4bc5cd0
[Release] Release 4.3.2 (#6658)
deeleeramone Sep 9, 2024
1047df5
Merge branch 'main' into develop
deeleeramone Sep 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading