-
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
f1c8538
commit 37544fa
Showing
87 changed files
with
29,724 additions
and
4,096 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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-core" | ||
version = "1.1.6" | ||
version = "1.2.2" | ||
description = "OpenBB package with core functionality" | ||
authors = ["OpenBB Team <[email protected]>"] | ||
license = "AGPL-3.0-only" | ||
|
@@ -24,6 +24,7 @@ python-dotenv = "^1.0.0" | |
aiohttp = "^3.9.5" | ||
ruff = "^0.1.6" | ||
pyjwt = "^2.8.0" | ||
anyio = "^3.7.0" # TODO: Migrate to v4 | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
pytest = "^7.0.0" | ||
|
Large diffs are not rendered by default.
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.0.4" | ||
version = "1.1.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.8" | ||
openbb-core = "^1.1.6" | ||
openbb-core = "^1.2.1" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Large diffs are not rendered by default.
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.1.5" | ||
version = "1.2.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.8" | ||
openbb-core = "^1.1.6" | ||
openbb-core = "^1.2.1" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Large diffs are not rendered by default.
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.1.5" | ||
version = "1.2.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.8" | ||
openbb-core = "^1.1.6" | ||
openbb-core = "^1.2.1" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Large diffs are not rendered by default.
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.1.5" | ||
version = "1.2.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.8" | ||
openbb-core = "^1.1.6" | ||
openbb-core = "^1.2.1" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
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-devtools" | ||
version = "1.1.6" | ||
version = "1.2.0" | ||
description = "Tools for OpenBB Platform Developers" | ||
authors = ["OpenBB Team <[email protected]>"] | ||
license = "AGPL-3.0-only" | ||
|
Large diffs are not rendered by default.
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-econometrics" | ||
version = "1.1.5" | ||
version = "1.2.0" | ||
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.1.6" | ||
openbb-core = "^1.2.1" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Large diffs are not rendered by default.
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-economy" | ||
version = "1.1.5" | ||
version = "1.2.0" | ||
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.1.6" | ||
openbb-core = "^1.2.1" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Large diffs are not rendered by default.
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-equity" | ||
version = "1.1.5" | ||
version = "1.2.0" | ||
description = "Equity extension for OpenBB" | ||
authors = ["OpenBB Team <[email protected]>"] | ||
license = "AGPL-3.0-only" | ||
|
@@ -9,7 +9,7 @@ packages = [{ include = "openbb_equity" }] | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
openbb-core = "^1.1.6" | ||
openbb-core = "^1.2.1" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
Oops, something went wrong.