From 11cc6a32b03c2df066bfe3476e3ec601143ecb4d Mon Sep 17 00:00:00 2001 From: Nick Macholl Date: Tue, 27 Aug 2024 11:45:57 -0700 Subject: [PATCH] MOD: Upgrade databento-dbn to 0.20.1 --- CHANGELOG.md | 1 + README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46beb97..f245f6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Added `adjustment_factors.get_range(...)` method for `Reference` client - Added `security_master.get_range(...)` method for `Reference` client - Added `security_master.get_last(...)` method for `Reference` client +- Upgraded `databento-dbn` to 0.20.1 ## 0.39.3 - 2024-08-20 diff --git a/README.md b/README.md index 0004b4d..1f8abb3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.8 and The minimum dependencies as found in the `pyproject.toml` are also listed below: - python = "^3.8" - aiohttp = "^3.8.3" -- databento-dbn = "0.20.0" +- databento-dbn = "0.20.1" - numpy= ">=1.23.5" - pandas = ">=1.5.3" - pip-system-certs = ">=4.0" (Windows only) diff --git a/pyproject.toml b/pyproject.toml index 23b8497..47d737e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ aiohttp = [ {version = "^3.8.3", python = "<3.12"}, {version = "^3.9.0", python = "^3.12"} ] -databento-dbn = "0.20.0" +databento-dbn = "0.20.1" numpy = [ {version = ">=1.23.5", python = "<3.12"}, {version = "^1.26.0", python = "^3.12"}