-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1df2c33
commit a0ddc57
Showing
86 changed files
with
1,077 additions
and
1,022 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[tool.poetry] | ||
name = "openbb-cli" | ||
version = "1.0.4" | ||
version = "1.1.0" | ||
description = "Investment Research for Everyone, Anywhere." | ||
authors = ["OpenBB <[email protected]>"] | ||
packages = [{ include = "openbb_cli" }] | ||
license = "AGPL-3.0-only" | ||
readme = "README.md" | ||
homepage = "https://openbb.co" | ||
repository = "https://github.com/OpenBB-finance/OpenBB" | ||
documentation = "https://docs.openbb.co/terminal" | ||
documentation = "https://docs.openbb.co/cli" | ||
|
||
[tool.poetry.scripts] | ||
openbb = 'openbb_cli.cli:main' | ||
|
@@ -17,7 +17,7 @@ openbb = 'openbb_cli.cli:main' | |
python = "^3.9,<3.13" | ||
|
||
# OpenBB dependencies | ||
openbb = { version = "^4.2.3", extras = ["all"] } | ||
openbb = { version = "^4.3.0", extras = ["all"] } | ||
|
||
# CLI dependencies | ||
prompt-toolkit = "^3.0.16" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-core" | ||
version = "1.2.9" | ||
version = "1.3.0" | ||
description = "OpenBB package with core functionality." | ||
authors = ["OpenBB Team <[email protected]>"] | ||
license = "AGPL-3.0-only" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-commodity" | ||
version = "1.1.3" | ||
version = "1.2.0" | ||
description = "Commodity extension for OpenBB" | ||
authors = ["OpenBB Team <[email protected]>"] | ||
license = "AGPL-3.0-only" | ||
|
@@ -9,7 +9,7 @@ packages = [{ include = "openbb_commodity" }] | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
openbb-core = "^1.2.5" | ||
openbb-core = "^1.3.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-crypto" | ||
version = "1.2.3" | ||
version = "1.3.0" | ||
description = "Crypto extension for OpenBB" | ||
authors = ["OpenBB Team <[email protected]>"] | ||
license = "AGPL-3.0-only" | ||
|
@@ -9,7 +9,7 @@ packages = [{ include = "openbb_crypto" }] | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
openbb-core = "^1.2.5" | ||
openbb-core = "^1.3.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-currency" | ||
version = "1.2.3" | ||
version = "1.3.0" | ||
description = "Currency extension for OpenBB" | ||
authors = ["OpenBB Team <[email protected]>"] | ||
license = "AGPL-3.0-only" | ||
|
@@ -9,7 +9,7 @@ packages = [{ include = "openbb_currency" }] | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
openbb-core = "^1.2.5" | ||
openbb-core = "^1.3.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-derivatives" | ||
version = "1.2.4" | ||
version = "1.3.0" | ||
description = "Derivatives extension for OpenBB" | ||
authors = ["OpenBB Team <[email protected]>"] | ||
license = "AGPL-3.0-only" | ||
|
@@ -9,7 +9,7 @@ packages = [{ include = "openbb_derivatives" }] | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
openbb-core = "^1.2.5" | ||
openbb-core = "^1.3.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.