Skip to content

Commit 9f39a76

Browse files
committed
MOD: Upgrade databento_dbn to version 0.56.0
1 parent 72758c6 commit 9f39a76

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
#### Enhancements
66
- Added new publisher values for Cboe Titanium Cboe Global Indices Feed
77
- Added `YEAR` to `SplitDuration` enum to support yearly historical batch job submission
8+
- Upgraded `databento-dbn` to 0.56.0:
9+
- Improved Python `DBNDecoder.decode()` performance with pre-allocated output buffers
10+
- Added `DBNDecoder.write_and_decode()` to combine write and decode in a single call
811

912
## 0.76.0 - 2026-04-21
1013

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The library is fully compatible with distributions of Anaconda 2023.x and above.
3232
The minimum dependencies as found in the `pyproject.toml` are also listed below:
3333
- python = "^3.10"
3434
- aiohttp = "^3.8.3"
35-
- databento-dbn = "~0.55.0"
35+
- databento-dbn = "~0.56.0"
3636
- numpy = ">=1.23.5"
3737
- pandas = ">=1.5.3"
3838
- pip-system-certs = ">=4.0" (Windows only)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dynamic = [ "classifiers" ]
1010
dependencies = [
1111
"aiohttp>=3.8.3,<4.0.0; python_version < '3.12'",
1212
"aiohttp>=3.9.0,<4.0.0; python_version >= '3.12'",
13-
"databento-dbn~=0.55.0",
13+
"databento-dbn~=0.56.0",
1414
"numpy>=1.23.5; python_version < '3.12'",
1515
"numpy>=1.26.0; python_version >= '3.12'",
1616
"pandas>=1.5.3,<4.0.0",

0 commit comments

Comments
 (0)