-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
* ref to docs.openbb.co * lint * better exception handling * fix examples * revert changes in package dir * revert changes in reference.json * minor adjustment to the publish.md * changelog * core * extensions * better spacing * static assets * latest versions * publish * skip deprecated dirs * bump cli
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-cli" | ||
version = "1.0.2" | ||
version = "1.0.3" | ||
description = "Investment Research for Everyone, Anywhere." | ||
authors = ["OpenBB <[email protected]>"] | ||
packages = [{ include = "openbb_cli" }] | ||
|
@@ -17,7 +17,7 @@ openbb = 'openbb_cli.cli:main' | |
python = "^3.8.1,<3.12" | ||
|
||
# OpenBB dependencies | ||
openbb = { version = "^4.2.2", extras = ["all"] } | ||
openbb = { version = "^4.2.3", extras = ["all"] } | ||
|
||
# CLI dependencies | ||
prompt-toolkit = "^3.0.16" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-core" | ||
version = "1.2.4" | ||
version = "1.2.5" | ||
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.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-commodity" | ||
version = "1.1.2" | ||
version = "1.1.3" | ||
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.8" | ||
openbb-core = "^1.2.4" | ||
openbb-core = "^1.2.5" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-crypto" | ||
version = "1.2.2" | ||
version = "1.2.3" | ||
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.8" | ||
openbb-core = "^1.2.4" | ||
openbb-core = "^1.2.5" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-currency" | ||
version = "1.2.2" | ||
version = "1.2.3" | ||
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.8" | ||
openbb-core = "^1.2.4" | ||
openbb-core = "^1.2.5" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-derivatives" | ||
version = "1.2.2" | ||
version = "1.2.3" | ||
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.8" | ||
openbb-core = "^1.2.4" | ||
openbb-core = "^1.2.5" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-devtools" | ||
version = "1.2.2" | ||
version = "1.2.3" | ||
description = "Tools for OpenBB Platform Developers" | ||
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.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-econometrics" | ||
version = "1.2.2" | ||
version = "1.2.3" | ||
description = "Econometrics Toolkit for OpenBB" | ||
authors = ["OpenBB Team <[email protected]>"] | ||
license = "AGPL-3.0-only" | ||
|
@@ -13,7 +13,7 @@ scipy = "^1.10.1" | |
statsmodels = "^0.14.0" | ||
arch = "^5.5.0" | ||
linearmodels = "<=4.25" # ^4.26 has setuptools-scm in setup_requires | ||
openbb-core = "^1.2.4" | ||
openbb-core = "^1.2.5" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openbb-economy" | ||
version = "1.2.2" | ||
version = "1.2.3" | ||
description = "Economy extension for OpenBB" | ||
authors = ["OpenBB Team <[email protected]>"] | ||
license = "AGPL-3.0-only" | ||
|
@@ -9,7 +9,7 @@ packages = [{ include = "openbb_economy" }] | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
openbb-core = "^1.2.4" | ||
openbb-core = "^1.2.5" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|