summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/ecb/pyproject.toml
diff options
context:
space:
mode:
authorHenrique Joaquim <henriquecjoaquim@gmail.com>2024-05-15 19:04:36 +0100
committerGitHub <noreply@github.com>2024-05-15 20:04:36 +0200
commitcc8263a5ff3d30a6ca4f8ecb1ad8ef97d12b8a39 (patch)
tree1af2c83694fb5a64a77dda16f739bdfbedbf952a /openbb_platform/providers/ecb/pyproject.toml
parent83990431f88e001258556b971e528d710533e04e (diff)
[Release] 4.2.0 (#6420)4.2.0
* add snowflake integration video (#6339) * [HotFix] Fix broken URLs in docs page. (#6368) * Fix broken URLs * use full URL to other docs pages. * remove nest_asyncio.apply() * fix: sort tradingeconomics country choices * fix lint * fix: clean _callback function * assign to empty dict * feat: add licence to .toml files * fix: readmes * fix: add CLA url * release: 4.20 % dependencies * Skip deprecation test * lint * Sync with main (#6421) * add snowflake integration video (#6339) * [HotFix] Fix broken URLs in docs page. (#6368) * Fix broken URLs * use full URL to other docs pages. --------- Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com> Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com> * pylint disable possibly-used-before-assignment * Update CLI toml --------- Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com> Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com> Co-authored-by: Diogo Sousa <montezdesousa@gmail.com> Co-authored-by: Theodore Aptekarev <aptekarev@gmail.com>
Diffstat (limited to 'openbb_platform/providers/ecb/pyproject.toml')
-rw-r--r--openbb_platform/providers/ecb/pyproject.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbb_platform/providers/ecb/pyproject.toml b/openbb_platform/providers/ecb/pyproject.toml
index 59ecace1729..05f0ca06615 100644
--- a/openbb_platform/providers/ecb/pyproject.toml
+++ b/openbb_platform/providers/ecb/pyproject.toml
@@ -1,14 +1,15 @@
[tool.poetry]
name = "openbb-ecb"
-version = "1.1.5"
+version = "1.2.0"
description = "ECB extension for OpenBB"
authors = ["OpenBB Team <hello@openbb.co>"]
+license = "AGPL-3.0-only"
readme = "README.md"
packages = [{ include = "openbb_ecb" }]
[tool.poetry.dependencies]
python = "^3.8"
-openbb-core = "^1.1.6"
+openbb-core = "^1.2.1"
xmltodict = "^0.13.0"
[build-system]