Skip to content

Commit 7b6a96f

Browse files
committed
MOD: Upgrade databento-dbn to 0.36.2
1 parent dc64458 commit 7b6a96f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#### Enhancements
66
- Changed the `tz` parameter in `DBNStore.to_df()` to accept `datetime.tzinfo` instead of `pytz.BaseTzInfo` explicitly
77
- Modified the dependency specification for `databento_dbn` to allow for compatible patch versions
8+
- Upgraded `databento-dbn` to 0.36.2
9+
- Fixed change in behavior where Python `DBNDecoder.decode()` wouldn't always decode all available data on the first call
810

911
## 0.57.1 - 2025-06-17
1012

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ aiohttp = [
3232
{version = "^3.8.3", python = "<3.12"},
3333
{version = "^3.9.0", python = "^3.12"}
3434
]
35-
databento-dbn = "~=0.36.1"
35+
databento-dbn = "~=0.36.2"
3636
numpy = [
3737
{version = ">=1.23.5", python = "<3.12"},
3838
{version = ">=1.26.0", python = "^3.12"}

0 commit comments

Comments
 (0)