summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/tmx/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/providers/tmx/pyproject.toml')
-rw-r--r--openbb_platform/providers/tmx/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbb_platform/providers/tmx/pyproject.toml b/openbb_platform/providers/tmx/pyproject.toml
index 192451cb85d..41b8216d10d 100644
--- a/openbb_platform/providers/tmx/pyproject.toml
+++ b/openbb_platform/providers/tmx/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbb-tmx"
-version = "1.1.2"
+version = "1.1.3"
description = "Unofficial TMX data provider extension for the OpenBB Platform - Public Canadian markets data for Python and Fast API."
authors = ["OpenBB <hello@openbb.co>"]
license = "AGPL-3.0-only"
@@ -13,7 +13,7 @@ aiohttp-client-cache = "^0.11.0"
aiosqlite = "^0.20.0"
random-user-agent = "^1.0.1"
exchange-calendars = "^4.2.8"
-openbb-core = "^1.2.4"
+openbb-core = "^1.2.5"
[build-system]
requires = ["poetry-core"]