Skip to content

Commit

Permalink
release: 4.20 % dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed May 15, 2024
1 parent f1c8538 commit 37544fa
Show file tree
Hide file tree
Showing 87 changed files with 29,724 additions and 4,096 deletions.
473 changes: 243 additions & 230 deletions openbb_platform/core/poetry.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion 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.1.6"
version = "1.2.2"
description = "OpenBB package with core functionality"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
Expand All @@ -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"
Expand Down
771 changes: 698 additions & 73 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.0.4"
version = "1.1.0"
description = "Commodity extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
Expand All @@ -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"]
Expand Down
771 changes: 698 additions & 73 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.1.5"
version = "1.2.0"
description = "Crypto extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
Expand All @@ -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"]
Expand Down
771 changes: 698 additions & 73 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.1.5"
version = "1.2.0"
description = "Currency extension for OpenBB"
authors = ["OpenBB Team <[email protected]>"]
license = "AGPL-3.0-only"
Expand All @@ -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"]
Expand Down
771 changes: 698 additions & 73 deletions openbb_platform/extensions/derivatives/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openbb_platform/extensions/derivatives/pyproject.toml
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"
Expand All @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion openbb_platform/extensions/devtools/pyproject.toml
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"
Expand Down
771 changes: 698 additions & 73 deletions openbb_platform/extensions/econometrics/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openbb_platform/extensions/econometrics/pyproject.toml
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"
Expand All @@ -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"]
Expand Down
771 changes: 698 additions & 73 deletions openbb_platform/extensions/economy/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openbb_platform/extensions/economy/pyproject.toml
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"
Expand All @@ -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"]
Expand Down
771 changes: 698 additions & 73 deletions openbb_platform/extensions/equity/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openbb_platform/extensions/equity/pyproject.toml
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"
Expand All @@ -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"]
Expand Down
Loading

0 comments on commit 37544fa

Please sign in to comment.